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

  /external/chromium_org/third_party/skia/src/pdf/
SkPDFFont.cpp 347 uint16_t lastGlyphID) {
379 range.appendf("<%04X> <%04X>\n", firstGlyphID, lastGlyphID);
480 uint16_t lastGlyphID);
487 uint16_t lastGlyphID) {
502 SkMin32(lastGlyphID + 1, glyphToUnicode.count()) - glyphOffset;
549 uint16_t lastGlyphID) {
552 append_tounicode_header(&cmap, firstGlyphID, lastGlyphID);
554 append_tounicode_header(&cmap, 1, lastGlyphID - firstGlyphID + 1);
557 firstGlyphID, lastGlyphID);
    [all...]
SkPDFFont.h 151 uint16_t lastGlyphID() const;
  /external/skia/src/pdf/
SkPDFFont.cpp 347 uint16_t lastGlyphID) {
379 range.appendf("<%04X> <%04X>\n", firstGlyphID, lastGlyphID);
480 uint16_t lastGlyphID);
487 uint16_t lastGlyphID) {
502 SkMin32(lastGlyphID + 1, glyphToUnicode.count()) - glyphOffset;
549 uint16_t lastGlyphID) {
552 append_tounicode_header(&cmap, firstGlyphID, lastGlyphID);
554 append_tounicode_header(&cmap, 1, lastGlyphID - firstGlyphID + 1);
557 firstGlyphID, lastGlyphID);
    [all...]
SkPDFFont.h 151 uint16_t lastGlyphID() const;
  /external/fonttools/Lib/fontTools/ttLib/tables/
_c_m_a_p.py     [all...]

Completed in 197 milliseconds