Searched refs:maskFP (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/src/effects/imagefilters/ |
H A D | SkAlphaThresholdImageFilter.cpp | 139 std::unique_ptr<GrFragmentProcessor> maskFP, in make_alpha_threshold_fp() 143 uniform shader maskFP; in make_alpha_threshold_fp() 148 half4 mask_color = maskFP.eval(xy); in make_alpha_threshold_fp() 167 "maskFP", GrSkSLFP::IgnoreOptFlags(std::move(maskFP)), in make_alpha_threshold_fp() 210 auto maskFP = GrTextureEffect::Make(std::move(maskView), kPremul_SkAlphaType, in onFilterImage() local 224 std::move(textureFP), std::move(maskFP), fInnerThreshold, fOuterThreshold); in onFilterImage() 137 make_alpha_threshold_fp( std::unique_ptr<GrFragmentProcessor> inputFP, std::unique_ptr<GrFragmentProcessor> maskFP, float innerThreshold, float outerThreshold) make_alpha_threshold_fp() argument
|
/third_party/skia/src/core/ |
H A D | SkBlurMF.cpp | 1388 std::unique_ptr<GrFragmentProcessor> maskFP = in make_rrect_blur() local 1390 if (!maskFP) { in make_rrect_blur() 1448 "ninePatchFP", GrSkSLFP::IgnoreOptFlags(std::move(maskFP)), in make_rrect_blur()
|
Completed in 5 milliseconds