Searched full:makemaker (Results 1 – 8 of 8) 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 __anonbfd5b8970211::GaussPass473 static PassMaker* MakeMaker(double sigma, SkArenaAlloc* alloc) { in MakeMaker() function in __anonbfd5b8970211::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()