OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chars_to_glyph_ids_
(Results
1 - 2
of
2
) sorted by null
/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 709 milliseconds