/third_party/skia/third_party/externals/freetype/src/cff/ |
D | cffobjs.c | 462 const FT_String* style_name ) in remove_style() argument 468 style_name_length = (FT_Int32)ft_strlen( style_name ); in remove_style() 478 style_name[style_name_length - idx] ) in remove_style() 859 char* style_name = NULL; in cff_face_init() local 955 style_name = cff_strcpy( memory, fullp ); in cff_face_init() 958 if ( style_name ) in cff_face_init() 959 remove_style( cffface->family_name, style_name ); in cff_face_init() 977 if ( style_name ) in cff_face_init() 978 cffface->style_name = style_name; in cff_face_init() 981 cffface->style_name = cff_strcpy( memory, "Regular" ); in cff_face_init() [all …]
|
/third_party/skia/third_party/externals/freetype/src/type1/ |
D | t1objs.c | 277 face->root.style_name = NULL; in T1_Face_Done() 401 root->style_name = NULL; in T1_Face_Init() 432 root->style_name = full; in T1_Face_Init() 439 root->style_name = (char *)"Regular"; in T1_Face_Init() 449 if ( !root->style_name ) in T1_Face_Init() 452 root->style_name = info->weight; in T1_Face_Init() 455 root->style_name = (char *)"Regular"; in T1_Face_Init()
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
D | sfobjs.c | 1013 face->root.style_name = NULL; in sfnt_load_face() 1022 GET_NAME( TYPOGRAPHIC_SUBFAMILY, &face->root.style_name ); in sfnt_load_face() 1023 if ( !face->root.style_name ) in sfnt_load_face() 1024 GET_NAME( FONT_SUBFAMILY, &face->root.style_name ); in sfnt_load_face() 1034 GET_NAME( WWS_SUBFAMILY, &face->root.style_name ); in sfnt_load_face() 1035 if ( !face->root.style_name && !ignore_typographic_subfamily ) in sfnt_load_face() 1036 GET_NAME( TYPOGRAPHIC_SUBFAMILY, &face->root.style_name ); in sfnt_load_face() 1037 if ( !face->root.style_name ) in sfnt_load_face() 1038 GET_NAME( FONT_SUBFAMILY, &face->root.style_name ); in sfnt_load_face() 1467 FT_FREE( face->root.style_name ); in sfnt_done_face()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstdebugutils.c | 244 const gchar *style_name; in debug_dump_pad() local 253 style_name = "filled,solid"; in debug_dump_pad() 258 style_name = "filled,dotted"; in debug_dump_pad() 260 style_name = "filled,dashed"; in debug_dump_pad() 303 activation_mode[pad->mode], pad_flags, task_mode, style_name); in debug_dump_pad() 308 (param_name ? param_name : ""), style_name); in debug_dump_pad()
|
/third_party/skia/third_party/externals/freetype/src/cid/ |
D | cidobjs.c | 254 cidface->style_name = NULL; in cid_face_done() 384 cidface->style_name = (char *)"Regular"; in cid_face_init() 409 cidface->style_name = full; in cid_face_init()
|
/third_party/ffmpeg/libavcodec/ |
D | movtextenc.c | 575 static void mov_text_cancel_overrides_cb(void *priv, const char *style_name) in mov_text_cancel_overrides_cb() argument 580 if (!style_name || !*style_name) in mov_text_cancel_overrides_cb() 583 style= ff_ass_style_get(s->ass_ctx, style_name); in mov_text_cancel_overrides_cb()
|
/third_party/skia/third_party/externals/freetype/src/pfr/ |
D | pfrobjs.c | 57 pfrface->style_name = NULL; in pfr_face_done() 198 pfrface->style_name = phy_font->style_name; in pfr_face_init()
|
D | pfrtypes.h | 225 FT_String* style_name; member
|
D | pfrload.c | 783 FT_FREE( phy_font->style_name ); in pfr_phy_font_done() 932 &phy_font->style_name ); in pfr_phy_font_load()
|
/third_party/skia/third_party/externals/freetype/src/bdf/ |
D | bdfdrivr.c | 279 if ( FT_QALLOC( face->style_name, len ) ) in bdf_interpret_style() 282 s = face->style_name; in bdf_interpret_style() 295 if ( s != face->style_name ) in bdf_interpret_style() 340 FT_FREE( bdfface->style_name ); in BDF_Face_Done()
|
/third_party/skia/third_party/externals/freetype/src/truetype/ |
D | ttsubpix.c | 909 FT_String* style = face->root.style_name; in sph_set_tweaks() 913 if ( !face->root.style_name ) in sph_set_tweaks()
|
D | ttgxvar.c | 3188 FT_String* style_name; in TT_Set_Named_Instance() local 3195 &style_name ); in TT_Set_Named_Instance() 3200 FT_FREE( face->root.style_name ); in TT_Set_Named_Instance() 3201 face->root.style_name = style_name; in TT_Set_Named_Instance()
|
D | ttinterp.c | 3789 exc->face->root.style_name )); in Ins_FDEF() 7964 exc->face->root.style_name )); in TT_RunIns()
|
D | ttgload.c | 1027 FT_String* style = face->root.style_name; in TT_Process_Simple_Glyph()
|
/third_party/skia/third_party/externals/freetype/src/type42/ |
D | t42objs.c | 243 root->style_name = (char *)"Regular"; in T42_Face_Init() 268 root->style_name = full; in T42_Face_Init() 456 face->root.style_name = NULL; in T42_Face_Done()
|
/third_party/skia/third_party/externals/freetype/src/winfonts/ |
D | winfnt.c | 914 root->style_name = (char *)"Regular"; in FNT_Face_Init() 919 root->style_name = (char *)"Bold Italic"; in FNT_Face_Init() 921 root->style_name = (char *)"Bold"; in FNT_Face_Init() 924 root->style_name = (char *)"Italic"; in FNT_Face_Init()
|
/third_party/skia/third_party/externals/freetype/src/pcf/ |
D | pcfread.c | 1371 if ( FT_QALLOC( face->style_name, len ) ) in pcf_interpret_style() 1374 s = face->style_name; in pcf_interpret_style() 1387 if ( s != face->style_name ) in pcf_interpret_style()
|
D | pcfdrivr.c | 227 FT_FREE( pcfface->style_name ); in PCF_Face_Done()
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
D | freetype.h | 1074 FT_String* style_name; member
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.21 | 1883 face->style_name. 1884 * src/pcf/pcfdrivr.c (PCF_Face_Done): Free `style_name'. 6138 (pfr_phy_font_done): Free `family_name' and `style_name' also. 6145 `style_name'. 6149 `descent', `leading', `family_name', and `style_name'.
|
D | ChangeLog.210 | 3346 [cff] Fix handling of `style_name == NULL' (#58630).
|
D | ChangeLog.23 | 102 allocated for face->root.family_name and style_name.
|
/third_party/skia/third_party/externals/freetype/docs/ |
D | CHANGES | 2303 - The `style_name' field in the `FT_FaceRec' structure often 3083 face->style_name; example: `Bold SemiCondensed'.
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test17-pr19027.so.abi | 9849 <!-- FT_String* FT_FaceRec_::style_name --> 9850 …<var-decl name='style_name' type-id='type-id-590' visibility='default' filepath='/collab/usr/globa…
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test17-pr19027.so.abi | 6224 …<var-decl name='style_name' type-id='type-id-590' visibility='default' filepath='/collab/usr/globa…
|