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

  /external/pixman/test/
combiner-test.c 14 PIXMAN_OP_DST,
check-formats.c 111 PIXMAN_OP_DST,
glyph-test.c 68 PIXMAN_OP_DST,
blitters-test.c 104 PIXMAN_OP_DST,
composite.c 144 PIXMAN_OP_DST,
stress-test.c 793 PIXMAN_OP_DST,
utils.c 880 case PIXMAN_OP_DST: return "PIXMAN_OP_DST";
1054 case PIXMAN_OP_DST:
    [all...]
  /external/pixman/demos/
composite-test.c 19 { "DST", PIXMAN_OP_DST },
  /external/pixman/pixman/
pixman-noop.c 162 { PIXMAN_OP_DST, PIXMAN_any, 0, PIXMAN_any, 0, PIXMAN_any, 0, noop_composite },
pixman-combine-float.c 895 imp->combine_float[PIXMAN_OP_DST] = combine_dst_u_float;
957 imp->combine_float_ca[PIXMAN_OP_DST] = combine_dst_ca_float;
pixman.h 323 PIXMAN_OP_DST = 0x02,
    [all...]
pixman-combine32.c     [all...]

Completed in 307 milliseconds