Home
last modified time | relevance | path

Searched refs:style_name (Results 1 – 25 of 65) sorted by relevance

123

/third_party/freetype/src/cff/
Dcffobjs.c460 const FT_String* style_name ) in remove_style() argument
466 style_name_length = (FT_Int32)ft_strlen( style_name ); in remove_style()
476 style_name[style_name_length - idx] ) in remove_style()
857 char* style_name = NULL; in cff_face_init() local
953 style_name = cff_strcpy( memory, fullp ); in cff_face_init()
956 if ( style_name ) in cff_face_init()
957 remove_style( cffface->family_name, style_name ); in cff_face_init()
975 if ( style_name ) in cff_face_init()
976 cffface->style_name = style_name; in cff_face_init()
979 cffface->style_name = cff_strcpy( memory, "Regular" ); in cff_face_init()
[all …]
/third_party/skia/third_party/externals/freetype/src/cff/
Dcffobjs.c462 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/freetype/src/type1/
Dt1objs.c277 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/flutter/skia/third_party/externals/freetype/src/type1/
Dt1objs.c274 face->root.style_name = NULL; in T1_Face_Done()
398 root->style_name = NULL; in T1_Face_Init()
429 root->style_name = full; in T1_Face_Init()
436 root->style_name = (char *)"Regular"; in T1_Face_Init()
446 if ( !root->style_name ) in T1_Face_Init()
449 root->style_name = info->weight; in T1_Face_Init()
452 root->style_name = (char *)"Regular"; in T1_Face_Init()
/third_party/skia/third_party/externals/freetype/src/type1/
Dt1objs.c277 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/flutter/skia/third_party/externals/freetype/src/cff/
Dcffobjs.c447 const FT_String* style_name ) in remove_style() argument
453 style_name_length = (FT_Int32)ft_strlen( style_name ); in remove_style()
463 style_name[style_name_length - idx] ) in remove_style()
844 char* style_name = NULL; in cff_face_init() local
940 style_name = cff_strcpy( memory, fullp ); in cff_face_init()
943 remove_style( cffface->family_name, style_name ); in cff_face_init()
961 if ( style_name ) in cff_face_init()
962 cffface->style_name = style_name; in cff_face_init()
965 cffface->style_name = cff_strcpy( memory, "Regular" ); in cff_face_init()
1012 if ( !(flags & FT_STYLE_FLAG_BOLD) && cffface->style_name ) in cff_face_init()
[all …]
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dsfobjs.c1013 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/flutter/skia/third_party/externals/freetype/src/sfnt/
Dsfobjs.c970 face->root.style_name = NULL; in sfnt_load_face()
979 GET_NAME( TYPOGRAPHIC_SUBFAMILY, &face->root.style_name ); in sfnt_load_face()
980 if ( !face->root.style_name ) in sfnt_load_face()
981 GET_NAME( FONT_SUBFAMILY, &face->root.style_name ); in sfnt_load_face()
991 GET_NAME( WWS_SUBFAMILY, &face->root.style_name ); in sfnt_load_face()
992 if ( !face->root.style_name && !ignore_typographic_subfamily ) in sfnt_load_face()
993 GET_NAME( TYPOGRAPHIC_SUBFAMILY, &face->root.style_name ); in sfnt_load_face()
994 if ( !face->root.style_name ) in sfnt_load_face()
995 GET_NAME( FONT_SUBFAMILY, &face->root.style_name ); in sfnt_load_face()
1423 FT_FREE( face->root.style_name ); in sfnt_done_face()
/third_party/freetype/src/sfnt/
Dsfobjs.c1029 face->root.style_name = NULL; in sfnt_load_face()
1038 GET_NAME( TYPOGRAPHIC_SUBFAMILY, &face->root.style_name ); in sfnt_load_face()
1039 if ( !face->root.style_name ) in sfnt_load_face()
1040 GET_NAME( FONT_SUBFAMILY, &face->root.style_name ); in sfnt_load_face()
1050 GET_NAME( WWS_SUBFAMILY, &face->root.style_name ); in sfnt_load_face()
1051 if ( !face->root.style_name && !ignore_typographic_subfamily ) in sfnt_load_face()
1052 GET_NAME( TYPOGRAPHIC_SUBFAMILY, &face->root.style_name ); in sfnt_load_face()
1053 if ( !face->root.style_name ) in sfnt_load_face()
1054 GET_NAME( FONT_SUBFAMILY, &face->root.style_name ); in sfnt_load_face()
1498 FT_FREE( face->root.style_name ); in sfnt_done_face()
/third_party/gstreamer/gstreamer/gst/
Dgstdebugutils.c244 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/freetype/src/cid/
Dcidobjs.c254 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/flutter/skia/third_party/externals/freetype/src/cid/
Dcidobjs.c249 cidface->style_name = NULL; in cid_face_done()
379 cidface->style_name = (char *)"Regular"; in cid_face_init()
404 cidface->style_name = full; in cid_face_init()
/third_party/skia/third_party/externals/freetype/src/cid/
Dcidobjs.c254 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/
Dmovtextenc.c575 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/flutter/skia/third_party/externals/freetype/src/pfr/
Dpfrobjs.c57 pfrface->style_name = NULL; in pfr_face_done()
194 pfrface->style_name = phy_font->style_name; in pfr_face_init()
/third_party/freetype/src/pfr/
Dpfrobjs.c57 pfrface->style_name = NULL; in pfr_face_done()
198 pfrface->style_name = phy_font->style_name; in pfr_face_init()
/third_party/skia/third_party/externals/freetype/src/pfr/
Dpfrobjs.c57 pfrface->style_name = NULL; in pfr_face_done()
198 pfrface->style_name = phy_font->style_name; in pfr_face_init()
/third_party/freetype/src/bdf/
Dbdfdrivr.c279 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/flutter/skia/third_party/externals/freetype/src/bdf/
Dbdfdrivr.c279 if ( FT_ALLOC( 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/bdf/
Dbdfdrivr.c279 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/
Dttsubpix.c909 FT_String* style = face->root.style_name; in sph_set_tweaks()
913 if ( !face->root.style_name ) in sph_set_tweaks()
/third_party/freetype/src/truetype/
Dttsubpix.c909 FT_String* style = face->root.style_name; in sph_set_tweaks()
913 if ( !face->root.style_name ) in sph_set_tweaks()
/third_party/flutter/skia/third_party/externals/freetype/src/truetype/
Dttsubpix.c910 FT_String* style = face->root.style_name; in sph_set_tweaks()
914 if ( !face->root.style_name ) in sph_set_tweaks()
/third_party/flutter/skia/third_party/externals/freetype/src/type42/
Dt42objs.c243 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/type42/
Dt42objs.c243 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()

123