Lines Matching refs:std
51 GrFPResult asFragmentProcessor(std::unique_ptr<GrFragmentProcessor> inputFP,
88 GrFPResult SkGaussianColorFilter::asFragmentProcessor(std::unique_ptr<GrFragmentProcessor> inputFP,
100 GrSkSLFP::Make(effect, "gaussian_fp", std::move(inputFP), GrSkSLFP::OptFlags::kNone));
323 : fTessellations(std::move(tessellations)) {
345 std::unique_ptr<uint8_t[]> fKey;
450 std::unique_ptr<uint8_t[]> fKey;
459 std::function<void(const SkVertices*, SkBlendMode, const SkPaint&,
478 vertices = std::move(context.fVertices);
485 tessellations = std::move(context.fTessellationsOnFailure);
494 auto rec = new CachedTessellationsRec(*key, std::move(tessellations));
536 int max = std::max(std::max(spotR, spotG), spotB);
537 int min = std::min(std::min(spotR, spotG), spotB);