Searched refs:PIXMAN_OP_HARD_LIGHT (Results 1 – 13 of 13) sorted by relevance
/third_party/pixman/test/ |
D | pixel-test.c | 2334 { PIXMAN_OP_HARD_LIGHT, 2394 { PIXMAN_OP_HARD_LIGHT, 2524 { PIXMAN_OP_HARD_LIGHT, 2554 { PIXMAN_OP_HARD_LIGHT, 2634 { PIXMAN_OP_HARD_LIGHT, 2644 { PIXMAN_OP_HARD_LIGHT, 2704 { PIXMAN_OP_HARD_LIGHT, 2714 { PIXMAN_OP_HARD_LIGHT, 2734 { PIXMAN_OP_HARD_LIGHT, 2739 { PIXMAN_OP_HARD_LIGHT, [all …]
|
D | pdf-op-test.c | 13 PIXMAN_OP_HARD_LIGHT,
|
D | combiner-test.c | 57 PIXMAN_OP_HARD_LIGHT,
|
D | thread-test.c | 57 PIXMAN_OP_HARD_LIGHT,
|
D | solid-test.c | 57 PIXMAN_OP_HARD_LIGHT,
|
D | blitters-test.c | 130 PIXMAN_OP_HARD_LIGHT,
|
D | tolerance-test.c | 73 PIXMAN_OP_HARD_LIGHT,
|
D | stress-test.c | 873 PIXMAN_OP_HARD_LIGHT,
|
D | utils.c | 1881 case PIXMAN_OP_HARD_LIGHT: in calc_op()
|
/third_party/pixman/demos/ |
D | composite-test.c | 39 { "HARD_LIGHT", PIXMAN_OP_HARD_LIGHT },
|
/third_party/pixman/pixman/ |
D | pixman-combine-float.c | 1086 imp->combine_float[PIXMAN_OP_HARD_LIGHT] = combine_hard_light_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS() 1148 imp->combine_float_ca[PIXMAN_OP_HARD_LIGHT] = combine_hard_light_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
|
D | pixman-combine32.c | 1162 imp->combine_32[PIXMAN_OP_HARD_LIGHT] = combine_hard_light_u; in _pixman_setup_combiner_functions_32() 1186 imp->combine_32_ca[PIXMAN_OP_HARD_LIGHT] = combine_hard_light_ca; in _pixman_setup_combiner_functions_32()
|
D | pixman.h | 438 PIXMAN_OP_HARD_LIGHT = 0x37, enumerator
|