Lines Matching defs:point
56 BITS *point = bits + intToY(pt.pt32[0]) * bitsStride + intToX(pt.pt32[0]);
57 WRITE(point, bxor);
60 BITS *point = bits + intToY(pt.pt32[1]) * bitsStride + intToX(pt.pt32[1]);
61 WRITE(point, bxor);
70 BITS *point = bits + intToY(pt) * bitsStride + intToX(pt);
71 WRITE(point, bxor);
78 BITS *point = bits + intToY(pt) * bitsStride + intToX(pt);
79 RROP(point, band, bxor);
91 BITS *point = bits + y * bitsStride + x;
92 WRITE(point, bxor);
101 BITS *point = bits + y * bitsStride + x;
102 RROP(point, band, bxor);