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

  /external/skia/tools/debugger/
SkDrawCommand.h 436 class SkDrawTextCommand : public SkDrawCommand {
438 SkDrawTextCommand(const void* text, size_t byteLength, SkScalar x, SkScalar y,
440 virtual ~SkDrawTextCommand() { delete [] fText; }
443 static SkDrawTextCommand* fromJSON(Json::Value& command, UrlDataManager& urlDataManager);
SkDrawCommand.cpp     [all...]
SkDebugCanvas.cpp 475 this->addDrawCommand(new SkDrawTextCommand(text, byteLength, x, y, paint));

Completed in 124 milliseconds