Home
last modified time | relevance | path

Searched refs:EndDrawPictureCommand (Results 1 – 3 of 3) sorted by relevance

/external/skia/tools/debugger/
DDrawCommand.h438 class EndDrawPictureCommand : public DrawCommand {
440 EndDrawPictureCommand(bool restore);
DDebugCanvas.cpp484 this->addDrawCommand(new EndDrawPictureCommand(SkToBool(matrix) || SkToBool(paint))); in onDrawPicture()
DDrawCommand.cpp1584 EndDrawPictureCommand::EndDrawPictureCommand(bool restore) in EndDrawPictureCommand() function in EndDrawPictureCommand
1587 void EndDrawPictureCommand::execute(SkCanvas* canvas) const { in execute()