Home
last modified time | relevance | path

Searched refs:LastGlyphIndex (Results 1 – 2 of 2) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/truetype/
Dloca_table.cc143 return LastGlyphIndex() - 1; in NumGlyphs()
218 if (glyph_id < 0 || glyph_id > LastGlyphIndex()) { in CheckGlyphRange()
227 int32_t LocaTable::Builder::LastGlyphIndex() { in LastGlyphIndex() function in sfntly::LocaTable::Builder
Dloca_table.h127 int32_t LastGlyphIndex();