Searched defs:sRight (Results 1 - 2 of 2) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_bitmap.c | 313 float sLeft = 0.0f, sRight = 1.0f; local 338 sRight = (float) width; 343 sLeft, tBot, sRight, tTop, color, 0)) {
|
H A D | st_cb_drawpixels.c | 740 const float sLeft = 0.0f, sRight = maxXcoord; local 745 sLeft, tBot, sRight, tTop, color, 0)) {
|
Completed in 103 milliseconds