Home
last modified time | relevance | path

Searched refs:font_info (Results 1 – 25 of 58) sorted by relevance

123

/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sample/subtly/
Dmerger.cc58 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()
Dsubsetter.cc49 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()
Dfont_info.cc160 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()
Dfont_assembler.h41 FontAssembler(FontInfo* font_info, sfntly::IntegerSet* table_blacklist);
42 explicit FontAssembler(FontInfo* font_info);
Dfont_assembler.cc38 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/
Dmerger.cc58 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()
Dsubsetter.cc49 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()
Dfont_info.cc160 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()
Dfont_assembler.h41 FontAssembler(FontInfo* font_info, sfntly::IntegerSet* table_blacklist);
42 explicit FontAssembler(FontInfo* font_info);
Dfont_assembler.cc38 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/
Dt1driver.c150 *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/
Dt1driver.c150 *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/
Dt1driver.c151 *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/
Dcffdrivr.c474 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/
Dcffdrivr.c475 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/
Dcffdrivr.c474 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/
Dcidobjs.c208 info = &cid->font_info; in cid_face_done()
358 PS_FontInfo info = &cid->font_info; in cid_face_init()
Dcidriver.c79 *afont_info = ((CID_Face)face)->cid.font_info; in cid_ps_get_font_info()
/third_party/flutter/skia/third_party/externals/freetype/src/type42/
Dt42drivr.c128 *afont_info = ((T42_Face)face)->type1.font_info; in t42_ps_get_font_info()
/third_party/freetype/src/type42/
Dt42drivr.c128 *afont_info = ((T42_Face)face)->type1.font_info; in t42_ps_get_font_info()
/third_party/freetype/include/freetype/internal/
Dt1types.h98 PS_FontInfoRec font_info; /* font info dictionary */ member
/third_party/skia/third_party/externals/freetype/src/type42/
Dt42drivr.c128 *afont_info = ((T42_Face)face)->type1.font_info; in t42_ps_get_font_info()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dt1types.h98 PS_FontInfoRec font_info; /* font info dictionary */ member
/third_party/skia/third_party/externals/freetype/src/cid/
Dcidriver.c79 *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/
Dt1types.h99 PS_FontInfoRec font_info; /* font info dictionary */ member

123