Searched refs:TextToString (Results 1 – 3 of 3) sorted by relevance
/external/skia/tools/debugger/ |
D | SkObjectParser.h | 130 static SkString* TextToString(const void* text, size_t byteLength,
|
D | SkObjectParser.cpp | 360 SkString* SkObjectParser::TextToString(const void* text, size_t byteLength, in TextToString() function in SkObjectParser
|
D | SkDrawCommand.cpp | 2393 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()
|