Searched refs:EndDrawPictureCommand (Results 1 – 3 of 3) sorted by relevance
448 class EndDrawPictureCommand : public DrawCommand {450 EndDrawPictureCommand(bool restore);
502 this->addDrawCommand(new EndDrawPictureCommand(SkToBool(matrix) || SkToBool(paint))); in onDrawPicture()
1580 EndDrawPictureCommand::EndDrawPictureCommand(bool restore) in EndDrawPictureCommand() function in EndDrawPictureCommand1583 void EndDrawPictureCommand::execute(SkCanvas* canvas) const { in execute()