HomeSort by: relevance | last modified time | path
    Searched defs:ytop (Results 1 - 14 of 14) sorted by relevancy

  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
xaaTEText.c 231 int LeftEdge, RightEdge, ytop, ybot; local
255 ytop = max(Top, pbox->y1);
298 LeftEdge, ytop, RightEdge - LeftEdge, ybot - ytop,
299 skippix, ytop - Top, glyphs + skipglyphs, glyphWidth,
xaaNonTEText.c 370 int LeftEdge, RightEdge, ytop, ybot; local
393 ytop = max(Top, pbox->y1);
396 if(ybot > ytop) {
402 LeftEdge, ytop, RightEdge - LeftEdge, ybot - ytop);
439 ytop = max(Top, pbox->y1);
441 if(ybot > ytop) {
  /xsrc/external/mit/xorg-server/dist/mi/
mizerline.c 108 int xleft, ytop, xright, ybottom; local
125 ytop = pDraw->y;
132 ytop = 0;
151 height = ybottom - ytop + 1;
179 MIOUTCODES(oc2, x2, y2, xleft, ytop, xright, ybottom);
199 MIOUTCODES(oc2, x2, y2, xleft, ytop, xright, ybottom);
227 result = miZeroClipLine(xleft, ytop, xright, ybottom,
287 result = miZeroClipLine(xleft, ytop, xright, ybottom,
  /xsrc/external/mit/xorg-server.old/dist/mi/
mizerline.c 112 int xleft, ytop, xright, ybottom; local
129 ytop = pDraw->y;
137 ytop = 0;
156 height = ybottom - ytop + 1;
185 MIOUTCODES(oc2, x2, y2, xleft, ytop, xright, ybottom);
216 MIOUTCODES(oc2, x2, y2, xleft, ytop, xright, ybottom);
238 result = miZeroClipLine(xleft, ytop, xright, ybottom,
302 result = miZeroClipLine(xleft, ytop, xright, ybottom,
  /xsrc/external/mit/libX11/dist/src/
Region.c 757 register short ytop; /* Top of intersection */
801 * Initialize ybot and ytop.
802 * In the upcoming loop, ybot and ytop serve different functions depending
808 * ytop is the top of the next intersection between the two regions and
810 * For an overlapping band (where the two regions intersect), ytop clips
870 ytop = r2->y1;
882 ytop = r1->y1;
886 ytop = r1->y1;
902 * intersect if ybot > ytop
906 if (ybot > ytop)
756 register short ytop; \/* Top of intersection *\/ local
    [all...]
  /xsrc/external/mit/xorg-server/dist/dix/
region.c 587 short ytop; /* Top of intersection */ local
645 * In the upcoming loop, ybot and ytop serve different functions depending
651 * ytop is the top of the next intersection between the two regions and
653 * For an overlapping band (where the two regions intersect), ytop clips
702 ytop = r2y1;
714 ytop = r1y1;
717 ytop = r1y1;
722 * intersect if ybot > ytop
725 if (ybot > ytop) {
727 (*overlapFunc) (newReg, r1, r1BandEnd, r2, r2BandEnd, ytop, ybot
    [all...]
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_trapezoids_mono.c 197 int y, ytop, ybot; local
221 ytop = MAX(y, mono->clip.extents.y1);
227 __FUNCTION__, ytop, ybot, ybot - ytop));
228 if (ybot <= ytop) {
234 e->height_left = ybot - ytop;
253 e->x = floored_muldivrem((ytop - dst_y) * pixman_fixed_1 + pixman_fixed_1/2 - p1->y,
267 struct mono_edge **ptail = &polygon->y_buckets[ytop - mono->clip.extents.y1];
268 assert(ytop - mono->clip.extents.y1 < mono->clip.extents.y2 - mono->clip.extents.y1);
sna_trapezoids_imprecise.c 149 int ytop; member in struct:edge
166 * into bucket EDGE_BUCKET_INDEX(edge->ytop, polygon->ymin) when
460 unsigned ix = EDGE_Y_BUCKET_INDEX(e->ytop, polygon->ymin);
462 assert(e->ytop < polygon->ymax);
474 int ytop, ybot; local
481 ytop = pixman_fixed_to_fast(t->top) + dy;
482 if (ytop < polygon->ymin)
483 ytop = polygon->ymin;
489 e->ytop = ytop;
    [all...]
sna_trapezoids_precise.c 163 int ytop; member in struct:edge
180 * into bucket EDGE_BUCKET_INDEX(edge->ytop, polygon->ymin) when
472 unsigned ix = EDGE_Y_BUCKET_INDEX(e->ytop, polygon->ymin);
474 assert(e->ytop < polygon->ymax);
516 int ytop, ybot; local
521 ytop = pixman_fixed_to_grid_y(t->top) + dy;
522 if (ytop < ymin)
523 ytop = ymin;
530 __FUNCTION__, dx, dy, ytop, ybot,
531 ((int64_t)(ytop - dy)<<16) / SAMPLES_Y - edge->p1.y
613 int ytop, ybot; local
    [all...]
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
sna_trapezoids_mono.c 196 int y, ytop, ybot; local
220 ytop = MAX(y, mono->clip.extents.y1);
226 __FUNCTION__, ytop, ybot, ybot - ytop));
227 if (ybot <= ytop) {
233 e->height_left = ybot - ytop;
252 e->x = floored_muldivrem((ytop - dst_y) * pixman_fixed_1 + pixman_fixed_1_minus_e/2 - p1->y,
267 struct mono_edge **ptail = &polygon->y_buckets[ytop - mono->clip.extents.y1];
sna_trapezoids_imprecise.c 149 int ytop; member in struct:edge
166 * into bucket EDGE_BUCKET_INDEX(edge->ytop, polygon->ymin) when
460 unsigned ix = EDGE_Y_BUCKET_INDEX(e->ytop, polygon->ymin);
462 assert(e->ytop < polygon->ymax);
474 int ytop, ybot; local
481 ytop = pixman_fixed_to_fast(t->top) + dy;
482 if (ytop < polygon->ymin)
483 ytop = polygon->ymin;
489 e->ytop = ytop;
    [all...]
sna_trapezoids_precise.c 163 int ytop; member in struct:edge
180 * into bucket EDGE_BUCKET_INDEX(edge->ytop, polygon->ymin) when
472 unsigned ix = EDGE_Y_BUCKET_INDEX(e->ytop, polygon->ymin);
474 assert(e->ytop < polygon->ymax);
516 int ytop, ybot; local
521 ytop = pixman_fixed_to_grid_y(t->top) + dy;
522 if (ytop < ymin)
523 ytop = ymin;
530 __FUNCTION__, dx, dy, ytop, ybot,
531 ((int64_t)(ytop - dy)<<16) / SAMPLES_Y - edge->p1.y
613 int ytop, ybot; local
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/dix/
region.c 589 short ytop; /* Top of intersection */ local
648 * In the upcoming loop, ybot and ytop serve different functions depending
654 * ytop is the top of the next intersection between the two regions and
656 * For an overlapping band (where the two regions intersect), ytop clips
705 ytop = r2y1;
716 ytop = r1y1;
718 ytop = r1y1;
723 * intersect if ybot > ytop
726 if (ybot > ytop) {
728 (* overlapFunc)(newReg, r1, r1BandEnd, r2, r2BandEnd, ytop, ybot
    [all...]
  /xsrc/external/mit/pixman/dist/pixman/
pixman-region.c 796 primitive_t ytop; /* Top of intersection */ local
867 * In the upcoming loop, ybot and ytop serve different functions depending
873 * ytop is the top of the next intersection between the two regions and
875 * For an overlapping band (where the two regions intersect), ytop clips
929 ytop = r2y1;
948 ytop = r1y1;
952 ytop = r1y1;
957 * intersect if ybot > ytop
960 if (ybot > ytop)
967 ytop, ybot)
    [all...]

Completed in 63 milliseconds