Lines Matching refs:aa
76 RotRectBench(bool aa, ColorType ct, SkBlendMode mode, bool perspective = false) in RotRectBench() argument
77 : fAA(aa) in RotRectBench()
190 #define DEF_FOR_COLOR_TYPES(aa, blend) \ argument
191 DEF_BENCH(return new RotRectBench(aa, kConstantOpaque_ColorType, blend);) \
192 DEF_BENCH(return new RotRectBench(aa, kConstantTransparent_ColorType, blend);) \
193 DEF_BENCH(return new RotRectBench(aa, kChangingOpaque_ColorType, blend);) \
194 DEF_BENCH(return new RotRectBench(aa, kChangingTransparent_ColorType, blend);) \
195 DEF_BENCH(return new RotRectBench(aa, kAlternatingOpaqueAndTransparent_ColorType, blend);) \
196 DEF_BENCH(return new RotRectBench(aa, kShaderOpaque_ColorType, blend);)
208 #define DEF_FOR_PERSP_MODES(aa) \ argument
209 DEF_BENCH(return new RotRectBench(aa, kConstantOpaque_ColorType, SkBlendMode::kSrcOver, true);)\
210 DEF_BENCH(return new RotRectBench(aa, kShaderOpaque_ColorType, SkBlendMode::kSrcOver, true);)