Home
last modified time | relevance | path

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

/external/skia/tools/debugger/
DDrawCommand.h563 class DrawVerticesCommand : public DrawCommand {
565 DrawVerticesCommand(sk_sp<SkVertices>, SkBlendMode, const SkPaint&);
DDebugCanvas.cpp529 new DrawVerticesCommand(sk_ref_sp(const_cast<SkVertices*>(vertices)), bmode, paint)); in onDrawVerticesObject()
DDrawCommand.cpp1942 DrawVerticesCommand::DrawVerticesCommand(sk_sp<SkVertices> vertices, in DrawVerticesCommand() function in DrawVerticesCommand
1950 void DrawVerticesCommand::execute(SkCanvas* canvas) const { in execute()