Home
last modified time | relevance | path

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

/external/sfntly/cpp/src/sfntly/table/bitmap/
Dindex_sub_table_format5.cc94 return GetGlyphArray()->size(); in NumGlyphs()
107 IntegerList* glyph_array = GetGlyphArray(); in GlyphStartOffset()
249 return GetGlyphArray(); in GlyphArray()
280 IntegerList* IndexSubTableFormat5::Builder::GetGlyphArray() { in GetGlyphArray() function in sfntly::IndexSubTableFormat5::Builder
325 if (offset_index_ < (int32_t)(container()->GetGlyphArray()->size())) { in HasNext()
338 output = new BitmapGlyphInfo(container()->GetGlyphArray()->at(offset_index_), in Next()
Dindex_sub_table_format5.h82 IntegerList* GetGlyphArray();