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

/external/chromium_org/third_party/skia/src/utils/debugger/
H A DSkDrawCommand.h423 class SkDrawPosTextHCommand : public SkDrawCommand { class in inherits:SkDrawCommand
425 SkDrawPosTextHCommand(const void* text, size_t byteLength, const SkScalar xpos[],
427 virtual ~SkDrawPosTextHCommand() { delete [] fXpos; delete [] fText; }
H A DSkDrawCommand.cpp623 SkDrawPosTextHCommand::SkDrawPosTextHCommand(const void* text, size_t byteLength, function in class:SkDrawPosTextHCommand
645 void SkDrawPosTextHCommand::execute(SkCanvas* canvas) {
/external/skia/src/utils/debugger/
H A DSkDrawCommand.h419 class SkDrawPosTextHCommand : public SkDrawCommand { class in inherits:SkDrawCommand
421 SkDrawPosTextHCommand(const void* text, size_t byteLength, const SkScalar xpos[],
423 virtual ~SkDrawPosTextHCommand() { delete [] fXpos; delete [] fText; }
H A DSkDrawCommand.cpp600 SkDrawPosTextHCommand::SkDrawPosTextHCommand(const void* text, size_t byteLength, function in class:SkDrawPosTextHCommand
622 void SkDrawPosTextHCommand::execute(SkCanvas* canvas) {

Completed in 810 milliseconds