Home
last modified time | relevance | path

Searched refs:current_font_info (Results 1 – 1 of 1) sorted by relevance

/external/sfntly/cpp/src/sample/subtly/
Dmerger.cc64 Ptr<FontInfo> current_font_info; in MergeFontInfos() local
65 current_font_info.Attach(info_builder->GetFontInfo()); in MergeFontInfos()
66 if (!current_font_info) { in MergeFontInfos()
74 current_font_info->chars_to_glyph_ids()->begin(), in MergeFontInfos()
75 current_font_info->chars_to_glyph_ids()->end()); in MergeFontInfos()
77 current_font_info->resolved_glyph_ids()->begin(), in MergeFontInfos()
78 current_font_info->resolved_glyph_ids()->end()); in MergeFontInfos()