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

  /external/skia/tools/debugger/
SkDrawCommand.h 455 class SkDrawPosTextCommand : public SkDrawCommand {
457 SkDrawPosTextCommand(const void* text, size_t byteLength, const SkPoint pos[],
459 virtual ~SkDrawPosTextCommand() { delete [] fPos; delete [] fText; }
462 static SkDrawPosTextCommand* fromJSON(Json::Value& command, UrlDataManager& urlDataManager);
SkDrawCommand.cpp     [all...]
SkDebugCanvas.cpp 450 this->addDrawCommand(new SkDrawPosTextCommand(text, byteLength, pos, paint));

Completed in 146 milliseconds