Home
last modified time | relevance | path

Searched refs:TextToString (Results 1 – 3 of 3) sorted by relevance

/external/skia/tools/debugger/
DSkObjectParser.h130 static SkString* TextToString(const void* text, size_t byteLength,
DSkObjectParser.cpp360 SkString* SkObjectParser::TextToString(const void* text, size_t byteLength, in TextToString() function in SkObjectParser
DSkDrawCommand.cpp2393 fInfo.push(SkObjectParser::TextToString(text, byteLength, paint.getTextEncoding())); in SkDrawPosTextCommand()
2446 fInfo.push(SkObjectParser::TextToString(text, byteLength, paint.getTextEncoding())); in SkDrawPosTextHCommand()
2820 fInfo.push(SkObjectParser::TextToString(text, byteLength, paint.getTextEncoding())); in SkDrawTextCommand()
2865 fInfo.push(SkObjectParser::TextToString(text, byteLength, paint.getTextEncoding())); in SkDrawTextOnPathCommand()