Lines Matching refs:dstXoff
74 int dstXoff, dstYoff; in BRESSOLID() local
81 fbGetDrawable(pDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff); in BRESSOLID()
83 ((UNIT *) (dst + ((y1 + dstYoff) * dstStride))) + (x1 + dstXoff); in BRESSOLID()
120 int dstXoff, dstYoff; in BRESDASH() local
132 fbGetDrawable(pDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff); in BRESDASH()
140 ((UNIT *) (dst + ((y1 + dstYoff) * dstStride))) + (x1 + dstXoff); in BRESDASH()
602 int dstXoff, dstYoff; in POLYLINE() local
620 fbGetDrawable(pDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff); in POLYLINE()
623 ((UNIT *) dst) + (yoff + dstYoff) * bitsStride + (xoff + dstXoff); in POLYLINE()
722 int dstXoff, dstYoff; in POLYSEGMENT() local
740 fbGetDrawable(pDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff); in POLYSEGMENT()
743 ((UNIT *) dst) + (yoff + dstYoff) * bitsStride + (xoff + dstXoff); in POLYSEGMENT()
782 dstX = (x1 + xoff + dstXoff) * (sizeof(UNIT) * 8); in POLYSEGMENT()