Home | History | Annotate | Download | only in effects

Lines Matching refs:ThresholdEffect

79 class ThresholdEffect : public GrEffect {
82 return GrTBackendEffectFactory<ThresholdEffect>::getInstance();
90 AutoEffectUnref effect(SkNEW_ARGS(ThresholdEffect, (bmpTexture, bmpMatrix,
157 const ThresholdEffect& effect = e.castEffect<ThresholdEffect>();
171 ThresholdEffect(GrTexture* bmpTexture, const SkMatrix& bmpMatrix,
186 const ThresholdEffect& e = CastEffect<ThresholdEffect>(other);
202 GR_DEFINE_EFFECT_TEST(ThresholdEffect);
204 GrEffectRef* ThresholdEffect::TestCreate(SkRandom* rand,
211 return ThresholdEffect::Create(bmpTex, SkMatrix::I(), maskTex, SkMatrix::I(), thresh);
268 GrEffectRef* effect = ThresholdEffect::Create(bmpTexture, bmpMatrix,