Lines Matching defs:bot
551 int top, bot;
574 bot = pixman_fixed_to_fast(p2->y) + dy;
575 if (bot > polygon->ymax)
576 bot = polygon->ymax;
578 if (bot <= top)
582 e->height_left = bot - top;
3292 pixman_fixed_to_int(trap[n].bot.y) + dst->pDrawable->y < extents.y1)
3296 p2.y = trap[n].bot.y;
3298 p2.x = trap[n].bot.l;
3301 p1.y = trap[n].bot.y;
3304 p2.x = trap[n].bot.r;
3368 v = x + pixman_fixed_integer_floor (MIN(trap[n].top.l, trap[n].bot.l));
3372 v = x + pixman_fixed_integer_ceil (MAX(trap[n].top.r, trap[n].bot.r));
3380 v = y + pixman_fixed_integer_ceil (trap[n].bot.y);
3408 pixman_fixed_to_int(trap[n].bot.y) + picture->pDrawable->y < extents.y1)
3412 p2.y = trap[n].bot.y;
3414 p2.x = trap[n].bot.l;
3417 p1.y = trap[n].bot.y;
3420 p2.x = trap[n].bot.r;