Searched refs:stringForUTFText (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DLoggingCanvas.h133 String stringForUTFText(const void* text, size_t length, SkPaint::TextEncoding);
H A DLoggingCanvas.cpp851 String LoggingCanvas::stringForUTFText(const void* text, size_t length, SkPaint::TextEncoding encoding) function in class:blink::LoggingCanvas
863 return stringForUTFText(text, byteLength, encoding);

Completed in 116 milliseconds