Lines Matching defs:down
32 NOTE ON COORDINATES: x is positive to the right, y is positive down. So (0,0) is the upper left corner, and the
649 FcFini(); /* shut down FontConfig, release memory, patterns must have already been released or boom! */
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) */
1365 (For a vertical alphabet the same method could be used for up/down.) */
1380 (br_dst->yll - rp_dst->down ),
1384 (br_src->yll - rp_src->down ),
1398 (rp_dst->down),
1402 (rp_src->down),
1460 /* lines in the wrong vertical order, no paragraph possible (Y is positive down) */
1771 /* The geometry model has origin Y at the top of screen, positive Y is down, maximum positive
1900 \param down padding for the bottom of a bounding rectangle.
1904 void TR_rt_pad_set(RT_PAD *rt_pad, double up, double down, double left, double right){
1906 rt_pad->down = down;
1955 /* put rectangles down for each text string - debugging!!! This will not work properly for any Narrow fonts */
2258 position down page).
2260 they do not fall into any of these categories break that one back down into TR_LINE/TR_TEXT.