Lines Matching refs:std
197 return GrOp::Make<DashOpImpl>(context, std::move(paint), geometry, cap,
241 , fProcessorSet(std::move(paint))
319 std::move(appliedClip),
322 std::move(fProcessorSet),
368 halfSrcStroke = std::max(halfSrcStroke, 0.5f / args.fPerpendicularScale);
390 startPts[1].fX = std::min(startPts[0].fX + draw.fIntervals[0] - draw.fPhase,
725 std::unique_ptr<ProgramImpl> makeProgramImpl(const GrShaderCaps&) const override;
863 std::unique_ptr<GrGeometryProcessor::ProgramImpl> DashingCircleEffect::makeProgramImpl(
865 return std::make_unique<Impl>();
927 std::unique_ptr<ProgramImpl> makeProgramImpl(const GrShaderCaps&) const override;
1087 std::unique_ptr<GrGeometryProcessor::ProgramImpl> DashingLineEffect::makeProgramImpl(
1089 return std::make_unique<Impl>();
1204 return DashOpImpl::Make(context, std::move(paint), lineData, cap, aaMode, fullDash,
1322 return skgpu::v1::DashOp::MakeDashLineOp(context, std::move(paint), viewMatrix, pts, aaMode,