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