Searched refs:BitmapGlyphInfoMap (Results 1 – 6 of 6) sorted by relevance
75 typedef std::map<int32_t, BitmapGlyphInfoPtr> BitmapGlyphInfoMap; typedef76 typedef std::vector<BitmapGlyphInfoMap> BitmapLocaList;
140 BitmapGlyphInfoMap new_loca_map; in GenerateLocaList()219 for (BitmapGlyphInfoMap::iterator entry = loca_map->begin(), in Initialize()
107 void GenerateLocaMap(BitmapGlyphInfoMap* output);
260 BitmapGlyphInfoMap loca_map; in GenerateLocaList()
373 void BitmapSizeTable::Builder::GenerateLocaMap(BitmapGlyphInfoMap* output) { in GenerateLocaMap()
317 BitmapGlyphInfoMap info_map; in InitializeBitmapBuilder()390 ConstructIndexFormat4(IndexSubTable::Builder* b, const BitmapGlyphInfoMap& loca, in ConstructIndexFormat4()400 BitmapGlyphInfoMap::const_iterator i = loca.lower_bound(lower_bound); in ConstructIndexFormat4()401 BitmapGlyphInfoMap::const_iterator end = loca.end(); in ConstructIndexFormat4()428 ConstructIndexFormat5(IndexSubTable::Builder* b, const BitmapGlyphInfoMap& loca, in ConstructIndexFormat5()453 BitmapGlyphInfoMap::const_iterator i = loca.lower_bound(lower_bound); in ConstructIndexFormat5()454 BitmapGlyphInfoMap::const_iterator end = loca.end(); in ConstructIndexFormat5()478 const BitmapGlyphInfoMap& loca, in SubsetIndexSubTable()