Lines Matching defs:oy
14303 int oy = (y1 - origin->y) % gc->stipple->drawable.height;
14304 if (oy < 0)
14305 oy += gc->stipple->drawable.height;
14308 if (y2 - y1 > gc->stipple->drawable.height - oy)
14309 y2 = y1 + gc->stipple->drawable.height - oy;
14333 ox, oy, bx1, bx2,
14387 src += oy*len + ox/8;
14427 int row, oy = (y1 - origin->y) % gc->stipple->drawable.height;
14428 if (oy < 0)
14429 oy += h;
14432 if (y2 - y1 > h - oy)
14433 y2 = y1 + h - oy;
14435 row = oy * stride;
14457 ox, oy, bx1, bx2, w, h,
14525 src += oy*len + ox/8;