Home | History | Annotate | Download | only in skin

Lines Matching full:ybot

75 #define  RUNS_RECT_COUNT  6   /* YTOP YBOT XLEFT XRIGHT XSENTINEL YSENTINEL */
204 int ybot, ytop = runs[0];
209 ybot = runs[1];
210 if (y < ybot)
244 runs_copy_scanline_adj( Run* dst, Run* src, int ytop, int ybot )
248 dst[1] = (Run) ybot;
321 int ybot;
328 ybot = src[1];
329 RASSERT( ytop < ybot );
330 RASSERT( ybot != YSENTINEL );
334 if (ybot > minmax->y2) minmax->y2 = ybot;
337 dst[1] = (Run) ybot;
497 int ybot = runs[1];
499 RASSERT(ybot != YSENTINEL);
501 runs[1] = (Run)(ybot + dy);
666 int ybot;
676 ybot = (ybot1 < ybot2) ? ybot1 : ybot2;
729 if (ybot == ybot1)
732 if (ybot == ybot2)
821 int ybot;
856 ybot = (ybot1 <= ybot2) ? ybot1 : ybot2;
859 runs[1] = (Run) ybot;
953 ytop1 = ytop2 = ybot;
955 if (ybot == ybot1) {
959 if (ybot == ybot2) {