Searched refs:style_name (Results 1 – 17 of 17) sorted by relevance
/AliOS-Things-master/components/freetype/src/type1/ |
A D | t1objs.c | 272 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 D | cffobjs.c | 440 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 D | sfobjs.c | 1175 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 D | cidobjs.c | 247 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 D | bdfdrivr.c | 267 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 D | pfrobjs.c | 56 pfrface->style_name = NULL; in pfr_face_done() 191 pfrface->style_name = phy_font->style_name; in pfr_face_init()
|
A D | pfrtypes.h | 243 FT_String* style_name; member
|
A D | pfrload.c | 673 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 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()
|
A D | ttgload.c | 926 FT_String* style = face->root.style_name; in TT_Process_Simple_Glyph()
|
A D | ttinterp.c | 4757 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 D | t42objs.c | 241 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 D | winfnt.c | 873 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 D | pcfread.c | 1053 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 D | pcfdrivr.c | 244 FT_FREE( pcfface->style_name ); in PCF_Face_Done()
|
/AliOS-Things-master/components/freetype/include/ |
A D | freetype.h | 969 FT_String* style_name; member
|
/AliOS-Things-master/components/SDL2/src/ttf/ |
A D | SDL_ttf.c | 1170 return(font->face->style_name); in TTF_FontFaceStyleName()
|
Completed in 61 milliseconds