Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/sfntly/cpp/src/sfntly/table/truetype/
H A 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
H A Dloca_table.h132 IntegerList* GetLocaList();
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/sfntly/cpp/src/sfntly/table/truetype/
H A 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
H A Dloca_table.h132 std::vector<int32_t>* GetLocaList();