Searched refs:StrokeRectOp (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/src/gpu/ops/ |
D | StrokeRectOp.h | 26 namespace skgpu::v1::StrokeRectOp {
|
D | StrokeRectOp.cpp | 27 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/ |
D | BUILD.bazel | 377 "ops/StrokeRectOp.cpp", 378 "ops/StrokeRectOp.h",
|
/third_party/skia/gn/ |
D | gpu.gni | 558 "$_src/gpu/ops/StrokeRectOp.cpp", 559 "$_src/gpu/ops/StrokeRectOp.h",
|
/third_party/skia/src/gpu/v1/ |
D | SurfaceDrawContext.cpp | 768 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()
|