Lines Matching defs:orgY
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)
59 orgY = 0;
69 orgY = 0;
87 if (y + orgY > 0) {orgY += y;} else {orgY = 0;}
98 orgY += dy;
117 y = src.orgY - orgY;