Lines Matching refs:dstStride
30 fbTile(FbBits * dst, FbStride dstStride, int dstX, int width, int height, in fbTile() argument
57 dst + y * dstStride, in fbTile()
58 dstStride, x, w, h, alu, pm, bpp, FALSE, FALSE); in fbTile()
68 fbStipple(FbBits * dst, FbStride dstStride, in fbStipple() argument
101 dst + y * dstStride, in fbStipple()
102 dstStride, x, dstBpp, w, h, fgand, fgxor, bgand, bgxor); in fbStipple()
115 FbStride dstStride; in fbFill() local
120 fbGetDrawable(pDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff); in fbFill()
125 if (pPriv->and || !pixman_fill((uint32_t *) dst, dstStride, dstBpp, in fbFill()
129 fbSolid(dst + (y + dstYoff) * dstStride, in fbFill()
130 dstStride, in fbFill()
153 fbTile(dst + (y + dstYoff) * dstStride, dstStride, x + dstXoff, in fbFill()
179 fbStipple(dst + (y + dstYoff) * dstStride, dstStride, in fbFill()
202 fbTile(dst + (y + dstYoff) * dstStride, in fbFill()
203 dstStride, in fbFill()
229 FbStride dstStride; in fbSolidBoxClipped() local
236 fbGetDrawable(pDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff); in fbSolidBoxClipped()
263 if (and || !pixman_fill((uint32_t *) dst, dstStride, dstBpp, in fbSolidBoxClipped()
267 fbSolid(dst + (partY1 + dstYoff) * dstStride, in fbSolidBoxClipped()
268 dstStride, in fbSolidBoxClipped()