Home
last modified time | relevance | path

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

/external/skia/tools/debugger/
DDrawCommand.h499 class DrawPatchCommand : public DrawCommand {
501 DrawPatchCommand(const SkPoint cubics[12],
DDrawCommand.cpp1719 DrawPatchCommand::DrawPatchCommand(const SkPoint cubics[12], in DrawPatchCommand() function in DrawPatchCommand
1741 void DrawPatchCommand::execute(SkCanvas* canvas) const { in execute()
1745 void DrawPatchCommand::toJSON(SkJSONWriter& writer, UrlDataManager& urlDataManager) const { in toJSON()
DDebugCanvas.cpp522 this->addDrawCommand(new DrawPatchCommand(cubics, colors, texCoords, bmode, paint)); in onDrawPatch()