Searched refs:br_dst (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/extension/internal/
H A Dtext_reassemble.c1344 BRECT_SPECS *br_dst; local
1350 br_dst=&bri->rects[dst];
1353 ((br_dst->xur + rp_dst->right) < (br_src->xll - rp_src->left) ) || /* dst fully to the left */
1354 ((br_dst->xll - rp_dst->left) > (br_src->xur + rp_src->right) ) || /* dst fully to the right */
1355 ((br_dst->yur - rp_dst->up) > (br_src->yll + rp_src->down) ) || /* dst fully below (Y is positive DOWN) */
1356 ((br_dst->yll + rp_dst->down) < (br_src->yur - rp_src->up) ) /* dst fully above (Y is positive DOWN) */
1367 (br_src->xll >= br_dst->xur - rp_dst->right) || /* src overlaps just a little on the right (L->R language) */
1368 (br_src->xur <= br_dst->xll + rp_dst->left) /* src overlaps just a little on the left (R->L language) */
1379 (br_dst->xll - rp_dst->left ),
1380 (br_dst
1421 BRECT_SPECS *br_dst; local
1457 BRECT_SPECS *br_dst = & bri->rects[dst]; local
[all...]

Completed in 42 milliseconds