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

  /external/sfntly/cpp/src/sfntly/table/bitmap/
bitmap_glyph_info.h 75 typedef std::map<int32_t, BitmapGlyphInfoPtr> BitmapGlyphInfoMap;
76 typedef std::vector<BitmapGlyphInfoMap> BitmapLocaList;
ebdt_table.cc 140 BitmapGlyphInfoMap new_loca_map;
219 for (BitmapGlyphInfoMap::iterator entry = loca_map->begin(),
bitmap_size_table.h 107 void GenerateLocaMap(BitmapGlyphInfoMap* output);
eblc_table.cc 260 BitmapGlyphInfoMap loca_map;
bitmap_size_table.cc 373 void BitmapSizeTable::Builder::GenerateLocaMap(BitmapGlyphInfoMap* output) {
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 317 BitmapGlyphInfoMap info_map;
390 ConstructIndexFormat4(IndexSubTable::Builder* b, const BitmapGlyphInfoMap& loca,
400 BitmapGlyphInfoMap::const_iterator i = loca.lower_bound(lower_bound);
401 BitmapGlyphInfoMap::const_iterator end = loca.end();
428 ConstructIndexFormat5(IndexSubTable::Builder* b, const BitmapGlyphInfoMap& loca,
453 BitmapGlyphInfoMap::const_iterator i = loca.lower_bound(lower_bound);
454 BitmapGlyphInfoMap::const_iterator end = loca.end();
478 const BitmapGlyphInfoMap& loca,

Completed in 112 milliseconds