Lines Matching defs:ox
14312 int bx1, bx2, bw, bh, len, ox;
14316 ox = (x1 - origin->x) % gc->stipple->drawable.width;
14317 if (ox < 0)
14318 ox += gc->stipple->drawable.width;
14319 bx1 = ox & ~7;
14320 bx2 = ox + (x2 - x1);
14323 x2 = x1 + bx2-ox;
14333 ox, oy, bx1, bx2,
14354 b[0] = br00 | (6 + len) | (ox & 7) << 17;
14369 b[0] = br00 | (5 + len) | (ox & 7) << 17;
14387 src += oy*len + ox/8;
14437 int bx1, bx2, bw, bh, len, ox;
14441 ox = (x1 - origin->x) % w;
14442 if (ox < 0)
14443 ox += w;
14444 bx1 = ox & ~7;
14445 bx2 = ox + (x2 - x1);
14448 x2 = x1 + bx2-ox;
14457 ox, oy, bx1, bx2, w, h,
14486 b[0] |= (ox & 7) << 17;
14505 b[0] |= (ox & 7) << 17;
14525 src += oy*len + ox/8;
14555 b[0] = br00 | (ox & 7) << 17 | 8;
14574 b[0] = br00 | (ox & 7) << 17 | 6;
14596 src += row + (ox >> 3);