Searched refs:orgX (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/ |
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() 58 orgX = 0; in RasBuf32() 68 orgX = 0; in RasBuf32() 86 if (x + orgX > 0) {orgX += x;} else {orgX = 0;} in ClipSize() 97 orgX += dx; in Shift() 116 x = src.orgX - orgX; in Blit()
|