Home
last modified time | relevance | path

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

/external/skia/src/utils/debugger/
DSkDrawCommand.h282 class SkCommentCommand : public SkDrawCommand {
284 SkCommentCommand(const char* kywd, const char* value);
DSkDrawCommand.cpp372 SkCommentCommand::SkCommentCommand(const char* kywd, const char* value) in SkCommentCommand() function in SkCommentCommand
DSkDebugCanvas.cpp440 this->addDrawCommand(new SkCommentCommand(kywd, value)); in addComment()