Home
last modified time | relevance | path

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

/external/skia/tools/debugger/
DDrawCommand.h123 class RestoreCommand : public DrawCommand {
125 RestoreCommand();
DDebugCanvas.cpp573 this->addDrawCommand(new RestoreCommand()); in willRestore()
DDrawCommand.cpp1989 RestoreCommand::RestoreCommand() : INHERITED(kRestore_OpType) {} in RestoreCommand() function in RestoreCommand
1991 void RestoreCommand::execute(SkCanvas* canvas) const { canvas->restore(); } in execute()
/external/ImageMagick/MagickCore/
Ddisplay.c1339 RestoreCommand, enumerator
7427 case RestoreCommand: in XMagickCommand()
14306 RestoreCommand in XDisplayImage()
14402 RestoreCommand, in XDisplayImage()