Lines Matching defs:dstoff
148 int dstpitch, dstoff, srcpitch, srcoff;
154 dstoff = exaGetPixmapOffset(pDstPixmap);
162 dststart = (dstX << 2) + (dstpitch * dstY) + dstoff;
629 int dstpitch, dstoff, srcpitch, srcoff;
635 dstoff = exaGetPixmapOffset(pDstPixmap);
643 dststart = dstX + (dstpitch * dstY) + dstoff;
677 if ((p->xdir < 0) && (srcoff == dstoff) && (srcY == dstY)) {
712 if ((p->xdir < 0) && (srcoff == dstoff)) {
1165 int w = x2 - x1, h = y2 - y1, dstoff, dstpitch;
1170 dstoff = exaGetPixmapOffset(pPixmap);
1175 start = dstoff + (y1 * dstpitch) + (x1 << 2);
1179 start = dstoff + (y1 * dstpitch) + (x1 << 1);
1183 start = dstoff + (y1 * dstpitch) + x1;
1189 dstpitch, dstoff, start);
1427 uint32_t dstoff, dstpitch;
1432 dstoff = exaGetPixmapOffset(pDst);
1440 dst = dstoff + (dstY * dstpitch) + (dstX << 2);
1482 dst = dstoff +
1506 dst = dstoff +
1546 dst = dstoff +
1553 dst = dstoff +
1566 dst = dstoff + (dstY * dstpitch) +