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 | 361 SkString* SkObjectParser::TextToString(const void* text, size_t byteLength, in TextToString() function in SkObjectParser
|
D | SkDrawCommand.cpp | 2815 fInfo.push(SkObjectParser::TextToString(text, byteLength, paint.getTextEncoding())); in SkDrawPosTextCommand() 2869 fInfo.push(SkObjectParser::TextToString(text, byteLength, paint.getTextEncoding())); in SkDrawPosTextHCommand() 3281 fInfo.push(SkObjectParser::TextToString(text, byteLength, paint.getTextEncoding())); in SkDrawTextCommand() 3328 fInfo.push(SkObjectParser::TextToString(text, byteLength, paint.getTextEncoding())); in SkDrawTextOnPathCommand() 3395 fInfo.push(SkObjectParser::TextToString(text, byteLength, paint.getTextEncoding())); in SkDrawTextRSXformCommand()
|