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