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

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

Completed in 2957 milliseconds