Searched refs:orgY (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/ |
H A D | SoftwareRenderer.cpp | 46 int32 orgX, orgY; member 49 RasBuf32(int32 width, int32 height, int32 stride, int32 orgX, int32 orgY, int32 *colors): in RasBuf32() 50 width(width), height(height), stride(stride), orgX(orgX), orgY(orgY), colors(colors) in RasBuf32() 59 orgY = 0; in RasBuf32() 69 orgY = 0; in RasBuf32() 87 if (y + orgY > 0) {orgY += y;} else {orgY = 0;} in ClipSize() 98 orgY in Shift() [all...] |
Completed in 1 milliseconds