Lines Matching refs:dstStride
72 FbStride dstStride; in BRESSOLID() local
81 fbGetDrawable(pDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff); in BRESSOLID()
83 ((UNIT *) (dst + ((y1 + dstYoff) * dstStride))) + (x1 + dstXoff); in BRESSOLID()
84 bitsStride = dstStride * (sizeof(FbBits) / sizeof(UNIT)); in BRESSOLID()
118 FbStride dstStride; in BRESDASH() local
132 fbGetDrawable(pDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff); in BRESDASH()
140 ((UNIT *) (dst + ((y1 + dstYoff) * dstStride))) + (x1 + dstXoff); in BRESDASH()
141 bitsStride = dstStride * (sizeof(FbBits) / sizeof(UNIT)); in BRESDASH()
239 FbStride dstStride, in DOTS() argument
250 FbStride bitsStride = dstStride * (sizeof(FbBits) / sizeof(UNIT)); in DOTS()
287 FbStride dstStride, in ARC() argument
302 bitsStride = dstStride * (sizeof(FbBits) / sizeof(UNIT)); in ARC()
494 FbStride dstStride, in GLYPH() argument
506 dstStride *= (sizeof(FbBits) / sizeof(BITS)); in GLYPH()
575 dstLine += dstStride; in GLYPH()
600 int dstStride; in POLYLINE() local
620 fbGetDrawable(pDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff); in POLYLINE()
621 bitsStride = dstStride * (sizeof(FbBits) / sizeof(UNIT)); in POLYLINE()
720 int dstStride; in POLYSEGMENT() local
740 fbGetDrawable(pDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff); in POLYSEGMENT()
741 bitsStride = dstStride * (sizeof(FbBits) / sizeof(UNIT)); in POLYSEGMENT()
785 dstLine = dst + (intToY(pt1) + yoff + dstYoff) * dstStride; in POLYSEGMENT()