/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sample/subtly/ |
D | merger.cc | 58 Ptr<FontInfo> font_info = new FontInfo; in MergeFontInfos() local 59 font_info->set_fonts(&fonts_); in MergeFontInfos() 73 font_info->chars_to_glyph_ids()->insert( in MergeFontInfos() 76 font_info->resolved_glyph_ids()->insert( in MergeFontInfos() 81 font_info->chars_to_glyph_ids()->size(), in MergeFontInfos() 82 font_info->resolved_glyph_ids()->size()); in MergeFontInfos() 85 return font_info.Detach(); in MergeFontInfos()
|
D | subsetter.cc | 49 Ptr<FontInfo> font_info; in Subset() local 50 font_info.Attach(info_builder->GetFontInfo()); in Subset() 51 if (!font_info) { in Subset() 60 Ptr<FontAssembler> font_assembler = new FontAssembler(font_info, in Subset()
|
D | font_info.cc | 160 Ptr<FontInfo> font_info = new FontInfo; in GetFontInfo() local 161 font_info->set_chars_to_glyph_ids(chars_to_glyph_ids); in GetFontInfo() 162 font_info->set_resolved_glyph_ids(resolved_glyph_ids); in GetFontInfo() 165 font_info->set_fonts(font_id_map); in GetFontInfo() 169 return font_info.Detach(); in GetFontInfo()
|
D | font_assembler.h | 41 FontAssembler(FontInfo* font_info, sfntly::IntegerSet* table_blacklist); 42 explicit FontAssembler(FontInfo* font_info);
|
D | font_assembler.cc | 38 FontAssembler::FontAssembler(FontInfo* font_info, in FontAssembler() argument 41 font_info_ = font_info; in FontAssembler() 45 FontAssembler::FontAssembler(FontInfo* font_info) in FontAssembler() argument 47 font_info_ = font_info; in FontAssembler()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/subtly/ |
D | merger.cc | 58 Ptr<FontInfo> font_info = new FontInfo; in MergeFontInfos() local 59 font_info->set_fonts(&fonts_); in MergeFontInfos() 73 font_info->chars_to_glyph_ids()->insert( in MergeFontInfos() 76 font_info->resolved_glyph_ids()->insert( in MergeFontInfos() 81 font_info->chars_to_glyph_ids()->size(), in MergeFontInfos() 82 font_info->resolved_glyph_ids()->size()); in MergeFontInfos() 85 return font_info.Detach(); in MergeFontInfos()
|
D | subsetter.cc | 49 Ptr<FontInfo> font_info; in Subset() local 50 font_info.Attach(info_builder->GetFontInfo()); in Subset() 51 if (!font_info) { in Subset() 60 Ptr<FontAssembler> font_assembler = new FontAssembler(font_info, in Subset()
|
D | font_info.cc | 160 Ptr<FontInfo> font_info = new FontInfo; in GetFontInfo() local 161 font_info->set_chars_to_glyph_ids(chars_to_glyph_ids); in GetFontInfo() 162 font_info->set_resolved_glyph_ids(resolved_glyph_ids); in GetFontInfo() 165 font_info->set_fonts(font_id_map); in GetFontInfo() 169 return font_info.Detach(); in GetFontInfo()
|
D | font_assembler.h | 41 FontAssembler(FontInfo* font_info, sfntly::IntegerSet* table_blacklist); 42 explicit FontAssembler(FontInfo* font_info);
|
D | font_assembler.cc | 38 FontAssembler::FontAssembler(FontInfo* font_info, in FontAssembler() argument 41 font_info_ = font_info; in FontAssembler() 45 FontAssembler::FontAssembler(FontInfo* font_info) in FontAssembler() argument 47 font_info_ = font_info; in FontAssembler()
|
/third_party/freetype/src/type1/ |
D | t1driver.c | 150 *afont_info = ((T1_Face)face)->type1.font_info; in t1_ps_get_font_info() 542 retval = sizeof ( type1->font_info.is_fixed_pitch ); in t1_ps_get_font_value() 544 *((FT_Bool *)value) = type1->font_info.is_fixed_pitch; in t1_ps_get_font_value() 548 retval = sizeof ( type1->font_info.underline_position ); in t1_ps_get_font_value() 550 *((FT_Short *)value) = type1->font_info.underline_position; in t1_ps_get_font_value() 554 retval = sizeof ( type1->font_info.underline_thickness ); in t1_ps_get_font_value() 556 *((FT_UShort *)value) = type1->font_info.underline_thickness; in t1_ps_get_font_value() 566 if ( type1->font_info.version ) in t1_ps_get_font_value() 568 retval = ft_strlen( type1->font_info.version ) + 1; in t1_ps_get_font_value() 570 ft_memcpy( value, (void *)( type1->font_info.version ), retval ); in t1_ps_get_font_value() [all …]
|
/third_party/skia/third_party/externals/freetype/src/type1/ |
D | t1driver.c | 150 *afont_info = ((T1_Face)face)->type1.font_info; in t1_ps_get_font_info() 542 retval = sizeof ( type1->font_info.is_fixed_pitch ); in t1_ps_get_font_value() 544 *((FT_Bool *)value) = type1->font_info.is_fixed_pitch; in t1_ps_get_font_value() 548 retval = sizeof ( type1->font_info.underline_position ); in t1_ps_get_font_value() 550 *((FT_Short *)value) = type1->font_info.underline_position; in t1_ps_get_font_value() 554 retval = sizeof ( type1->font_info.underline_thickness ); in t1_ps_get_font_value() 556 *((FT_UShort *)value) = type1->font_info.underline_thickness; in t1_ps_get_font_value() 566 if ( type1->font_info.version ) in t1_ps_get_font_value() 568 retval = ft_strlen( type1->font_info.version ) + 1; in t1_ps_get_font_value() 570 ft_memcpy( value, (void *)( type1->font_info.version ), retval ); in t1_ps_get_font_value() [all …]
|
/third_party/flutter/skia/third_party/externals/freetype/src/type1/ |
D | t1driver.c | 151 *afont_info = ((T1_Face)face)->type1.font_info; in t1_ps_get_font_info() 543 retval = sizeof ( type1->font_info.is_fixed_pitch ); in t1_ps_get_font_value() 545 *((FT_Bool *)value) = type1->font_info.is_fixed_pitch; in t1_ps_get_font_value() 549 retval = sizeof ( type1->font_info.underline_position ); in t1_ps_get_font_value() 551 *((FT_Short *)value) = type1->font_info.underline_position; in t1_ps_get_font_value() 555 retval = sizeof ( type1->font_info.underline_thickness ); in t1_ps_get_font_value() 557 *((FT_UShort *)value) = type1->font_info.underline_thickness; in t1_ps_get_font_value() 567 if ( type1->font_info.version ) in t1_ps_get_font_value() 569 retval = ft_strlen( type1->font_info.version ) + 1; in t1_ps_get_font_value() 571 ft_memcpy( value, (void *)( type1->font_info.version ), retval ); in t1_ps_get_font_value() [all …]
|
/third_party/freetype/src/cff/ |
D | cffdrivr.c | 474 if ( cff && !cff->font_info ) in cff_ps_get_font_info() 477 PS_FontInfoRec *font_info = NULL; in cff_ps_get_font_info() local 481 if ( FT_ALLOC( font_info, sizeof ( *font_info ) ) ) in cff_ps_get_font_info() 484 font_info->version = cff_index_get_sid_string( cff, in cff_ps_get_font_info() 486 font_info->notice = cff_index_get_sid_string( cff, in cff_ps_get_font_info() 488 font_info->full_name = cff_index_get_sid_string( cff, in cff_ps_get_font_info() 490 font_info->family_name = cff_index_get_sid_string( cff, in cff_ps_get_font_info() 492 font_info->weight = cff_index_get_sid_string( cff, in cff_ps_get_font_info() 494 font_info->italic_angle = dict->italic_angle; in cff_ps_get_font_info() 495 font_info->is_fixed_pitch = dict->is_fixed_pitch; in cff_ps_get_font_info() [all …]
|
/third_party/flutter/skia/third_party/externals/freetype/src/cff/ |
D | cffdrivr.c | 475 if ( cff && !cff->font_info ) in cff_ps_get_font_info() 478 PS_FontInfoRec *font_info = NULL; in cff_ps_get_font_info() local 482 if ( FT_ALLOC( font_info, sizeof ( *font_info ) ) ) in cff_ps_get_font_info() 485 font_info->version = cff_index_get_sid_string( cff, in cff_ps_get_font_info() 487 font_info->notice = cff_index_get_sid_string( cff, in cff_ps_get_font_info() 489 font_info->full_name = cff_index_get_sid_string( cff, in cff_ps_get_font_info() 491 font_info->family_name = cff_index_get_sid_string( cff, in cff_ps_get_font_info() 493 font_info->weight = cff_index_get_sid_string( cff, in cff_ps_get_font_info() 495 font_info->italic_angle = dict->italic_angle; in cff_ps_get_font_info() 496 font_info->is_fixed_pitch = dict->is_fixed_pitch; in cff_ps_get_font_info() [all …]
|
/third_party/skia/third_party/externals/freetype/src/cff/ |
D | cffdrivr.c | 474 if ( cff && !cff->font_info ) in cff_ps_get_font_info() 478 PS_FontInfoRec* font_info = NULL; in cff_ps_get_font_info() local 481 if ( FT_QNEW( font_info ) ) in cff_ps_get_font_info() 484 font_info->version = cff_index_get_sid_string( cff, in cff_ps_get_font_info() 486 font_info->notice = cff_index_get_sid_string( cff, in cff_ps_get_font_info() 488 font_info->full_name = cff_index_get_sid_string( cff, in cff_ps_get_font_info() 490 font_info->family_name = cff_index_get_sid_string( cff, in cff_ps_get_font_info() 492 font_info->weight = cff_index_get_sid_string( cff, in cff_ps_get_font_info() 494 font_info->italic_angle = dict->italic_angle; in cff_ps_get_font_info() 495 font_info->is_fixed_pitch = dict->is_fixed_pitch; in cff_ps_get_font_info() [all …]
|
/third_party/freetype/src/cid/ |
D | cidobjs.c | 208 info = &cid->font_info; in cid_face_done() 358 PS_FontInfo info = &cid->font_info; in cid_face_init()
|
D | cidriver.c | 79 *afont_info = ((CID_Face)face)->cid.font_info; in cid_ps_get_font_info()
|
/third_party/flutter/skia/third_party/externals/freetype/src/type42/ |
D | t42drivr.c | 128 *afont_info = ((T42_Face)face)->type1.font_info; in t42_ps_get_font_info()
|
/third_party/freetype/src/type42/ |
D | t42drivr.c | 128 *afont_info = ((T42_Face)face)->type1.font_info; in t42_ps_get_font_info()
|
/third_party/freetype/include/freetype/internal/ |
D | t1types.h | 98 PS_FontInfoRec font_info; /* font info dictionary */ member
|
/third_party/skia/third_party/externals/freetype/src/type42/ |
D | t42drivr.c | 128 *afont_info = ((T42_Face)face)->type1.font_info; in t42_ps_get_font_info()
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
D | t1types.h | 98 PS_FontInfoRec font_info; /* font info dictionary */ member
|
/third_party/skia/third_party/externals/freetype/src/cid/ |
D | cidriver.c | 79 *afont_info = ((CID_Face)face)->cid.font_info; in cid_ps_get_font_info()
|
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/internal/ |
D | t1types.h | 99 PS_FontInfoRec font_info; /* font info dictionary */ member
|