Lines Matching refs:dstBpp
46 int dstBpp; in fbBresSolid() local
54 fbGetStipDrawable(pDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff); in fbBresSolid()
56 x1 = (x1 + dstXoff) * dstBpp; in fbBresSolid()
59 mask0 = FbStipMask(0, dstBpp); in fbBresSolid()
62 mask0 = FbStipRight(mask0, FB_STIP_UNIT - dstBpp); in fbBresSolid()
69 mask = fbBresShiftMask(mask, signdx, dstBpp); in fbBresSolid()
96 mask = fbBresShiftMask(mask, signdx, dstBpp); in fbBresSolid()
117 int dstBpp; in fbBresDash() local
131 fbGetStipDrawable(pDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff); in fbBresDash()
137 x1 = (x1 + dstXoff) * dstBpp; in fbBresDash()
140 mask0 = FbStipMask(0, dstBpp); in fbBresDash()
143 mask0 = FbStipRight(mask0, FB_STIP_UNIT - dstBpp); in fbBresDash()
152 mask = fbBresShiftMask(mask, signdx, dstBpp); in fbBresDash()
168 mask = fbBresShiftMask(mask, signdx, dstBpp); in fbBresDash()
292 int dstBpp = pDrawable->bitsPerPixel; in fbSelectBres() local
300 switch (dstBpp) { in fbSelectBres()
320 switch (dstBpp) { in fbSelectBres()