HomeSort by relevance Sort by last modified time
    Searched refs:SkDrawPosTextCommand (Results 1 - 3 of 3) sorted by null

  /external/skia/src/utils/debugger/
SkDrawCommand.h 402 class SkDrawPosTextCommand : public SkDrawCommand {
404 SkDrawPosTextCommand(const void* text, size_t byteLength, const SkPoint pos[],
406 virtual ~SkDrawPosTextCommand() { delete [] fPos; delete [] fText; }
SkDrawCommand.cpp 555 SkDrawPosTextCommand::SkDrawPosTextCommand(const void* text, size_t byteLength,
575 void SkDrawPosTextCommand::execute(SkCanvas* canvas) const {
SkDebugCanvas.cpp 474 this->addDrawCommand(new SkDrawPosTextCommand(text, byteLength, pos, paint));

Completed in 43 milliseconds