Searched refs:SkCommentCommand (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/utils/debugger/
H A DSkDrawCommand.h285 class SkCommentCommand : public SkDrawCommand { class in inherits:SkDrawCommand
287 SkCommentCommand(const char* kywd, const char* value);
H A DSkDrawCommand.cpp431 SkCommentCommand::SkCommentCommand(const char* kywd, const char* value) function in class:SkCommentCommand
H A DSkDebugCanvas.cpp493 this->addDrawCommand(new SkCommentCommand(kywd, value));
/external/skia/src/utils/debugger/
H A DSkDrawCommand.h285 class SkCommentCommand : public SkDrawCommand { class in inherits:SkDrawCommand
287 SkCommentCommand(const char* kywd, const char* value);
H A DSkDrawCommand.cpp428 SkCommentCommand::SkCommentCommand(const char* kywd, const char* value) function in class:SkCommentCommand
H A DSkDebugCanvas.cpp503 this->addDrawCommand(new SkCommentCommand(kywd, value));

Completed in 95 milliseconds