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

  /external/skia/src/pdf/
SkPDFFont.cpp 365 uint16_t lastGlyphID) {
397 range.appendf("<%04X> <%04X>\n", firstGlyphID, lastGlyphID);
498 uint16_t lastGlyphID);
505 uint16_t lastGlyphID) {
520 SkMin32(lastGlyphID + 1, glyphToUnicode.count()) - glyphOffset;
567 uint16_t lastGlyphID) {
570 append_tounicode_header(&cmap, firstGlyphID, lastGlyphID);
572 append_tounicode_header(&cmap, 1, lastGlyphID - firstGlyphID + 1);
575 firstGlyphID, lastGlyphID);
919 uint16_t SkPDFFont::lastGlyphID() const
    [all...]
SkPDFFont.h 168 uint16_t lastGlyphID() const;
  /external/fonttools/Lib/fontTools/ttLib/tables/
_c_m_a_p.py     [all...]

Completed in 188 milliseconds