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

  /external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
font_info.h 56 typedef std::map<int32_t, GlyphId> CharacterMap;
68 FontInfo(CharacterMap* chars_to_glyph_ids,
81 CharacterMap* chars_to_glyph_ids() const { return chars_to_glyph_ids_; }
82 // Takes ownership of the chars_to_glyph_ids CharacterMap.
83 void set_chars_to_glyph_ids(CharacterMap* chars_to_glyph_ids);
92 CharacterMap* chars_to_glyph_ids_;
113 bool GetCharacterMap(CharacterMap* chars_to_glyph_ids);
114 bool ResolveCompositeGlyphs(CharacterMap* chars_to_glyph_ids,
font_info.cc 58 : chars_to_glyph_ids_(new CharacterMap),
63 FontInfo::FontInfo(CharacterMap* chars_to_glyph_ids,
66 chars_to_glyph_ids_ = new CharacterMap(chars_to_glyph_ids->begin(),
97 void FontInfo::set_chars_to_glyph_ids(CharacterMap* chars_to_glyph_ids) {
141 CharacterMap* chars_to_glyph_ids = new CharacterMap;
172 bool FontSourcedInfoBuilder::GetCharacterMap(CharacterMap* chars_to_glyph_ids) {
192 FontSourcedInfoBuilder::ResolveCompositeGlyphs(CharacterMap* chars_to_glyph_ids,
205 for (CharacterMap::iterator it = chars_to_glyph_ids->begin(),
font_assembler.cc 89 CharacterMap* chars_to_glyph_ids = font_info_->chars_to_glyph_ids();
101 for (CharacterMap::iterator it = chars_to_glyph_ids->begin(),
  /external/sfntly/cpp/src/sample/subtly/
font_info.h 56 typedef std::map<int32_t, GlyphId> CharacterMap;
68 FontInfo(CharacterMap* chars_to_glyph_ids,
81 CharacterMap* chars_to_glyph_ids() const { return chars_to_glyph_ids_; }
82 // Takes ownership of the chars_to_glyph_ids CharacterMap.
83 void set_chars_to_glyph_ids(CharacterMap* chars_to_glyph_ids);
92 CharacterMap* chars_to_glyph_ids_;
113 bool GetCharacterMap(CharacterMap* chars_to_glyph_ids);
114 bool ResolveCompositeGlyphs(CharacterMap* chars_to_glyph_ids,
font_info.cc 58 : chars_to_glyph_ids_(new CharacterMap),
63 FontInfo::FontInfo(CharacterMap* chars_to_glyph_ids,
66 chars_to_glyph_ids_ = new CharacterMap(chars_to_glyph_ids->begin(),
97 void FontInfo::set_chars_to_glyph_ids(CharacterMap* chars_to_glyph_ids) {
141 CharacterMap* chars_to_glyph_ids = new CharacterMap;
172 bool FontSourcedInfoBuilder::GetCharacterMap(CharacterMap* chars_to_glyph_ids) {
192 FontSourcedInfoBuilder::ResolveCompositeGlyphs(CharacterMap* chars_to_glyph_ids,
205 for (CharacterMap::iterator it = chars_to_glyph_ids->begin(),
font_assembler.cc 89 CharacterMap* chars_to_glyph_ids = font_info_->chars_to_glyph_ids();
101 for (CharacterMap::iterator it = chars_to_glyph_ids->begin(),

Completed in 1086 milliseconds