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

  /external/pixman/test/
pdf-op-test.c 10 PIXMAN_OP_LIGHTEN,
combiner-test.c 54 PIXMAN_OP_LIGHTEN,
blitters-test.c 144 PIXMAN_OP_LIGHTEN,
stress-test.c 833 PIXMAN_OP_LIGHTEN,
utils.c 923 case PIXMAN_OP_LIGHTEN: return "PIXMAN_OP_LIGHTEN";
    [all...]
  /external/pixman/demos/
composite-test.c 36 { "LIGHTEN", PIXMAN_OP_LIGHTEN },
  /external/pixman/pixman/
pixman-combine-float.c 941 imp->combine_float[PIXMAN_OP_LIGHTEN] = combine_lighten_u_float;
1003 imp->combine_float_ca[PIXMAN_OP_LIGHTEN] = combine_lighten_ca_float;
pixman.h 366 PIXMAN_OP_LIGHTEN = 0x34,
    [all...]
pixman-combine32.c     [all...]

Completed in 33 milliseconds