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

/external/chromium_org/third_party/skia/src/utils/debugger/
H A DSkDrawCommand.h392 class SkDrawPosTextCommand : public SkDrawCommand { class in inherits:SkDrawCommand
394 SkDrawPosTextCommand(const void* text, size_t byteLength, const SkPoint pos[],
396 virtual ~SkDrawPosTextCommand() { delete [] fPos; delete [] fText; }
H A DSkDrawCommand.cpp598 SkDrawPosTextCommand::SkDrawPosTextCommand(const void* text, size_t byteLength, function in class:SkDrawPosTextCommand
618 void SkDrawPosTextCommand::execute(SkCanvas* canvas) {
H A DSkDebugCanvas.cpp525 this->addDrawCommand(new SkDrawPosTextCommand(text, byteLength, pos, paint));
/external/skia/src/utils/debugger/
H A DSkDrawCommand.h388 class SkDrawPosTextCommand : public SkDrawCommand { class in inherits:SkDrawCommand
390 SkDrawPosTextCommand(const void* text, size_t byteLength, const SkPoint pos[],
392 virtual ~SkDrawPosTextCommand() { delete [] fPos; delete [] fText; }
H A DSkDrawCommand.cpp575 SkDrawPosTextCommand::SkDrawPosTextCommand(const void* text, size_t byteLength, function in class:SkDrawPosTextCommand
595 void SkDrawPosTextCommand::execute(SkCanvas* canvas) {
H A DSkDebugCanvas.cpp533 this->addDrawCommand(new SkDrawPosTextCommand(text, byteLength, pos, paint));

Completed in 112 milliseconds