Lines Matching defs:right
32 NOTE ON COORDINATES: x is positive to the right, y is positive down. So (0,0) is the upper left corner, and the
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 */
1367 (br_src->xll >= br_dst->xur - rp_dst->right) || /* src overlaps just a little on the right (L->R language) */
1381 (br_dst->xur + rp_dst->right),
1385 (br_src->xur + rp_src->right),
1399 (rp_dst->right),
1403 (rp_src->right),
1447 \returns one of TR_PARA_ UJ (unknown justified), LJ, CJ, or RJ (left, center, or right justified).
1861 /* since y is always on the baseline, the lower left and upper right are easy. These use asc/dsc for the particular text,
1902 \param right padding for the right of a bounding rectangle.
1904 void TR_rt_pad_set(RT_PAD *rt_pad, double up, double down, double left, double right){
1908 rt_pad->right = right;
2371 Reading left to right, this happens with +-- or -++.
2658 TRPRINT(tri," fit-margin-right=\"0\"\n");
2730 printf(" XY:(x,y) X 0 is at left, N is at right, Y 0 is at top, N is at bottom, as page is viewed.\n");