Home
last modified time | relevance | path

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

/third_party/skia/tools/debugger/
DDrawCommand.h573 class DrawVerticesCommand : public DrawCommand {
575 DrawVerticesCommand(sk_sp<SkVertices>, SkBlendMode, const SkPaint&);
DDebugCanvas.cpp547 new DrawVerticesCommand(sk_ref_sp(const_cast<SkVertices*>(vertices)), bmode, paint)); in onDrawVerticesObject()
DDrawCommand.cpp1938 DrawVerticesCommand::DrawVerticesCommand(sk_sp<SkVertices> vertices, in DrawVerticesCommand() function in DrawVerticesCommand
1946 void DrawVerticesCommand::execute(SkCanvas* canvas) const { in execute()