Home
last modified time | relevance | path

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

/third_party/skia/tools/debugger/
DDrawCommand.h124 class RestoreCommand : public DrawCommand {
126 RestoreCommand();
DDebugCanvas.cpp591 this->addDrawCommand(new RestoreCommand()); in willRestore()
DDrawCommand.cpp1985 RestoreCommand::RestoreCommand() : INHERITED(kRestore_OpType) {} in RestoreCommand() function in RestoreCommand
1987 void RestoreCommand::execute(SkCanvas* canvas) const { canvas->restore(); } in execute()