Lines Matching defs:dstBpp
68 int dstBpp;
75 fbGetDrawable(drawable, dst, dstStride, dstBpp, dstXoff, dstYoff);
80 !pixman_fill((uint32_t *) dst, dstStride, dstBpp,
85 (x + dstXoff) * dstBpp,
86 dstBpp, width * dstBpp, height, pgc->and, pgc->xor);
96 if (dstBpp == 1) {
111 pgc->pm, dstBpp, (gc->patOrg.x + drawable->x + dstXoff),
133 (x + dstXoff) * dstBpp, dstBpp, width * dstBpp, height,
147 (x + dstXoff) * dstBpp, width * dstBpp, height,
151 gc->alu, pgc->pm, dstBpp,
152 (gc->patOrg.x + drawable->x + dstXoff) * dstBpp,