Lines Matching defs:pdst
306 uint32_t *pdst; /* pointer to current dst longword */
335 pdst = pdstLine;
341 getandputrop(psrc, srcBit, dstBit, w, pdst, func);
342 pdst += width;
364 pdst = pdstLine;
368 nstart, pdst, func);
369 pdst++;
378 DoRop(*pdst, func, *psrc++, *pdst);
379 pdst++;
385 DoRop(*pdst, func, tmpSrc, *pdst);
386 pdst++;
392 getandputrop0(psrc, xoffSrc, nend, pdst, func);