Searched refs:DrawPatchCommand (Results 1 – 3 of 3) sorted by relevance
509 class DrawPatchCommand : public DrawCommand {511 DrawPatchCommand(const SkPoint cubics[12],
1715 DrawPatchCommand::DrawPatchCommand(const SkPoint cubics[12], in DrawPatchCommand() function in DrawPatchCommand1737 void DrawPatchCommand::execute(SkCanvas* canvas) const { in execute()1741 void DrawPatchCommand::toJSON(SkJSONWriter& writer, UrlDataManager& urlDataManager) const { in toJSON()
540 this->addDrawCommand(new DrawPatchCommand(cubics, colors, texCoords, bmode, paint)); in onDrawPatch()