Home
last modified time | relevance | path

Searched refs:PIXMAN_OP_CLEAR (Results 1 – 12 of 12) sorted by relevance

/external/pixman/test/
Dcombiner-test.c12 PIXMAN_OP_CLEAR,
Dcheck-formats.c109 PIXMAN_OP_CLEAR,
Dglyph-test.c66 PIXMAN_OP_CLEAR,
Dblitters-test.c102 PIXMAN_OP_CLEAR,
Dcomposite.c142 PIXMAN_OP_CLEAR,
Dutils.c878 case PIXMAN_OP_CLEAR: return "PIXMAN_OP_CLEAR"; in operator_name()
1044 case PIXMAN_OP_CLEAR: in calc_op()
Dstress-test.c791 PIXMAN_OP_CLEAR,
/external/pixman/demos/
Dcomposite-test.c17 { "CLEAR", PIXMAN_OP_CLEAR },
/external/pixman/pixman/
Dpixman-combine-float.c893 imp->combine_float[PIXMAN_OP_CLEAR] = combine_clear_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
955 imp->combine_float_ca[PIXMAN_OP_CLEAR] = combine_clear_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
Dpixman.h321 PIXMAN_OP_CLEAR = 0x00, enumerator
Dpixman.c895 if (op == PIXMAN_OP_CLEAR) in pixman_image_fill_boxes()
Dpixman-combine32.c2384 imp->combine_32[PIXMAN_OP_CLEAR] = combine_clear; in _pixman_setup_combiner_functions_32()
2444 imp->combine_32_ca[PIXMAN_OP_CLEAR] = combine_clear_ca; in _pixman_setup_combiner_functions_32()