Home
last modified time | relevance | path

Searched refs:SkDrawPatchCommand (Results 1 – 3 of 3) sorted by relevance

/external/skqp/tools/debugger/
DSkDrawCommand.h512 class SkDrawPatchCommand : public SkDrawCommand {
514 SkDrawPatchCommand(const SkPoint cubics[12], const SkColor colors[4],
DSkDrawCommand.cpp1833 SkDrawPatchCommand::SkDrawPatchCommand(const SkPoint cubics[12], const SkColor colors[4], in SkDrawPatchCommand() function in SkDrawPatchCommand
1855 void SkDrawPatchCommand::execute(SkCanvas* canvas) const { in execute()
1859 void SkDrawPatchCommand::toJSON(SkJSONWriter& writer, UrlDataManager& urlDataManager) const { in toJSON()
DSkDebugCanvas.cpp428 this->addDrawCommand(new SkDrawPatchCommand(cubics, colors, texCoords, bmode, paint)); in onDrawPatch()