Home
last modified time | relevance | path

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

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