Home
last modified time | relevance | path

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

/third_party/skia/tools/debugger/
DDrawCommand.h448 class EndDrawPictureCommand : public DrawCommand {
450 EndDrawPictureCommand(bool restore);
DDebugCanvas.cpp502 this->addDrawCommand(new EndDrawPictureCommand(SkToBool(matrix) || SkToBool(paint))); in onDrawPicture()
DDrawCommand.cpp1580 EndDrawPictureCommand::EndDrawPictureCommand(bool restore) in EndDrawPictureCommand() function in EndDrawPictureCommand
1583 void EndDrawPictureCommand::execute(SkCanvas* canvas) const { in execute()