Lines Matching defs:up

24   15. Clean up.
570 \brief Initialize an FT_INFO structure. Sets up a freetype library to use in this context.
879 alt.weight = 1; /* new ones start with this weight, it can only go up */
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.) */
1382 (br_dst->yur + rp_dst->up ),
1386 (br_src->yur + rp_src->up ));
1400 (rp_dst->up),
1404 (rp_src->up));
1899 \param up padding for the top of a bounding rectangle.
1904 void TR_rt_pad_set(RT_PAD *rt_pad, double up, double down, double left, double right){
1905 rt_pad->up = up;
1921 double recenter; /* horizontal offset to set things up correctly for CJ and RJ text, is 0 for LJ*/
2115 switch(csp->type){ /* set up the alignment, if there is one */
2159 switch(csp->type){ /* set up the alignment, if there is one */
2254 1. Generate complexes from the text objects (strings) by overlaps (optionally allowing up to two spaces to be
2403 i=j-1; /* start up after the last merged entry (there may not be any) */
2526 Everything starts out as TR_PARA_UJ and if the next one can be lined up, the type changes to
2727 printf(" ESC:(escapement angle degrees of text line, up from X axis)\n");
2728 printf(" ORI:(angle degrees of character orientation, up from X axis)\n");
2746 printf(" EMIT:(Process everything up to this point, then start clean for remaining input).\n");