HomeSort by relevance Sort by last modified time
    Searched refs:GetLocaList (Results 1 - 2 of 2) sorted by null

  /external/sfntly/cpp/src/sfntly/table/truetype/
loca_table.cc 113 return GetLocaList();
128 return GetLocaList()->at(glyph_id);
135 return GetLocaList()->at(glyph_id + 1) - GetLocaList()->at(glyph_id);
152 return GetLocaList()->size();
156 return GetLocaList()->at(index);
231 IntegerList* LocaTable::Builder::GetLocaList() {
loca_table.h 132 IntegerList* GetLocaList();

Completed in 1088 milliseconds