Searched full:makemaker (Results 1 – 6 of 6) sorted by relevance
1 # This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.012.7 use ExtUtils::MakeMaker;13 "ExtUtils::MakeMaker" => 062 unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {69 unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
16 ExtUtils::MakeMaker: '0'
19 "ExtUtils::MakeMaker" : "0",
1 use ExtUtils::MakeMaker;2 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
217 static PassMaker* MakeMaker(double sigma, SkArenaAlloc* alloc) { in MakeMaker() function in __anon3c5d59790211::GaussPass473 static PassMaker* MakeMaker(double sigma, SkArenaAlloc* alloc) { in MakeMaker() function in __anon3c5d59790211::TentPass763 auto makeMaker = [&](double sigma) -> PassMaker* { in cpu_blur() local765 if (PassMaker* maker = GaussPass::MakeMaker(sigma, &alloc)) { in cpu_blur()768 if (PassMaker* maker = TentPass::MakeMaker(sigma, &alloc)) { in cpu_blur()774 PassMaker* makerX = makeMaker(limitedSigma.x()); in cpu_blur()775 PassMaker* makerY = makeMaker(limitedSigma.y()); in cpu_blur()943 // Please see the comment on TentPass::MakeMaker for how the limit of 2183 for sigma is in onFilterImage()
167 static PassMaker* MakeMaker(float sigma, SkArenaAlloc* alloc) { in MakeMaker() function in __anondbf103d70111::GaussPass498 static PassMaker* MakeMaker(float sigma, SkArenaAlloc* alloc) { in MakeMaker() function in __anondbf103d70111::TentPass728 SkASSERT(SkBlurEngine::BoxBlurWindow(kMaxSigma) <= 255); // see GaussPass::MakeMaker(). in maxSigma()759 auto makeMaker = [&](float sigma) -> PassMaker* { in blur() local761 if (PassMaker* maker = GaussPass::MakeMaker(sigma, &alloc)) { in blur()764 if (PassMaker* maker = TentPass::MakeMaker(sigma, &alloc)) { in blur()770 PassMaker* makerX = makeMaker(sigma.width()); in blur()771 PassMaker* makerY = makeMaker(sigma.height()); in blur()