Searched refs:RestoreCommand (Results 1 – 3 of 3) sorted by relevance
124 class RestoreCommand : public DrawCommand {126 RestoreCommand();
591 this->addDrawCommand(new RestoreCommand()); in willRestore()
1985 RestoreCommand::RestoreCommand() : INHERITED(kRestore_OpType) {} in RestoreCommand() function in RestoreCommand1987 void RestoreCommand::execute(SkCanvas* canvas) const { canvas->restore(); } in execute()