HomeSort by relevance Sort by last modified time
    Searched refs:PIXMAN_OP_OVER (Results 26 - 39 of 39) sorted by null

12

  /external/pixman/test/
affine-test.c 55 op = (prng_rand_n (2) == 0) ? PIXMAN_OP_SRC : PIXMAN_OP_OVER;
scaling-test.c 93 op = PIXMAN_OP_OVER;
composite.c 145 PIXMAN_OP_OVER,
utils.c 881 case PIXMAN_OP_OVER: return "PIXMAN_OP_OVER";
1059 case PIXMAN_OP_OVER:
    [all...]
  /external/pixman/pixman/
pixman-combine-float.c 896 imp->combine_float[PIXMAN_OP_OVER] = combine_over_u_float;
958 imp->combine_float_ca[PIXMAN_OP_OVER] = combine_over_ca_float;
pixman-mips-dspr2.c 453 imp->combine_32[PIXMAN_OP_OVER] = mips_dspr2_combine_over_u;
pixman-vmx.c     [all...]
pixman-arm-neon.c 464 imp->combine_32[PIXMAN_OP_OVER] = neon_combine_over_u;
pixman.c 891 if (op == PIXMAN_OP_OVER)
    [all...]
pixman.h 324 PIXMAN_OP_OVER = 0x03,
    [all...]
pixman-combine32.c     [all...]
pixman-fast-path.c     [all...]
pixman-mmx.c     [all...]
pixman-sse2.c     [all...]

Completed in 877 milliseconds

12