Lines Matching defs:ytop
149 int ytop;
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;
481 ytop = pixman_fixed_to_fast(t->top) + dy;
482 if (ytop < polygon->ymin)
483 ytop = polygon->ymin;
489 e->ytop = ytop;
490 e->height_left = ybot - ytop;
510 tmp = (int64_t)(2 * (ytop - dy) + 1) << 16;
581 e->ytop = top;
629 e->ytop == prev->ytop &&
635 unsigned ix = EDGE_Y_BUCKET_INDEX(e->ytop,
818 int y = edge->ytop & (FAST_SAMPLES_Y-1);
821 __DBG(("%s: ytop %d -> bucket %d\n", __FUNCTION__,
822 edge->ytop, y));