Home
last modified time | relevance | path

Searched refs:SaveCommand (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/tools/debugger/
H A DDrawCommand.h614 class SaveCommand : public DrawCommand { class
616 SaveCommand();
H A DDebugCanvas.cpp596 this->addDrawCommand(new SaveCommand());
H A DDrawCommand.cpp1989 SaveCommand::SaveCommand() : INHERITED(kSave_OpType) {} in SaveCommand() function in SaveCommand
1991 void SaveCommand::execute(SkCanvas* canvas) const { canvas->save(); } in execute()

Completed in 6 milliseconds