Home
last modified time | relevance | path

Searched refs:pixman_write_memory_func_t (Results 1 – 4 of 4) sorted by relevance

/third_party/pixman/pixman/
Dpixman.h792 typedef void (* pixman_write_memory_func_t) (void *dst, uint32_t value, int size); typedef
1064 pixman_write_memory_func_t write_func);
Dpixman-image.c874 pixman_write_memory_func_t write_func) in pixman_image_set_accessors()
Dpixman-private.h197 pixman_write_memory_func_t write_func;
/third_party/pixman/test/
Dstress-test.c261 pixman_write_memory_func_t write_func = NULL; in create_random_bits_image()