Home
last modified time | relevance | path

Searched refs:wideChars (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/pdf/
DSkPDFTypes.cpp201 SkPDFString::SkPDFString(const uint16_t* value, size_t len, bool wideChars) in SkPDFString() argument
202 : fValue(FormatString(value, len, wideChars)) { in SkPDFString()
226 bool wideChars) { in FormatString() argument
227 return DoFormatString(input, len, true, wideChars); in FormatString()
DSkPDFTypes.h215 SkPDFString(const uint16_t* value, size_t len, bool wideChars);
225 bool wideChars);