Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/type1/
A Dt1objs.c272 face->root.style_name = NULL; in T1_Face_Done()
390 root->style_name = NULL; in T1_Face_Init()
421 root->style_name = full; in T1_Face_Init()
428 root->style_name = (char *)"Regular"; in T1_Face_Init()
438 if ( !root->style_name ) in T1_Face_Init()
441 root->style_name = info->weight; in T1_Face_Init()
444 root->style_name = (char *)"Regular"; in T1_Face_Init()
/AliOS-Things-master/components/freetype/src/cff/
A Dcffobjs.c440 const FT_String* style_name ) in remove_style() argument
446 style_name_length = (FT_Int32)strlen( style_name ); in remove_style()
456 style_name[style_name_length - idx] ) in remove_style()
732 char* style_name = NULL; in cff_face_init() local
820 style_name = cff_strcpy( memory, fullp ); in cff_face_init()
823 remove_style( cffface->family_name, style_name ); in cff_face_init()
841 if ( style_name ) in cff_face_init()
842 cffface->style_name = style_name; in cff_face_init()
892 if ( !(flags & FT_STYLE_FLAG_BOLD) && cffface->style_name ) in cff_face_init()
893 if ( !ft_strncmp( cffface->style_name, "Bold", 4 ) || in cff_face_init()
[all …]
/AliOS-Things-master/components/freetype/src/sfnt/
A Dsfobjs.c1175 face->root.style_name = NULL; in sfnt_load_face()
1184 GET_NAME( PREFERRED_SUBFAMILY, &face->root.style_name ); in sfnt_load_face()
1185 if ( !face->root.style_name ) in sfnt_load_face()
1186 GET_NAME( FONT_SUBFAMILY, &face->root.style_name ); in sfnt_load_face()
1196 GET_NAME( WWS_SUBFAMILY, &face->root.style_name ); in sfnt_load_face()
1197 if ( !face->root.style_name && !ignore_preferred_subfamily ) in sfnt_load_face()
1198 GET_NAME( PREFERRED_SUBFAMILY, &face->root.style_name ); in sfnt_load_face()
1199 if ( !face->root.style_name ) in sfnt_load_face()
1200 GET_NAME( FONT_SUBFAMILY, &face->root.style_name ); in sfnt_load_face()
1562 FT_FREE( face->root.style_name ); in sfnt_done_face()
/AliOS-Things-master/components/freetype/src/cid/
A Dcidobjs.c247 cidface->style_name = 0; in cid_face_done()
372 cidface->style_name = (char *)"Regular"; in cid_face_init()
397 cidface->style_name = full; in cid_face_init()
/AliOS-Things-master/components/freetype/src/bdf/
A Dbdfdrivr.c267 if ( FT_ALLOC( face->style_name, len ) ) in bdf_interpret_style()
270 s = face->style_name; in bdf_interpret_style()
283 if ( s != face->style_name ) in bdf_interpret_style()
328 FT_FREE( bdfface->style_name ); in BDF_Face_Done()
/AliOS-Things-master/components/freetype/src/pfr/
A Dpfrobjs.c56 pfrface->style_name = NULL; in pfr_face_done()
191 pfrface->style_name = phy_font->style_name; in pfr_face_init()
A Dpfrtypes.h243 FT_String* style_name; member
A Dpfrload.c673 FT_FREE( phy_font->style_name ); in pfr_phy_font_done()
823 &phy_font->style_name ); in pfr_phy_font_load()
/AliOS-Things-master/components/freetype/src/truetype/
A Dttsubpix.c909 FT_String* style = face->root.style_name; in sph_set_tweaks()
913 if ( !face->root.style_name ) in sph_set_tweaks()
A Dttgload.c926 FT_String* style = face->root.style_name; in TT_Process_Simple_Glyph()
A Dttinterp.c4757 CUR.face->root.style_name )); in Ins_FDEF()
8360 CUR.face->root.style_name )); in TT_RunIns()
/AliOS-Things-master/components/freetype/src/type42/
A Dt42objs.c241 root->style_name = (char *)"Regular"; in T42_Face_Init()
266 root->style_name = full; in T42_Face_Init()
457 face->root.style_name = 0; in T42_Face_Done()
/AliOS-Things-master/components/freetype/src/winfonts/
A Dwinfnt.c873 root->style_name = (char *)"Regular"; in FNT_Face_Init()
878 root->style_name = (char *)"Bold Italic"; in FNT_Face_Init()
880 root->style_name = (char *)"Bold"; in FNT_Face_Init()
883 root->style_name = (char *)"Italic"; in FNT_Face_Init()
/AliOS-Things-master/components/freetype/src/pcf/
A Dpcfread.c1053 if ( FT_ALLOC( face->style_name, len ) ) in pcf_interpret_style()
1056 s = face->style_name; in pcf_interpret_style()
1069 if ( s != face->style_name ) in pcf_interpret_style()
A Dpcfdrivr.c244 FT_FREE( pcfface->style_name ); in PCF_Face_Done()
/AliOS-Things-master/components/freetype/include/
A Dfreetype.h969 FT_String* style_name; member
/AliOS-Things-master/components/SDL2/src/ttf/
A DSDL_ttf.c1170 return(font->face->style_name); in TTF_FontFaceStyleName()

Completed in 61 milliseconds