Searched refs:tBot (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_bitmap.c | 307 float tTop = 0.0f, tBot = 1.0f - tTop; in draw_bitmap_quad() local 332 tBot = (float) height; in draw_bitmap_quad() 336 sLeft, tBot, sRight, tTop, color, 0)) { in draw_bitmap_quad()
|
H A D | st_cb_drawpixels.c | 932 const float tBot = invertTex ? 0.0f : maxYcoord; in draw_textured_quad() local 935 sLeft, tBot, sRight, tTop, color, 0)) { in draw_textured_quad()
|
Completed in 5 milliseconds