Searched refs:SkCommentCommand (Results 1 – 3 of 3) sorted by relevance
282 class SkCommentCommand : public SkDrawCommand {284 SkCommentCommand(const char* kywd, const char* value);
372 SkCommentCommand::SkCommentCommand(const char* kywd, const char* value) in SkCommentCommand() function in SkCommentCommand
440 this->addDrawCommand(new SkCommentCommand(kywd, value)); in addComment()