Lines Matching refs:dstStride
86 FbStride dstStride; in fbPutZImage() local
93 fbGetStipDrawable(pDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff); in fbPutZImage()
114 dst + (y1 + dstYoff) * dstStride, in fbPutZImage()
115 dstStride, in fbPutZImage()
136 FbStride dstStride; in fbPutXYImage() local
144 fbGetDrawable(pDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff); in fbPutXYImage()
185 (FbStip *) (dst + (y1 + dstYoff) * dstStride), in fbPutXYImage()
186 FbBitsStrideToStipStride(dstStride), in fbPutXYImage()
194 dst + (y1 + dstYoff) * dstStride, in fbPutXYImage()
195 dstStride, in fbPutXYImage()
216 FbStride dstStride; in fbGetImage() local
235 dstStride = PixmapBytePad(w, pDrawable->depth); in fbGetImage()
236 dstStride /= sizeof(FbStip); in fbGetImage()
240 dst, dstStride, 0, w * srcBpp, h, GXcopy, FB_ALLONES, srcBpp); in fbGetImage()
243 for (int i = 0; i < dstStride * h; i++) in fbGetImage()
248 dstStride = BitmapBytePad(w) / sizeof(FbStip); in fbGetImage()
254 dstStride, in fbGetImage()