OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LastGlyphIndex
(Results
1 - 2
of
2
) sorted by null
/external/sfntly/cpp/src/sfntly/table/truetype/
loca_table.h
127
int32_t
LastGlyphIndex
();
loca_table.cc
143
return
LastGlyphIndex
() - 1;
218
if (glyph_id < 0 || glyph_id >
LastGlyphIndex
()) {
227
int32_t LocaTable::Builder::
LastGlyphIndex
() {
Completed in 44 milliseconds