Searched refs:rowstride_bytes (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/include/ui/ |
| H A D | pixman-minimal.h | 119 int *rowstride_bytes) in create_bits() argument 148 if (rowstride_bytes) { in create_bits() 149 *rowstride_bytes = stride; in create_bits() 159 int rowstride_bytes) in pixman_image_create_bits() argument 170 create_bits(format, width, height, &rowstride_bytes); in pixman_image_create_bits() 175 i->stride = rowstride_bytes ? rowstride_bytes : in pixman_image_create_bits()
|
| H A D | qemu-pixman.h | 121 int rowstride_bytes,
|
| /openbmc/qemu/ui/ |
| H A D | qemu-pixman.c | 319 int rowstride_bytes, in qemu_pixman_image_new_shareable() 323 size_t size = height * rowstride_bytes; in qemu_pixman_image_new_shareable() 334 *image = pixman_image_create_bits(format, width, height, bits, rowstride_bytes); in qemu_pixman_image_new_shareable() 314 qemu_pixman_image_new_shareable(pixman_image_t ** image,qemu_pixman_shareable * handle,const char * name,pixman_format_code_t format,int width,int height,int rowstride_bytes,Error ** errp) qemu_pixman_image_new_shareable() argument
|