Searched refs:SkDrawPatchCommand (Results 1 – 3 of 3) sorted by relevance
512 class SkDrawPatchCommand : public SkDrawCommand {514 SkDrawPatchCommand(const SkPoint cubics[12], const SkColor colors[4],
1833 SkDrawPatchCommand::SkDrawPatchCommand(const SkPoint cubics[12], const SkColor colors[4], in SkDrawPatchCommand() function in SkDrawPatchCommand1855 void SkDrawPatchCommand::execute(SkCanvas* canvas) const { in execute()1859 void SkDrawPatchCommand::toJSON(SkJSONWriter& writer, UrlDataManager& urlDataManager) const { in toJSON()
428 this->addDrawCommand(new SkDrawPatchCommand(cubics, colors, texCoords, bmode, paint)); in onDrawPatch()