Searched defs:pixman_iter_t (Results 1 - 1 of 1) sorted by relevance

/external/pixman/pixman/
H A Dpixman-private.h209 typedef struct pixman_iter_t pixman_iter_t; typedef in typeref:struct:pixman_iter_t
210 typedef uint32_t *(* pixman_iter_get_scanline_t) (pixman_iter_t *iter, const uint32_t *mask);
211 typedef void (* pixman_iter_write_back_t) (pixman_iter_t *iter);
237 struct pixman_iter_t struct
262 _pixman_bits_image_src_iter_init (pixman_image_t *image, pixman_iter_t *iter);
265 _pixman_bits_image_dest_iter_init (pixman_image_t *image, pixman_iter_t *iter);
268 _pixman_linear_gradient_iter_init (pixman_image_t *image, pixman_iter_t *iter);
271 _pixman_radial_gradient_iter_init (pixman_image_t *image, pixman_iter_t *iter);
274 _pixman_conical_gradient_iter_init (pixman_image_t *image, pixman_iter_t *ite
[all...]

Completed in 205 milliseconds