Searched refs:bitspp (Results 1 – 3 of 3) sorted by relevance
235 int bitspp; in composite_clipped() local257 bitspp = PIXMAN_FORMAT_BPP(src_format); in composite_clipped()270 ptr += boxes[i].x1 * bitspp / 8; in composite_clipped()
486 unsigned bitspp = PIXMAN_FORMAT_BPP (format); in fence_image_create_bits() local498 if (bitspp < 1 || min_width < 1 || height < 1) in fence_image_create_bits()502 bits_boundary = bitspp; in fence_image_create_bits()508 row_bits = ROUND_UP ( (unsigned)min_width * bitspp, bits_boundary); in fence_image_create_bits()509 width = row_bits / bitspp; in fence_image_create_bits()
62 int bitspp; member