Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/ops/
DFillRectOp.h57 static void AddFillRectOps(SurfaceDrawContext*,
DFillRectOp.cpp526 void FillRectOp::AddFillRectOps(skgpu::v1::SurfaceDrawContext* sdc, in AddFillRectOps() function in skgpu::v1::FillRectOp
/third_party/skia/tests/
DBulkRectTest.cpp73 skgpu::v1::FillRectOp::AddFillRectOps(sdc.get(), nullptr, dContext, std::move(paint), overallAA, in fillrectop_creation_test()
/third_party/skia/src/gpu/v1/
DSurfaceDrawContext.cpp846 FillRectOp::AddFillRectOps(this, clip, fContext, std::move(paint), aaType, viewMatrix, in drawQuadSet()