Lines Matching refs:blend
188 #define DEF_FOR_COLOR_TYPES(aa, blend) \
189 DEF_BENCH(return new RotRectBench(aa, kConstantOpaque_ColorType, blend);) \
190 DEF_BENCH(return new RotRectBench(aa, kConstantTransparent_ColorType, blend);) \
191 DEF_BENCH(return new RotRectBench(aa, kChangingOpaque_ColorType, blend);) \
192 DEF_BENCH(return new RotRectBench(aa, kChangingTransparent_ColorType, blend);) \
193 DEF_BENCH(return new RotRectBench(aa, kAlternatingOpaqueAndTransparent_ColorType, blend);) \
194 DEF_BENCH(return new RotRectBench(aa, kShaderOpaque_ColorType, blend);)
195 #define DEF_FOR_AA_MODES(blend) \
196 DEF_FOR_COLOR_TYPES(true, blend) \
197 DEF_FOR_COLOR_TYPES(false, blend)