Searched refs:SkRestoreCommand (Results 1 – 3 of 3) sorted by relevance
121 class SkRestoreCommand : public SkDrawCommand {123 SkRestoreCommand();
454 this->addDrawCommand(new SkRestoreCommand()); in willRestore()
2044 SkRestoreCommand::SkRestoreCommand() in SkRestoreCommand() function in SkRestoreCommand2047 void SkRestoreCommand::execute(SkCanvas* canvas) const { in execute()