Searched refs:rowstride_bytes (Results 1 – 3 of 3) sorted by relevance
119 int *rowstride_bytes) in create_bits() argument148 if (rowstride_bytes) { in create_bits()149 *rowstride_bytes = stride; in create_bits()159 int rowstride_bytes) in pixman_image_create_bits() argument170 create_bits(format, width, height, &rowstride_bytes); in pixman_image_create_bits()175 i->stride = rowstride_bytes ? rowstride_bytes : in pixman_image_create_bits()
121 int rowstride_bytes,
313 int rowstride_bytes, in qemu_pixman_image_new_shareable() argument317 size_t size = height * rowstride_bytes; in qemu_pixman_image_new_shareable()328 *image = pixman_image_create_bits(format, width, height, bits, rowstride_bytes); in qemu_pixman_image_new_shareable()