Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkImageFilter_Base.h307 static sk_sp<SkSpecialImage> DrawWithFP(GrRecordingContext* context,
DSkImageFilter.cpp586 sk_sp<SkSpecialImage> SkImageFilter_Base::DrawWithFP(GrRecordingContext* rContext, in DrawWithFP() function in SkImageFilter_Base
/third_party/skia/src/effects/imagefilters/
DSkMagnifierImageFilter.cpp206 return DrawWithFP(context, std::move(fp), bounds, ctx.colorType(), ctx.colorSpace(), in onFilterImage()
DSkAlphaThresholdImageFilter.cpp229 return DrawWithFP(context, std::move(thresholdFP), bounds, ctx.colorType(), in onFilterImage()
DSkMatrixConvolutionImageFilter.cpp405 return DrawWithFP(context, std::move(fp), dstBounds, ctx.colorType(), ctx.colorSpace(), in onFilterImage()