Searched refs:PIXMAN_OP_COLOR_DODGE (Results 1 – 11 of 11) sorted by relevance
/third_party/pixman/test/ |
D | pdf-op-test.c | 11 PIXMAN_OP_COLOR_DODGE,
|
D | combiner-test.c | 55 PIXMAN_OP_COLOR_DODGE,
|
D | pixel-test.c | 2229 { PIXMAN_OP_COLOR_DODGE, 2234 { PIXMAN_OP_COLOR_DODGE, 2254 { PIXMAN_OP_COLOR_DODGE, 2384 { PIXMAN_OP_COLOR_DODGE, 2499 { PIXMAN_OP_COLOR_DODGE, 2619 { PIXMAN_OP_COLOR_DODGE,
|
D | solid-test.c | 86 PIXMAN_OP_COLOR_DODGE,
|
D | blitters-test.c | 159 PIXMAN_OP_COLOR_DODGE,
|
D | tolerance-test.c | 71 PIXMAN_OP_COLOR_DODGE,
|
D | stress-test.c | 871 PIXMAN_OP_COLOR_DODGE,
|
D | utils.c | 1879 case PIXMAN_OP_COLOR_DODGE: in calc_op()
|
/third_party/pixman/demos/ |
D | composite-test.c | 37 { "COLOR_DODGE", PIXMAN_OP_COLOR_DODGE },
|
/third_party/pixman/pixman/ |
D | pixman-combine-float.c | 1084 imp->combine_float[PIXMAN_OP_COLOR_DODGE] = combine_color_dodge_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS() 1146 imp->combine_float_ca[PIXMAN_OP_COLOR_DODGE] = combine_color_dodge_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
|
D | pixman.h | 436 PIXMAN_OP_COLOR_DODGE = 0x35, enumerator
|