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

  /external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
font_info.h 81 CharacterMap* chars_to_glyph_ids() const { return chars_to_glyph_ids_; }
92 CharacterMap* chars_to_glyph_ids_; member in class:subtly::FontInfo
font_info.cc 58 : chars_to_glyph_ids_(new CharacterMap),
66 chars_to_glyph_ids_ = new CharacterMap(chars_to_glyph_ids->begin(),
74 delete chars_to_glyph_ids_;
98 *chars_to_glyph_ids_ = *chars_to_glyph_ids;
  /external/sfntly/cpp/src/sample/subtly/
font_info.h 81 CharacterMap* chars_to_glyph_ids() const { return chars_to_glyph_ids_; }
92 CharacterMap* chars_to_glyph_ids_; member in class:subtly::FontInfo
font_info.cc 58 : chars_to_glyph_ids_(new CharacterMap),
66 chars_to_glyph_ids_ = new CharacterMap(chars_to_glyph_ids->begin(),
74 delete chars_to_glyph_ids_;
98 *chars_to_glyph_ids_ = *chars_to_glyph_ids;

Completed in 45 milliseconds