Lines Matching refs:Specialize
593 "makePremul", GrSkSLFP::Specialize<int>(makePremul), in make_clamped_gradient()
595 GrSkSLFP::Specialize<int>(layoutPreservesOpacity)); in make_clamped_gradient()
662 "mirror", GrSkSLFP::Specialize<int>(mirror), in make_tiled_gradient()
663 "makePremul", GrSkSLFP::Specialize<int>(makePremul), in make_tiled_gradient()
665 GrSkSLFP::Specialize<int>(layoutPreservesOpacity), in make_tiled_gradient()
667 GrSkSLFP::Specialize<int>(useFloorAbsWorkaround)); in make_tiled_gradient()
835 "useAtanWorkaround", GrSkSLFP::Specialize(useAtanWorkaround)); in MakeSweep()
975 "isRadiusIncreasing", GrSkSLFP::Specialize<int>(isRadiusIncreasing), in MakeConical()
976 "isFocalOnCircle", GrSkSLFP::Specialize<int>(isFocalOnCircle), in MakeConical()
977 "isWellBehaved", GrSkSLFP::Specialize<int>(isWellBehaved), in MakeConical()
978 "isSwapped", GrSkSLFP::Specialize<int>(isSwapped), in MakeConical()
979 "isNativelyFocal", GrSkSLFP::Specialize<int>(isNativelyFocal), in MakeConical()