HomeSort by relevance Sort by last modified time
    Searched refs:PIXMAN_OP_CLEAR (Results 1 - 12 of 12) sorted by null

  /external/pixman/test/
combiner-test.c 12 PIXMAN_OP_CLEAR,
check-formats.c 109 PIXMAN_OP_CLEAR,
glyph-test.c 66 PIXMAN_OP_CLEAR,
blitters-test.c 102 PIXMAN_OP_CLEAR,
composite.c 142 PIXMAN_OP_CLEAR,
stress-test.c 791 PIXMAN_OP_CLEAR,
utils.c 878 case PIXMAN_OP_CLEAR: return "PIXMAN_OP_CLEAR";
1044 case PIXMAN_OP_CLEAR:
    [all...]
  /external/pixman/demos/
composite-test.c 17 { "CLEAR", PIXMAN_OP_CLEAR },
  /external/pixman/pixman/
pixman-combine-float.c 893 imp->combine_float[PIXMAN_OP_CLEAR] = combine_clear_u_float;
955 imp->combine_float_ca[PIXMAN_OP_CLEAR] = combine_clear_ca_float;
pixman.c 895 if (op == PIXMAN_OP_CLEAR)
    [all...]
pixman.h 321 PIXMAN_OP_CLEAR = 0x00,
    [all...]
pixman-combine32.c     [all...]

Completed in 65 milliseconds