Home | History | Annotate | Download | only in pixman

Lines Matching refs:PIXMAN_FORMAT_BPP

1153                  PIXMAN_FORMAT_BPP (dest_image->bits.format),
1164 int bpp = PIXMAN_FORMAT_BPP (dest_image->bits.format) / 8;
1250 src_bpp = PIXMAN_FORMAT_BPP (src_image->bits.format);
2298 iter->bits = b + s * iter->y + iter->x * PIXMAN_FORMAT_BPP (f->format) / 8;
2327 iter->bits = b + s * iter->y + iter->x * PIXMAN_FORMAT_BPP (f->format) / 8;