Searched defs:chars_to_glyph_ids (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
H A Dfont_info.cc63 FontInfo::FontInfo(CharacterMap* chars_to_glyph_ids, argument
66 chars_to_glyph_ids_ = new CharacterMap(chars_to_glyph_ids->begin(),
67 chars_to_glyph_ids->end());
97 void FontInfo::set_chars_to_glyph_ids(CharacterMap* chars_to_glyph_ids) { argument
98 *chars_to_glyph_ids_ = *chars_to_glyph_ids;
141 CharacterMap* chars_to_glyph_ids = new CharacterMap; local
142 bool success = GetCharacterMap(chars_to_glyph_ids);
144 delete chars_to_glyph_ids;
151 success = ResolveCompositeGlyphs(chars_to_glyph_ids, resolved_glyph_ids);
153 delete chars_to_glyph_ids;
172 GetCharacterMap(CharacterMap* chars_to_glyph_ids) argument
192 ResolveCompositeGlyphs(CharacterMap* chars_to_glyph_ids, GlyphIdSet* resolved_glyph_ids) argument
[all...]
H A Dfont_info.h65 // chars_to_glyph_ids maps characters to GlyphIds for CMap construction
68 FontInfo(CharacterMap* chars_to_glyph_ids,
81 CharacterMap* chars_to_glyph_ids() const { return chars_to_glyph_ids_; } function in class:subtly::FontInfo
82 // Takes ownership of the chars_to_glyph_ids CharacterMap.
83 void set_chars_to_glyph_ids(CharacterMap* chars_to_glyph_ids);
113 bool GetCharacterMap(CharacterMap* chars_to_glyph_ids);
114 bool ResolveCompositeGlyphs(CharacterMap* chars_to_glyph_ids,
/external/sfntly/cpp/src/sample/subtly/
H A Dfont_info.cc63 FontInfo::FontInfo(CharacterMap* chars_to_glyph_ids, argument
66 chars_to_glyph_ids_ = new CharacterMap(chars_to_glyph_ids->begin(),
67 chars_to_glyph_ids->end());
97 void FontInfo::set_chars_to_glyph_ids(CharacterMap* chars_to_glyph_ids) { argument
98 *chars_to_glyph_ids_ = *chars_to_glyph_ids;
141 CharacterMap* chars_to_glyph_ids = new CharacterMap; local
142 bool success = GetCharacterMap(chars_to_glyph_ids);
144 delete chars_to_glyph_ids;
151 success = ResolveCompositeGlyphs(chars_to_glyph_ids, resolved_glyph_ids);
153 delete chars_to_glyph_ids;
172 GetCharacterMap(CharacterMap* chars_to_glyph_ids) argument
192 ResolveCompositeGlyphs(CharacterMap* chars_to_glyph_ids, GlyphIdSet* resolved_glyph_ids) argument
[all...]
H A Dfont_info.h65 // chars_to_glyph_ids maps characters to GlyphIds for CMap construction
68 FontInfo(CharacterMap* chars_to_glyph_ids,
81 CharacterMap* chars_to_glyph_ids() const { return chars_to_glyph_ids_; } function in class:subtly::FontInfo
82 // Takes ownership of the chars_to_glyph_ids CharacterMap.
83 void set_chars_to_glyph_ids(CharacterMap* chars_to_glyph_ids);
113 bool GetCharacterMap(CharacterMap* chars_to_glyph_ids);
114 bool ResolveCompositeGlyphs(CharacterMap* chars_to_glyph_ids,

Completed in 512 milliseconds