Searched refs:SkDrawPosTextHCommand (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/utils/debugger/ |
D | SkDrawCommand.h | 419 class SkDrawPosTextHCommand : public SkDrawCommand { 421 SkDrawPosTextHCommand(const void* text, size_t byteLength, const SkScalar xpos[], 423 virtual ~SkDrawPosTextHCommand() { delete [] fXpos; delete [] fText; } in ~SkDrawPosTextHCommand()
|
D | SkDrawCommand.cpp | 600 SkDrawPosTextHCommand::SkDrawPosTextHCommand(const void* text, size_t byteLength, in SkDrawPosTextHCommand() function in SkDrawPosTextHCommand 622 void SkDrawPosTextHCommand::execute(SkCanvas* canvas) { in execute()
|
D | SkDebugCanvas.cpp | 539 new SkDrawPosTextHCommand(text, byteLength, xpos, constY, paint)); in onDrawPosTextH()
|
/external/chromium_org/third_party/skia/src/utils/debugger/ |
D | SkDrawCommand.h | 423 class SkDrawPosTextHCommand : public SkDrawCommand { 425 SkDrawPosTextHCommand(const void* text, size_t byteLength, const SkScalar xpos[], 427 virtual ~SkDrawPosTextHCommand() { delete [] fXpos; delete [] fText; } in ~SkDrawPosTextHCommand()
|
D | SkDrawCommand.cpp | 623 SkDrawPosTextHCommand::SkDrawPosTextHCommand(const void* text, size_t byteLength, in SkDrawPosTextHCommand() function in SkDrawPosTextHCommand 645 void SkDrawPosTextHCommand::execute(SkCanvas* canvas) { in execute()
|
D | SkDebugCanvas.cpp | 531 new SkDrawPosTextHCommand(text, byteLength, xpos, constY, paint)); in onDrawPosTextH()
|