Home
last modified time | relevance | path

Searched refs:font_type (Results 1 – 25 of 26) sorted by relevance

12

/third_party/freetype/src/cid/
Dcidtoken.h69 T1_FIELD_NUM ( "FontType", font_type, 0 )
/third_party/skia/third_party/externals/freetype/src/cid/
Dcidtoken.h69 T1_FIELD_NUM ( "FontType", font_type, 0 )
/third_party/flutter/skia/third_party/externals/freetype/src/cid/
Dcidtoken.h69 T1_FIELD_NUM ( "FontType", font_type, 0 )
/third_party/skia/third_party/externals/freetype/src/type1/
Dt1tokens.h108 T1_FIELD_NUM ( "FontType", font_type, T1_FIELD_DICT_FONTDICT )
Dt1driver.c202 retval = sizeof ( type1->font_type ); in t1_ps_get_font_value()
204 *((FT_Byte *)value) = type1->font_type; in t1_ps_get_font_value()
/third_party/flutter/skia/third_party/externals/freetype/src/type1/
Dt1tokens.h108 T1_FIELD_NUM ( "FontType", font_type, T1_FIELD_DICT_FONTDICT )
Dt1driver.c203 retval = sizeof ( type1->font_type ); in t1_ps_get_font_value()
205 *((FT_Byte *)value) = type1->font_type; in t1_ps_get_font_value()
/third_party/freetype/src/type1/
Dt1tokens.h108 T1_FIELD_NUM ( "FontType", font_type, T1_FIELD_DICT_FONTDICT )
Dt1driver.c202 retval = sizeof ( type1->font_type ); in t1_ps_get_font_value()
204 *((FT_Byte *)value) = type1->font_type; in t1_ps_get_font_value()
/third_party/freetype/include/freetype/internal/
Dt1types.h121 FT_Byte font_type; member
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dt1types.h121 FT_Byte font_type; member
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/internal/
Dt1types.h122 FT_Byte font_type; member
/third_party/gstreamer/gstplugins_good/ext/aalib/
Dgstaatv.c395 static GType font_type = 0; in gst_aatv_font_get_type() local
397 if (!font_type) { in gst_aatv_font_get_type()
418 font_type = g_enum_register_static ("GstAATvFonts", fonts); in gst_aatv_font_get_type()
420 return font_type; in gst_aatv_font_get_type()
/third_party/freetype/include/freetype/
Dt1tables.h357 FT_Byte font_type; member
/third_party/skia/third_party/externals/freetype/include/freetype/
Dt1tables.h357 FT_Byte font_type; member
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/
Dt1tables.h358 FT_Byte font_type; member
/third_party/freetype/src/type42/
Dt42objs.c68 if ( type1->font_type != 42 ) in T42_Open_Face()
71 type1->font_type )); in T42_Open_Face()
Dt42parse.c87 T1_FIELD_NUM ( "FontType", font_type, 0 )
/third_party/flutter/skia/third_party/externals/freetype/src/type42/
Dt42objs.c68 if ( type1->font_type != 42 ) in T42_Open_Face()
71 type1->font_type )); in T42_Open_Face()
/third_party/skia/third_party/externals/freetype/src/type42/
Dt42objs.c68 if ( type1->font_type != 42 ) in T42_Open_Face()
71 type1->font_type )); in T42_Open_Face()
Dt42parse.c87 T1_FIELD_NUM ( "FontType", font_type, 0 )
/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/
Dcr-style.c1319 enum CRFontFamilyType font_type; in set_prop_font_family_from_value() local
1327 font_type = FONT_FAMILY_SANS_SERIF; in set_prop_font_family_from_value()
1334 font_type = FONT_FAMILY_SERIF; in set_prop_font_family_from_value()
1340 font_type = FONT_FAMILY_CURSIVE; in set_prop_font_family_from_value()
1346 font_type = FONT_FAMILY_FANTASY; in set_prop_font_family_from_value()
1352 font_type = FONT_FAMILY_MONOSPACE; in set_prop_font_family_from_value()
1361 cur_ff = cr_font_family_new (font_type, NULL); in set_prop_font_family_from_value()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-coretext.cc178 CTFontUIFontType font_type = kCTFontUIFontSystem; in create_ct_font() local
180 font_type = kCTFontUIFontEmphasizedSystem; in create_ct_font()
182 ct_font = CTFontCreateUIFontForLanguage (font_type, font_size, nullptr); in create_ct_font()
/third_party/harfbuzz/src/
Dhb-coretext.cc162 CTFontUIFontType font_type = kCTFontUIFontSystem; in create_ct_font() local
164 font_type = kCTFontUIFontEmphasizedSystem; in create_ct_font()
166 ct_font = CTFontCreateUIFontForLanguage (font_type, font_size, nullptr); in create_ct_font()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-coretext.cc162 CTFontUIFontType font_type = kCTFontUIFontSystem; in create_ct_font() local
164 font_type = kCTFontUIFontEmphasizedSystem; in create_ct_font()
166 ct_font = CTFontCreateUIFontForLanguage (font_type, font_size, nullptr); in create_ct_font()

12