Searched refs:StrokeTessellateOp (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/src/gpu/ops/ |
H A D | StrokeTessellateOp.cpp | 8 #include "src/gpu/ops/StrokeTessellateOp.h" 41 StrokeTessellateOp::StrokeTessellateOp(GrAAType aaType, const SkMatrix& viewMatrix, in StrokeTessellateOp() function in skgpu::v1::StrokeTessellateOp 69 void StrokeTessellateOp::visitProxies(const GrVisitProxyFunc& func) const { in visitProxies() 79 GrProcessorSet::Analysis StrokeTessellateOp::finalize(const GrCaps& caps, in finalize() 96 GrOp::CombineResult StrokeTessellateOp::onCombineIfPossible(GrOp* grOp, SkArenaAlloc* alloc, in onCombineIfPossible() 99 auto* op = static_cast<StrokeTessellateOp*>(grOp); in onCombineIfPossible() 176 void StrokeTessellateOp::prePrepareTessellator(GrTessellationShader::ProgramArgs&& args, in prePrepareTessellator() 227 void StrokeTessellateOp::onPrePrepare(GrRecordingContext* context, in onPrePrepare() 246 void StrokeTessellateOp [all...] |
H A D | StrokeTessellateOp.h | 23 class StrokeTessellateOp final : public GrDrawOp { 25 StrokeTessellateOp(GrAAType, const SkMatrix&, const SkPath&, const SkStrokeRec&, GrPaint&&); 46 const char* name() const override { return "StrokeTessellateOp"; }
|
H A D | TessellationPathRenderer.cpp | 21 #include "src/gpu/ops/StrokeTessellateOp.h" 151 auto op = GrOp::Make<StrokeTessellateOp>(args.fContext, args.fAAType, *args.fViewMatrix, in onDrawPath()
|
Completed in 2 milliseconds