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

  /external/pixman/test/
pdf-op-test.c 11 PIXMAN_OP_COLOR_DODGE,
combiner-test.c 55 PIXMAN_OP_COLOR_DODGE,
blitters-test.c 145 PIXMAN_OP_COLOR_DODGE,
stress-test.c 834 PIXMAN_OP_COLOR_DODGE,
utils.c 924 case PIXMAN_OP_COLOR_DODGE: return "PIXMAN_OP_COLOR_DODGE";
    [all...]
  /external/pixman/demos/
composite-test.c 37 { "COLOR_DODGE", PIXMAN_OP_COLOR_DODGE },
  /external/pixman/pixman/
pixman-combine-float.c 942 imp->combine_float[PIXMAN_OP_COLOR_DODGE] = combine_color_dodge_u_float;
1004 imp->combine_float_ca[PIXMAN_OP_COLOR_DODGE] = combine_color_dodge_ca_float;
pixman.h 367 PIXMAN_OP_COLOR_DODGE = 0x35,
    [all...]
pixman-combine32.c     [all...]

Completed in 335 milliseconds