Home
last modified time | relevance | path

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

/external/skia/tools/debugger/
DSkDrawCommand.h700 class SkDrawVerticesCommand : public SkDrawCommand {
702 SkDrawVerticesCommand(sk_sp<SkVertices>, SkBlendMode, const SkPaint&);
DSkDebugCanvas.cpp597 this->addDrawCommand(new SkDrawVerticesCommand(sk_ref_sp(const_cast<SkVertices*>(vertices)), in onDrawVerticesObject()
DSkDrawCommand.cpp3430 SkDrawVerticesCommand::SkDrawVerticesCommand(sk_sp<SkVertices> vertices, SkBlendMode bmode, in SkDrawVerticesCommand() function in SkDrawVerticesCommand
3442 void SkDrawVerticesCommand::execute(SkCanvas* canvas) const { in execute()