Lines Matching refs:orgX
46 int32 orgX, orgY;
49 RasBuf32(int32 width, int32 height, int32 stride, int32 orgX, int32 orgY, int32 *colors):
50 width(width), height(height), stride(stride), orgX(orgX), orgY(orgY), colors(colors)
58 orgX = 0;
68 orgX = 0;
86 if (x + orgX > 0) {orgX += x;} else {orgX = 0;}
97 orgX += dx;
116 x = src.orgX - orgX;