Home
last modified time | relevance | path

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

/external/skia/src/effects/
DSkBlurMaskFilter.cpp877 class GrRRectBlurEffect : public GrFragmentProcessor { class
882 virtual ~GrRRectBlurEffect() {}; in ~GrRRectBlurEffect()
894 GrRRectBlurEffect(float sigma, const SkRRect&, GrTexture* profileTexture);
910 GrFragmentProcessor* GrRRectBlurEffect::Create(GrContext* context, float sigma, in Create()
980 return SkNEW_ARGS(GrRRectBlurEffect, (sigma, rrect, blurNinePatchTexture)); in Create()
983 void GrRRectBlurEffect::onComputeInvariantOutput(GrInvariantOutput* inout) const { in onComputeInvariantOutput()
987 GrRRectBlurEffect::GrRRectBlurEffect(float sigma, const SkRRect& rrect, GrTexture *ninePatchTexture) in GrRRectBlurEffect() function in GrRRectBlurEffect
991 this->initClassID<GrRRectBlurEffect>(); in GrRRectBlurEffect()
996 bool GrRRectBlurEffect::onIsEqual(const GrFragmentProcessor& other) const { in onIsEqual()
997 const GrRRectBlurEffect& rrbe = other.cast<GrRRectBlurEffect>(); in onIsEqual()
[all …]