Searched defs:SkDrawPosTextCommand (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/utils/debugger/
H A DSkDrawCommand.h352 class SkDrawPosTextCommand : public SkDrawCommand { class in inherits:SkDrawCommand
354 SkDrawPosTextCommand(const void* text, size_t byteLength, const SkPoint pos[],
356 virtual ~SkDrawPosTextCommand() { delete [] fPos; delete [] fText; }
H A DSkDrawCommand.cpp534 SkDrawPosTextCommand::SkDrawPosTextCommand(const void* text, size_t byteLength, function in class:SkDrawPosTextCommand
554 void SkDrawPosTextCommand::execute(SkCanvas* canvas) {
/external/skia/src/utils/debugger/
H A DSkDrawCommand.h352 class SkDrawPosTextCommand : public SkDrawCommand { class in inherits:SkDrawCommand
354 SkDrawPosTextCommand(const void* text, size_t byteLength, const SkPoint pos[],
356 virtual ~SkDrawPosTextCommand() { delete [] fPos; delete [] fText; }
H A DSkDrawCommand.cpp534 SkDrawPosTextCommand::SkDrawPosTextCommand(const void* text, size_t byteLength, function in class:SkDrawPosTextCommand
554 void SkDrawPosTextCommand::execute(SkCanvas* canvas) {

Completed in 130 milliseconds