Home | History | Annotate | Download | only in sna

Lines Matching refs:ox

14092 			int bx1, bx2, bw, bh, len, ox;
14096 ox = (x1 - origin->x) % gc->stipple->drawable.width;
14097 if (ox < 0)
14098 ox += gc->stipple->drawable.width;
14099 bx1 = ox & ~7;
14100 bx2 = ox + (x2 - x1);
14103 x2 = x1 + bx2-ox;
14113 ox, oy, bx1, bx2,
14133 b[0] = br00 | (6 + len) | (ox & 7) << 17;
14148 b[0] = br00 | (5 + len) | (ox & 7) << 17;
14166 src += oy*len + ox/8;
14216 int bx1, bx2, bw, bh, len, ox;
14220 ox = (x1 - origin->x) % w;
14221 if (ox < 0)
14222 ox += w;
14223 bx1 = ox & ~7;
14224 bx2 = ox + (x2 - x1);
14227 x2 = x1 + bx2-ox;
14236 ox, oy, bx1, bx2, w, h,
14264 b[0] |= (ox & 7) << 17;
14283 b[0] |= (ox & 7) << 17;
14303 src += oy*len + ox/8;
14333 b[0] = br00 | (ox & 7) << 17 | 8;
14352 b[0] = br00 | (ox & 7) << 17 | 6;
14374 src += row + (ox >> 3);