HomeSort by relevance Sort by last modified time
    Searched defs:SkDrawTextOnPathCommand (Results 1 - 4 of 4) sorted by null

  /external/skia/tools/debugger/
SkDrawCommand.h 554 class SkDrawTextOnPathCommand : public SkDrawCommand {
556 SkDrawTextOnPathCommand(const void* text, size_t byteLength, const SkPath& path,
558 ~SkDrawTextOnPathCommand() override { delete [] fText; }
561 static SkDrawTextOnPathCommand* fromJSON(Json::Value& command, UrlDataManager& urlDataManager);
SkDrawCommand.cpp     [all...]
  /external/skqp/tools/debugger/
SkDrawCommand.h 554 class SkDrawTextOnPathCommand : public SkDrawCommand {
556 SkDrawTextOnPathCommand(const void* text, size_t byteLength, const SkPath& path,
558 ~SkDrawTextOnPathCommand() override { delete [] fText; }
561 static SkDrawTextOnPathCommand* fromJSON(Json::Value& command, UrlDataManager& urlDataManager);
SkDrawCommand.cpp     [all...]

Completed in 109 milliseconds