Home
last modified time | relevance | path

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

/external/skqp/tools/debugger/
DSkDrawCommand.h591 class SkDrawVerticesCommand : public SkDrawCommand {
593 SkDrawVerticesCommand(sk_sp<SkVertices>, SkBlendMode, const SkPaint&);
DSkDebugCanvas.cpp434 this->addDrawCommand(new SkDrawVerticesCommand(sk_ref_sp(const_cast<SkVertices*>(vertices)), in onDrawVerticesObject()
DSkDrawCommand.cpp2010 SkDrawVerticesCommand::SkDrawVerticesCommand(sk_sp<SkVertices> vertices, SkBlendMode bmode, in SkDrawVerticesCommand() function in SkDrawVerticesCommand
2017 void SkDrawVerticesCommand::execute(SkCanvas* canvas) const { in execute()