Home
last modified time | relevance | path

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

/external/sfntly/cpp/src/sfntly/table/truetype/
Dloca_table.cc113 return GetLocaList(); in LocaList()
128 return GetLocaList()->at(glyph_id); in GlyphOffset()
135 return GetLocaList()->at(glyph_id + 1) - GetLocaList()->at(glyph_id); in GlyphLength()
152 return GetLocaList()->size(); in NumLocas()
156 return GetLocaList()->at(index); in Loca()
231 IntegerList* LocaTable::Builder::GetLocaList() { in GetLocaList() function in sfntly::LocaTable::Builder
Dloca_table.h132 IntegerList* GetLocaList();