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.cc117 return GetLocaList(); in LocaList()
132 return GetLocaList()->at(glyph_id); in GlyphOffset()
139 return GetLocaList()->at(glyph_id + 1) - GetLocaList()->at(glyph_id); in GlyphLength()
157 return GetLocaList()->size(); in NumLocas()
161 return GetLocaList()->at(index); in Loca()
236 std::vector<int32_t>* LocaTable::Builder::GetLocaList() { in GetLocaList() function in sfntly::LocaTable::Builder
Dloca_table.h132 std::vector<int32_t>* GetLocaList();