Home
last modified time | relevance | path

Searched refs:style_name (Results 1 - 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/type1/
H A Dt1objs.c277 face->root.style_name = NULL; in T1_Face_Done()
401 root->style_name = NULL; in FT_LOCAL_DEF()
432 root->style_name = full; in FT_LOCAL_DEF()
439 root->style_name = (char *)"Regular"; in FT_LOCAL_DEF()
449 if ( !root->style_name ) in FT_LOCAL_DEF()
452 root->style_name = info->weight; in FT_LOCAL_DEF()
455 root->style_name = (char *)"Regular"; in FT_LOCAL_DEF()
/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcffobjs.c462 const FT_String* style_name ) in remove_style()
468 style_name_length = (FT_Int32)ft_strlen( style_name ); in remove_style()
478 style_name[style_name_length - idx] ) in remove_style()
484 /* family_name ends with style_name; remove it */ in remove_style()
859 char* style_name = NULL; in FT_LOCAL_DEF() local
955 style_name = cff_strcpy( memory, fullp ); in FT_LOCAL_DEF()
958 if ( style_name ) in FT_LOCAL_DEF()
959 remove_style( cffface->family_name, style_name ); in FT_LOCAL_DEF()
977 if ( style_name ) in FT_LOCAL_DEF()
978 cffface->style_name in FT_LOCAL_DEF()
[all...]
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dsfobjs.c1013 face->root.style_name = NULL; in FT_LOCAL_DEF()
1022 GET_NAME( TYPOGRAPHIC_SUBFAMILY, &face->root.style_name ); in FT_LOCAL_DEF()
1023 if ( !face->root.style_name ) in FT_LOCAL_DEF()
1024 GET_NAME( FONT_SUBFAMILY, &face->root.style_name ); in FT_LOCAL_DEF()
1034 GET_NAME( WWS_SUBFAMILY, &face->root.style_name ); in FT_LOCAL_DEF()
1035 if ( !face->root.style_name && !ignore_typographic_subfamily ) in FT_LOCAL_DEF()
1036 GET_NAME( TYPOGRAPHIC_SUBFAMILY, &face->root.style_name ); in FT_LOCAL_DEF()
1037 if ( !face->root.style_name ) in FT_LOCAL_DEF()
1038 GET_NAME( FONT_SUBFAMILY, &face->root.style_name ); in FT_LOCAL_DEF()
1467 FT_FREE( face->root.style_name ); in sfnt_done_face()
[all...]
/third_party/skia/third_party/externals/freetype/src/cid/
H A Dcidobjs.c254 cidface->style_name = NULL; in cid_face_done()
384 cidface->style_name = (char *)"Regular"; in FT_LOCAL_DEF()
409 cidface->style_name = full; in FT_LOCAL_DEF()
/third_party/ffmpeg/libavcodec/
H A 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/skia/third_party/externals/freetype/src/pfr/
H A Dpfrobjs.c57 pfrface->style_name = NULL; in pfr_face_done()
198 pfrface->style_name = phy_font->style_name; in FT_LOCAL_DEF()
H A Dpfrtypes.h225 FT_String* style_name; member
H A Dpfrload.c783 FT_FREE( phy_font->style_name ); in pfr_phy_font_done()
932 &phy_font->style_name ); in FT_LOCAL_DEF()
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttsubpix.c909 FT_String* style = face->root.style_name; in sph_set_tweaks()
913 if ( !face->root.style_name ) in sph_set_tweaks()
H A Dttgxvar.c3188 FT_String* style_name; in FT_LOCAL_DEF() local
3195 &style_name ); in FT_LOCAL_DEF()
3200 FT_FREE( face->root.style_name ); in FT_LOCAL_DEF()
3201 face->root.style_name = style_name; in FT_LOCAL_DEF()
H A Dttinterp.c3789 exc->face->root.style_name )); in Ins_FDEF()
7964 exc->face->root.style_name )); in FT_EXPORT_DEF()
H A Dttgload.c1027 FT_String* style = face->root.style_name; in TT_Process_Simple_Glyph()
/third_party/skia/third_party/externals/freetype/src/bdf/
H A 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/winfonts/
H A Dwinfnt.c914 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/type42/
H A Dt42objs.c243 root->style_name = (char *)"Regular"; in FT_LOCAL_DEF()
268 root->style_name = full; in FT_LOCAL_DEF()
456 face->root.style_name = NULL; in T42_Face_Done()
/third_party/skia/third_party/externals/freetype/src/pcf/
H A Dpcfread.c1371 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()
H A Dpcfdrivr.c227 FT_FREE( pcfface->style_name ); in PCF_Face_Done()
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dfreetype.h955 * style_name ::
1074 FT_String* style_name; member

Completed in 43 milliseconds