Searched refs:EndDrawPictureCommand (Results 1 – 3 of 3) sorted by relevance
438 class EndDrawPictureCommand : public DrawCommand {440 EndDrawPictureCommand(bool restore);
484 this->addDrawCommand(new EndDrawPictureCommand(SkToBool(matrix) || SkToBool(paint))); in onDrawPicture()
1584 EndDrawPictureCommand::EndDrawPictureCommand(bool restore) in EndDrawPictureCommand() function in EndDrawPictureCommand1587 void EndDrawPictureCommand::execute(SkCanvas* canvas) const { in execute()