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

  /external/skia/src/pdf/
SkPDFMakeToUnicodeCmap.h 16 bool multiByteGlyphs,
24 bool multiByteGlyphs,
SkPDFMakeToUnicodeCmap.cpp 155 bool multiByteGlyphs,
159 if (!multiByteGlyphs) {
204 append_bfchar_section(bfcharEntries, multiByteGlyphs, cmap);
205 append_bfrange_section(bfrangeEntries, multiByteGlyphs, cmap);
211 bool multiByteGlyphs,
215 append_tounicode_header(&cmap, multiByteGlyphs);
216 SkPDFAppendCmapSections(glyphToUnicode, subset, &cmap, multiByteGlyphs,
SkPDFFont.h 53 bool multiByteGlyphs() const { return SkPDFFont::IsMultiByte(this->getType()); }
63 if (this->multiByteGlyphs() || gid == 0) {
SkPDFFont.cpp 208 SkASSERT(multibyte == found->multiByteGlyphs());
403 font.multiByteGlyphs(),
    [all...]
SkPDFDevice.cpp     [all...]
  /external/skqp/src/pdf/
SkPDFMakeToUnicodeCmap.h 16 bool multiByteGlyphs,
24 bool multiByteGlyphs,
SkPDFMakeToUnicodeCmap.cpp 155 bool multiByteGlyphs,
159 if (!multiByteGlyphs) {
204 append_bfchar_section(bfcharEntries, multiByteGlyphs, cmap);
205 append_bfrange_section(bfrangeEntries, multiByteGlyphs, cmap);
211 bool multiByteGlyphs,
215 append_tounicode_header(&cmap, multiByteGlyphs);
216 SkPDFAppendCmapSections(glyphToUnicode, subset, &cmap, multiByteGlyphs,
SkPDFFont.h 53 bool multiByteGlyphs() const { return SkPDFFont::IsMultiByte(this->getType()); }
63 if (this->multiByteGlyphs() || gid == 0) {
SkPDFFont.cpp 207 SkASSERT(multibyte == found->multiByteGlyphs());
407 font.multiByteGlyphs(),
    [all...]
SkPDFDevice.cpp     [all...]

Completed in 437 milliseconds