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

  /external/sfntly/cpp/src/sfntly/table/bitmap/
eblc_table.h 175 static const int32_t NOTDEF = -1;
  /external/sfntly/cpp/src/sfntly/table/core/
cmap_table.cc 36 const int32_t CMapTable::NOTDEF = 0;
349 return CMapTable::NOTDEF;
468 return CMapTable::NOTDEF;
485 return CMapTable::NOTDEF;
497 return CMapTable::NOTDEF;
614 return CMapTable::NOTDEF;
624 return CMapTable::NOTDEF;
    [all...]
cmap_table.h 109 // cmap to anything but .notdef <b>but</b> it may return some that are not
110 // mapped or are mapped to .notdef. Various cmap tables provide ranges and
114 // the Iterator may still end up pointing to the .notdef glyph. However, the
428 // @return the glyph id for the character; CMapTable.NOTDEF if not found
583 static const int32_t NOTDEF;

Completed in 137 milliseconds