Lines Matching refs:aa
74 RotRectBench(bool aa, ColorType ct, SkBlendMode mode, bool perspective = false) in RotRectBench() argument
75 : fAA(aa) in RotRectBench()
188 #define DEF_FOR_COLOR_TYPES(aa, blend) \ argument
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);)
206 #define DEF_FOR_PERSP_MODES(aa) \ argument
207 DEF_BENCH(return new RotRectBench(aa, kConstantOpaque_ColorType, SkBlendMode::kSrcOver, true);)\
208 DEF_BENCH(return new RotRectBench(aa, kShaderOpaque_ColorType, SkBlendMode::kSrcOver, true);)