HomeSort by relevance Sort by last modified time
    Searched defs:ytop (Results 1 - 2 of 2) sorted by null

  /external/pixman/pixman/
pixman-region.c 766 int ytop; /* Top of intersection */ local
837 * In the upcoming loop, ybot and ytop serve different functions depending
843 * ytop is the top of the next intersection between the two regions and
845 * For an overlapping band (where the two regions intersect), ytop clips
899 ytop = r2y1;
918 ytop = r1y1;
922 ytop = r1y1;
927 * intersect if ybot > ytop
930 if (ybot > ytop)
937 ytop, ybot)
    [all...]
  /external/qemu/android/skin/
region.c 57 yband ::= YTOP YBOTTOM scanline
75 #define RUNS_RECT_COUNT 6 /* YTOP YBOT XLEFT XRIGHT XSENTINEL YSENTINEL */
204 int ybot, ytop = runs[0]; local
206 if (y < ytop)
244 runs_copy_scanline_adj( Run* dst, Run* src, int ytop, int ybot )
247 dst[0] = (Run) ytop;
320 int ytop = src[0]; local
323 while (ytop != YSENTINEL)
329 RASSERT( ytop < ybot );
333 if (ytop < minmax->y1) minmax->y1 = ytop
496 int ytop = runs[0]; local
    [all...]

Completed in 61 milliseconds