Home
last modified time | relevance | path

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

/external/skia/tools/debugger/
DSkDrawCommand.h527 class SkDrawPatchCommand : public SkDrawCommand {
529 SkDrawPatchCommand(const SkPoint cubics[12], const SkColor colors[4],
534 static SkDrawPatchCommand* fromJSON(Json::Value& command, UrlDataManager& urlDataManager);
DSkDrawCommand.cpp2607 SkDrawPatchCommand::SkDrawPatchCommand(const SkPoint cubics[12], const SkColor colors[4], in SkDrawPatchCommand() function in SkDrawPatchCommand
2632 void SkDrawPatchCommand::execute(SkCanvas* canvas) const { in execute()
2636 Json::Value SkDrawPatchCommand::toJSON(UrlDataManager& urlDataManager) const { in toJSON()
2665 SkDrawPatchCommand* SkDrawPatchCommand::fromJSON(Json::Value& command, in fromJSON()
2703 return new SkDrawPatchCommand(cubics, colorsPtr, texCoordsPtr, xfermode, paint); in fromJSON()
DSkDebugCanvas.cpp492 this->addDrawCommand(new SkDrawPatchCommand(cubics, colors, texCoords, xmode, paint)); in onDrawPatch()