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

/external/skia/include/pdf/
H A DSkPDFTypes.h195 * @param wideChars Indicates if the top byte in value is significant and
198 SkPDFString(const uint16_t* value, size_t len, bool wideChars);
208 bool wideChars);
/external/skia/src/pdf/
H A DSkPDFTypes.cpp189 SkPDFString::SkPDFString(const uint16_t* value, size_t len, bool wideChars) argument
190 : fValue(FormatString(value, len, wideChars)) {
214 bool wideChars) {
215 return DoFormatString(input, len, true, wideChars);
213 FormatString(const uint16_t* input, size_t len, bool wideChars) argument

Completed in 42 milliseconds