Home
last modified time | relevance | path

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

/external/skia/src/effects/
DSkMorphologyImageFilter.cpp202 class GrMorphologyEffect : public Gr1DKernelEffect { class
213 return new GrMorphologyEffect(tex, dir, radius, type); in Create()
218 return new GrMorphologyEffect(tex, dir, radius, type, bounds); in Create()
221 virtual ~GrMorphologyEffect();
244 GrMorphologyEffect(GrTexture*, Direction, int radius, MorphologyType);
245 GrMorphologyEffect(GrTexture*, Direction, int radius, MorphologyType,
272 const GrMorphologyEffect& me = args.fFp.cast<GrMorphologyEffect>(); in emitCode()
288 case GrMorphologyEffect::kErode_MorphologyType: in emitCode()
292 case GrMorphologyEffect::kDilate_MorphologyType: in emitCode()
315 int width = GrMorphologyEffect::WidthFromRadius(me.radius()); in emitCode()
[all …]