HomeSort by relevance Sort by last modified time
    Searched refs:pixman_combine_32_func_t (Results 1 - 3 of 3) sorted by null

  /external/pixman/pixman/
pixman-implementation.c 192 pixman_combine_32_func_t
200 pixman_combine_32_func_t f = NULL;
205 f = (pixman_combine_32_func_t)imp->combine_float[op];
209 f = (pixman_combine_32_func_t)imp->combine_float_ca[op];
pixman-general.c 117 pixman_combine_32_func_t compose;
pixman-private.h 419 typedef void (*pixman_combine_32_func_t) (pixman_implementation_t *imp, typedef
486 pixman_combine_32_func_t combine_32[PIXMAN_N_OPERATORS];
487 pixman_combine_32_func_t combine_32_ca[PIXMAN_N_OPERATORS];
513 pixman_combine_32_func_t
    [all...]

Completed in 36 milliseconds