Searched refs:image_to_handle (Results 1 – 2 of 2) sorted by relevance
126 return image_to_handle(image_create(format, width, height)); in vegaCreateImage()252 return image_to_handle(image_child_image(p, x, y, width, height)); in vegaChildImage()267 return image_to_handle(img->parent); in vegaGetParent()
79 image_to_handle(struct vg_image *img) in image_to_handle() function