HomeSort by relevance Sort by last modified time
    Searched refs:SkCommentCommand (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/skia/src/utils/debugger/
SkDrawCommand.h 285 class SkCommentCommand : public SkDrawCommand {
287 SkCommentCommand(const char* kywd, const char* value);
SkDrawCommand.cpp 431 SkCommentCommand::SkCommentCommand(const char* kywd, const char* value)
SkDebugCanvas.cpp 493 this->addDrawCommand(new SkCommentCommand(kywd, value));
  /external/skia/src/utils/debugger/
SkDrawCommand.h 285 class SkCommentCommand : public SkDrawCommand {
287 SkCommentCommand(const char* kywd, const char* value);
SkDrawCommand.cpp 428 SkCommentCommand::SkCommentCommand(const char* kywd, const char* value)
SkDebugCanvas.cpp 503 this->addDrawCommand(new SkCommentCommand(kywd, value));

Completed in 81 milliseconds