/external/sfntly/cpp/src/sample/subtly/ |
D | font_info.cc | 57 FontInfo::FontInfo() in FontInfo() function in subtly::FontInfo 63 FontInfo::FontInfo(CharacterMap* chars_to_glyph_ids, in FontInfo() function in subtly::FontInfo 73 FontInfo::~FontInfo() { in ~FontInfo() 79 FontDataTable* FontInfo::GetTable(FontId font_id, int32_t tag) { in GetTable() 88 const TableMap* FontInfo::GetTableMap(FontId font_id) { in GetTableMap() 97 void FontInfo::set_chars_to_glyph_ids(CharacterMap* chars_to_glyph_ids) { in set_chars_to_glyph_ids() 101 void FontInfo::set_resolved_glyph_ids(GlyphIdSet* resolved_glyph_ids) { in set_resolved_glyph_ids() 105 void FontInfo::set_fonts(FontIdMap* fonts) { in set_fonts() 140 CALLER_ATTACH FontInfo* FontSourcedInfoBuilder::GetFontInfo() { in GetFontInfo() 160 Ptr<FontInfo> font_info = new FontInfo; in GetFontInfo()
|
D | font_info.h | 61 class FontInfo : public sfntly::RefCounted<FontInfo> { 64 FontInfo(); 68 FontInfo(CharacterMap* chars_to_glyph_ids, 71 virtual ~FontInfo(); 110 virtual CALLER_ATTACH FontInfo* GetFontInfo();
|
D | merger.cc | 45 Ptr<FontInfo> merged_info; in Merge() 57 CALLER_ATTACH FontInfo* Merger::MergeFontInfos() { in MergeFontInfos() 58 Ptr<FontInfo> font_info = new FontInfo; in MergeFontInfos() 64 Ptr<FontInfo> current_font_info; in MergeFontInfos()
|
D | font_assembler.h | 41 FontAssembler(FontInfo* font_info, sfntly::IntegerSet* table_blacklist); 42 explicit FontAssembler(FontInfo* font_info); 60 sfntly::Ptr<FontInfo> font_info_;
|
D | merger.h | 38 virtual CALLER_ATTACH FontInfo* MergeFontInfos();
|
D | subsetter.cc | 49 Ptr<FontInfo> font_info; in Subset()
|
D | font_assembler.cc | 38 FontAssembler::FontAssembler(FontInfo* font_info, in FontAssembler() 45 FontAssembler::FontAssembler(FontInfo* font_info) in FontAssembler()
|
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/bmfont/ |
D | BitmapFontWriter.java | 88 public static class FontInfo { class in BitmapFontWriter 113 public FontInfo () { in FontInfo() method in BitmapFontWriter.FontInfo 116 public FontInfo (String face, int size) { in FontInfo() method in BitmapFontWriter.FontInfo 150 …Font (BitmapFontData fontData, String[] pageRefs, FileHandle outFntFile, FontInfo info, int scaleW, in writeFont() 153 info = new FontInfo(); in writeFont() 294 …ic void writeFont (BitmapFontData fontData, Pixmap[] pages, FileHandle outFntFile, FontInfo info) { in writeFont()
|
/external/pdfium/third_party/freetype/src/psaux/ |
D | afmparse.c | 548 parser->FontInfo = NULL; in afm_parser_init() 588 AFM_FontInfo fi = parser->FontInfo; in afm_parse_track_kern() 692 AFM_FontInfo fi = parser->FontInfo; in afm_parse_kern_pairs() 863 AFM_FontInfo fi = parser->FontInfo; in afm_parser_parse()
|
/external/freetype/src/psaux/ |
D | afmparse.c | 548 parser->FontInfo = NULL; in afm_parser_init() 588 AFM_FontInfo fi = parser->FontInfo; in afm_parse_track_kern() 692 AFM_FontInfo fi = parser->FontInfo; in afm_parse_kern_pairs() 863 AFM_FontInfo fi = parser->FontInfo; in afm_parser_parse()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/psaux/ |
D | afmparse.c | 548 parser->FontInfo = NULL; in afm_parser_init() 588 AFM_FontInfo fi = parser->FontInfo; in afm_parse_track_kern() 692 AFM_FontInfo fi = parser->FontInfo; in afm_parse_kern_pairs() 863 AFM_FontInfo fi = parser->FontInfo; in afm_parser_parse()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/ |
D | test_afm.c | 100 parser.FontInfo = fi; in parse_afm()
|
/external/pdfium/third_party/freetype/src/type1/ |
D | t1afm.c | 263 parser.FontInfo = fi; in T1_Read_Metrics()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type1/ |
D | t1afm.c | 271 parser.FontInfo = fi; in T1_Read_Metrics()
|
/external/pdfium/xfa/src/fgas/src/font/ |
D | fx_stdfontmgr.cpp | 1052 FX_FontDescriptorInfo FontInfo; in MatchFonts() local 1053 FontInfo.pFont = pFont; in MatchFonts() 1054 FontInfo.nPenalty = nPenalty; in MatchFonts() 1055 MatchedFonts.Add(FontInfo); in MatchFonts()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/ |
D | psaux.h | 758 AFM_FontInfo FontInfo; member
|
/external/pdfium/third_party/freetype/include/freetype/internal/ |
D | psaux.h | 758 AFM_FontInfo FontInfo; member
|
/external/freetype/include/freetype/internal/ |
D | psaux.h | 760 AFM_FontInfo FontInfo; member
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/ |
D | ChangeLog.20 | 2045 (parse_dict): Deleted test to see whether the FontInfo keyword has 2046 been seen. Deletion of this test allows fonts without FontInfo
|