Home | History | Annotate | Download | only in libpixelflinger

Lines Matching refs:y_bot

636   int32_t  y_bot;
644 edge->y_bot, edge->y_bot/float(TRI_ONE),
704 edge->y_bot = ymax;
781 int32_t y_bot = max(left->y_bot, right->y_bot);
785 y_bot = max(y_bot, edges[2].y_bot);
797 int32_t y_mid = min(left->y_bot, right->y_bot);
802 if (y_mid <= y_bot) {
803 ((left->y_bot == y_bot) ? right : left) = other;
807 triangle_sweep_edges( left, right, y_mid, y_bot, c );
829 int16_t y_bot; // starting scanline, 12.4 format
840 "y_top=%08x (%.3f), y_bot=%08x (%.3f) ",
845 y_bot, y_bot*tri );
888 edge->y_bot = ymax;
1001 int32_t y = min(min(left->y_bot, right->y_bot), TRI_FLOOR(yt + TRI_ONE));
1151 if (y == left->y_bot || y == right->y_bot) {
1155 if (y == left->y_bot)
1157 if (y == right->y_bot)