Searched refs:pixman_image (Results 1 – 2 of 2) sorted by relevance
93 typedef struct pixman_image pixman_image_t;97 struct pixman_image { struct
303 pixman_image_t *pixman_image; field392 if (pixman_image) {393 pixman_image_unref(pixman_image);524 if (!pixman_image) {530 int w = pixman_image_get_width(pixman_image);531 int h = pixman_image_get_height(pixman_image);533 int stride = pixman_image_get_stride(pixman_image);536 pixman_image_get_data(pixman_image),729 if (pixman_image) {730 pixman_image_unref(pixman_image);[all …]
Completed in 8 milliseconds