Home
last modified time | relevance | path

Searched refs:DrawShadowCommand (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/tools/debugger/
H A DDrawCommand.h663 class DrawShadowCommand : public DrawCommand { class
665 DrawShadowCommand(const SkPath& path, const SkDrawShadowRec& rec);
H A DDrawCommand.cpp1833 DrawShadowCommand::DrawShadowCommand(const SkPath& path, const SkDrawShadowRec& rec) in DrawShadowCommand() function in DrawShadowCommand
1839 void DrawShadowCommand::execute(SkCanvas* canvas) const { in execute()
1843 bool DrawShadowCommand::render(SkCanvas* canvas) const { in render()
1848 void DrawShadowCommand::toJSON(SkJSONWriter& writer, UrlDataManager& urlDataManager) const { in toJSON()
H A DDebugCanvas.cpp564 this->addDrawCommand(new DrawShadowCommand(path, rec));

Completed in 8 milliseconds