Searched refs:SkDrawVerticesCommand (Results 1 – 3 of 3) sorted by relevance
591 class SkDrawVerticesCommand : public SkDrawCommand {593 SkDrawVerticesCommand(sk_sp<SkVertices>, SkBlendMode, const SkPaint&);
434 this->addDrawCommand(new SkDrawVerticesCommand(sk_ref_sp(const_cast<SkVertices*>(vertices)), in onDrawVerticesObject()
2010 SkDrawVerticesCommand::SkDrawVerticesCommand(sk_sp<SkVertices> vertices, SkBlendMode bmode, in SkDrawVerticesCommand() function in SkDrawVerticesCommand2017 void SkDrawVerticesCommand::execute(SkCanvas* canvas) const { in execute()