Home
last modified time | relevance | path

Searched refs:TessellatingPathOp (Results 1 – 1 of 1) sorted by relevance

/external/skqp/src/gpu/ops/
DGrTessellatingPathRenderer.cpp169 class TessellatingPathOp final : public GrMeshDrawOp { class
183 return Helper::FactoryHelper<TessellatingPathOp>(context, std::move(paint), shape, in Make()
204 TessellatingPathOp(Helper::MakeArgs helperArgs, in TessellatingPathOp() function in __anon66fb31960211::TessellatingPathOp
389 std::unique_ptr<GrDrawOp> op = TessellatingPathOp::Make(args.fContext, in onDrawPath()
420 return TessellatingPathOp::Make(context, std::move(paint), shape, viewMatrix, devClipBounds, in GR_DRAW_OP_TEST_DEFINE()