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

/external/skia/tools/debugger/
H A DSkDrawCommand.h492 class SkDrawPosTextHCommand : public SkDrawCommand { class in inherits:SkDrawCommand
494 SkDrawPosTextHCommand(const void* text, size_t byteLength, const SkScalar xpos[],
496 virtual ~SkDrawPosTextHCommand() { delete [] fXpos; delete [] fText; }
H A DSkDrawCommand.cpp2430 SkDrawPosTextHCommand::SkDrawPosTextHCommand(const void* text, size_t byteLength, function in class:SkDrawPosTextHCommand
2452 void SkDrawPosTextHCommand::execute(SkCanvas* canvas) const {

Completed in 58 milliseconds