Searched refs:pixman_implementation_t (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/pixman-0.16.0/
H A Dpixman-private.h376 typedef struct pixman_implementation_t pixman_implementation_t; typedef in typeref:struct:pixman_implementation_t
378 typedef void (*pixman_combine_32_func_t) (pixman_implementation_t *imp,
385 typedef void (*pixman_combine_64_func_t) (pixman_implementation_t *imp,
392 typedef void (*pixman_composite_func_t) (pixman_implementation_t *imp,
405 typedef pixman_bool_t (*pixman_blt_func_t) (pixman_implementation_t *imp,
418 typedef pixman_bool_t (*pixman_fill_func_t) (pixman_implementation_t *imp,
428 void _pixman_setup_combiner_functions_32 (pixman_implementation_t *imp);
429 void _pixman_setup_combiner_functions_64 (pixman_implementation_t *imp);
431 struct pixman_implementation_t struct
[all...]

Completed in 377 milliseconds