Home
last modified time | relevance | path

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

/external/skia/tools/debugger/
DDrawCommand.h150 class RestoreCommand : public DrawCommand {
152 RestoreCommand();
DDebugCanvas.cpp617 this->addDrawCommand(new RestoreCommand()); in willRestore()
DDrawCommand.cpp2013 RestoreCommand::RestoreCommand() : INHERITED(kRestore_OpType) {} in RestoreCommand() function in RestoreCommand
2015 void RestoreCommand::execute(SkCanvas* canvas) const { canvas->restore(); } in execute()
/external/crosvm/src/
Dmain.rs75 use vm_control::RestoreCommand;
542 let req = VmRequest::Restore(RestoreCommand::Apply { in snapshot_vm()
/external/crosvm/vm_control/src/
Dlib.rs296 pub enum RestoreCommand { enum
1123 Restore(RestoreCommand),
1762 VmRequest::Restore(RestoreCommand::Apply { ref restore_path }) => { in execute()
/external/ImageMagick/MagickCore/
Ddisplay.c1339 RestoreCommand, enumerator
7427 case RestoreCommand: in XMagickCommand()
14306 RestoreCommand in XDisplayImage()
14402 RestoreCommand, in XDisplayImage()