HomeSort by relevance Sort by last modified time
    Searched refs:multiByteGlyphs (Results 1 - 5 of 5) sorted by null

  /external/skia/src/pdf/
SkPDFMakeToUnicodeCmap.h 17 bool multiByteGlyphs,
25 bool multiByteGlyphs,
SkPDFMakeToUnicodeCmap.cpp 153 bool multiByteGlyphs,
160 if (!multiByteGlyphs) {
208 append_bfchar_section(bfcharEntries, multiByteGlyphs, cmap);
209 append_bfrange_section(bfrangeEntries, multiByteGlyphs, cmap);
215 bool multiByteGlyphs,
219 append_tounicode_header(&cmap, multiByteGlyphs);
220 SkPDFAppendCmapSections(glyphToUnicode, subset, &cmap, multiByteGlyphs,
SkPDFFont.h 55 bool multiByteGlyphs() const { return SkPDFFont::IsMultiByte(this->getType()); }
65 if (this->multiByteGlyphs() || gid == 0) {
SkPDFFont.cpp 219 SkASSERT(foundFont && multibyte == foundFont->multiByteGlyphs());
485 multiByteGlyphs(),
SkPDFDevice.cpp     [all...]

Completed in 420 milliseconds