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