Searched refs:GrMorphologyEffect (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/effects/
H A DSkMorphologyImageFilter.cpp303 class GrMorphologyEffect : public Gr1DKernelEffect { class in inherits:Gr1DKernelEffect
313 AutoEffectUnref effect(SkNEW_ARGS(GrMorphologyEffect, (tex, dir, radius, type)));
317 virtual ~GrMorphologyEffect();
335 GrMorphologyEffect(GrTexture*, Direction, int radius, MorphologyType);
361 int width() const { return GrMorphologyEffect::WidthFromRadius(fRadius); }
364 GrMorphologyEffect::MorphologyType fType;
373 const GrMorphologyEffect& m = drawEffect.castEffect<GrMorphologyEffect>();
391 case GrMorphologyEffect::kErode_MorphologyType:
395 case GrMorphologyEffect
448 GrMorphologyEffect::GrMorphologyEffect(GrTexture* texture, function in class:GrMorphologyEffect
479 GR_DEFINE_EFFECT_TEST(GrMorphologyEffect); variable
[all...]
/external/skia/src/effects/
H A DSkMorphologyImageFilter.cpp303 class GrMorphologyEffect : public Gr1DKernelEffect { class in inherits:Gr1DKernelEffect
313 AutoEffectUnref effect(SkNEW_ARGS(GrMorphologyEffect, (tex, dir, radius, type)));
317 virtual ~GrMorphologyEffect();
335 GrMorphologyEffect(GrTexture*, Direction, int radius, MorphologyType);
361 int width() const { return GrMorphologyEffect::WidthFromRadius(fRadius); }
364 GrMorphologyEffect::MorphologyType fType;
373 const GrMorphologyEffect& m = drawEffect.castEffect<GrMorphologyEffect>();
391 case GrMorphologyEffect::kErode_MorphologyType:
395 case GrMorphologyEffect
448 GrMorphologyEffect::GrMorphologyEffect(GrTexture* texture, function in class:GrMorphologyEffect
479 GR_DEFINE_EFFECT_TEST(GrMorphologyEffect); variable
[all...]

Completed in 118 milliseconds