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

  /external/chromium_org/third_party/skia/src/utils/debugger/
SkDrawCommand.h 392 class SkDrawPosTextCommand : public SkDrawCommand {
394 SkDrawPosTextCommand(const void* text, size_t byteLength, const SkPoint pos[],
396 virtual ~SkDrawPosTextCommand() { delete [] fPos; delete [] fText; }
SkDrawCommand.cpp 598 SkDrawPosTextCommand::SkDrawPosTextCommand(const void* text, size_t byteLength,
618 void SkDrawPosTextCommand::execute(SkCanvas* canvas) {
SkDebugCanvas.cpp 525 this->addDrawCommand(new SkDrawPosTextCommand(text, byteLength, pos, paint));
  /external/skia/src/utils/debugger/
SkDrawCommand.h 388 class SkDrawPosTextCommand : public SkDrawCommand {
390 SkDrawPosTextCommand(const void* text, size_t byteLength, const SkPoint pos[],
392 virtual ~SkDrawPosTextCommand() { delete [] fPos; delete [] fText; }
SkDrawCommand.cpp 575 SkDrawPosTextCommand::SkDrawPosTextCommand(const void* text, size_t byteLength,
595 void SkDrawPosTextCommand::execute(SkCanvas* canvas) {
SkDebugCanvas.cpp 533 this->addDrawCommand(new SkDrawPosTextCommand(text, byteLength, pos, paint));

Completed in 325 milliseconds