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

  /external/chromium_org/third_party/skia/src/pdf/
SkPDFFont.cpp 361 uint16_t lastGlyphID) {
393 range.appendf("<%04X> <%04X>\n", firstGlyphID, lastGlyphID);
494 uint16_t lastGlyphID);
501 uint16_t lastGlyphID) {
516 SkMin32(lastGlyphID + 1, glyphToUnicode.count()) - glyphOffset;
563 uint16_t lastGlyphID) {
566 append_tounicode_header(&cmap, firstGlyphID, lastGlyphID);
568 append_tounicode_header(&cmap, 1, lastGlyphID - firstGlyphID + 1);
571 firstGlyphID, lastGlyphID);
    [all...]
SkPDFFont.h 151 uint16_t lastGlyphID() const;
  /external/fonttools/Lib/fontTools/ttLib/tables/
_c_m_a_p.py     [all...]

Completed in 183 milliseconds