Searched refs:SkRestoreCommand (Results 1 – 3 of 3) sorted by relevance
110 class SkRestoreCommand : public SkDrawCommand {112 SkRestoreCommand();
851 SkRestoreCommand::SkRestoreCommand() in SkRestoreCommand() function in SkRestoreCommand856 void SkRestoreCommand::execute(SkCanvas* canvas) const { in execute()
532 this->addDrawCommand(new SkRestoreCommand()); in willRestore()