HomeSort by relevance Sort by last modified time
    Searched defs:DoFormatString (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/pdf/
SkPDFTypes.cpp 220 return DoFormatString(input, len, false, false);
225 return DoFormatString(input, len, true, wideChars);
229 SkString SkPDFString::DoFormatString(const void* input, size_t len,
  /external/skia/src/pdf/
SkPDFTypes.cpp 220 return DoFormatString(input, len, false, false);
225 return DoFormatString(input, len, true, wideChars);
229 SkString SkPDFString::DoFormatString(const void* input, size_t len,

Completed in 23 milliseconds