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.cpp361 SkString* SkObjectParser::TextToString(const void* text, size_t byteLength, in TextToString() function in SkObjectParser
DSkDrawCommand.cpp2815 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()