OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:combine_float_ca
(Results
1 - 4
of
4
) sorted by null
/external/pixman/pixman/
pixman-combine-float.c
955
imp->
combine_float_ca
[PIXMAN_OP_CLEAR] = combine_clear_ca_float;
956
imp->
combine_float_ca
[PIXMAN_OP_SRC] = combine_src_ca_float;
957
imp->
combine_float_ca
[PIXMAN_OP_DST] = combine_dst_ca_float;
958
imp->
combine_float_ca
[PIXMAN_OP_OVER] = combine_over_ca_float;
959
imp->
combine_float_ca
[PIXMAN_OP_OVER_REVERSE] = combine_over_reverse_ca_float;
960
imp->
combine_float_ca
[PIXMAN_OP_IN] = combine_in_ca_float;
961
imp->
combine_float_ca
[PIXMAN_OP_IN_REVERSE] = combine_in_reverse_ca_float;
962
imp->
combine_float_ca
[PIXMAN_OP_OUT] = combine_out_ca_float;
963
imp->
combine_float_ca
[PIXMAN_OP_OUT_REVERSE] = combine_out_reverse_ca_float;
964
imp->
combine_float_ca
[PIXMAN_OP_ATOP] = combine_atop_ca_float
[
all
...]
pixman-implementation.c
209
f = (pixman_combine_32_func_t)imp->
combine_float_ca
[op];
pixman-private.h
489
pixman_combine_float_func_t
combine_float_ca
[PIXMAN_N_OPERATORS];
member in struct:pixman_implementation_t
[
all
...]
/external/pixman/test/
combiner-test.c
102
f = imp->
combine_float_ca
[op];
Completed in 44 milliseconds