Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/ops/
DStrokeRectOp.h26 namespace skgpu::v1::StrokeRectOp {
DStrokeRectOp.cpp27 namespace skgpu::v1::StrokeRectOp { namespace
1005 return skgpu::v1::StrokeRectOp::NonAAStrokeRectOp::Make(context, std::move(paint), viewMatrix, in GR_DRAW_OP_TEST_DEFINE()
1023 return skgpu::v1::StrokeRectOp::AAStrokeRectOp::Make(context, std::move(paint), matrix, rect, in GR_DRAW_OP_TEST_DEFINE()
/third_party/skia/src/gpu/
DBUILD.bazel377 "ops/StrokeRectOp.cpp",
378 "ops/StrokeRectOp.h",
/third_party/skia/gn/
Dgpu.gni558 "$_src/gpu/ops/StrokeRectOp.cpp",
559 "$_src/gpu/ops/StrokeRectOp.h",
/third_party/skia/src/gpu/v1/
DSurfaceDrawContext.cpp768 GrOp::Owner op = StrokeRectOp::Make(fContext, std::move(paint), aaType, viewMatrix, in drawRect()
1768 GrOp::Owner op = StrokeRectOp::MakeNested(fContext, std::move(*paint), in drawSimpleShape()