Searched refs:DrawVerticesCommand (Results 1 – 3 of 3) sorted by relevance
573 class DrawVerticesCommand : public DrawCommand {575 DrawVerticesCommand(sk_sp<SkVertices>, SkBlendMode, const SkPaint&);
547 new DrawVerticesCommand(sk_ref_sp(const_cast<SkVertices*>(vertices)), bmode, paint)); in onDrawVerticesObject()
1938 DrawVerticesCommand::DrawVerticesCommand(sk_sp<SkVertices> vertices, in DrawVerticesCommand() function in DrawVerticesCommand1946 void DrawVerticesCommand::execute(SkCanvas* canvas) const { in execute()