/external/freetype/src/cff/ |
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() 713 FT_String* style_name; in cff_face_init() local 720 &style_name ); in cff_face_init() 725 if ( face->root.style_name ) in cff_face_init() 726 FT_FREE( face->root.style_name ); in cff_face_init() 727 face->root.style_name = style_name; in cff_face_init() 855 char* style_name = NULL; in cff_face_init() local 945 style_name = cff_strcpy( memory, fullp ); in cff_face_init() [all …]
|
/external/pdfium/third_party/freetype/src/type1/ |
D | t1objs.c | 272 face->root.style_name = NULL; in T1_Face_Done() 387 root->style_name = NULL; in T1_Face_Init() 418 root->style_name = full; in T1_Face_Init() 425 root->style_name = (char *)"Regular"; in T1_Face_Init() 435 if ( !root->style_name ) in T1_Face_Init() 438 root->style_name = info->weight; in T1_Face_Init() 441 root->style_name = (char *)"Regular"; in T1_Face_Init()
|
/external/pdfium/third_party/freetype/src/cff/ |
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() 739 char* style_name = NULL; in cff_face_init() local 829 style_name = cff_strcpy( memory, fullp ); in cff_face_init() 832 remove_style( cffface->family_name, style_name ); in cff_face_init() 850 if ( style_name ) in cff_face_init() 851 cffface->style_name = style_name; in cff_face_init() 854 cffface->style_name = cff_strcpy( memory, (char *)"Regular" ); in cff_face_init() 901 if ( !(flags & FT_STYLE_FLAG_BOLD) && cffface->style_name ) in cff_face_init() [all …]
|
/external/pdfium/third_party/freetype/src/sfnt/ |
D | sfobjs.c | 1203 face->root.style_name = NULL; in sfnt_load_face() 1212 GET_NAME( PREFERRED_SUBFAMILY, &face->root.style_name ); in sfnt_load_face() 1213 if ( !face->root.style_name ) in sfnt_load_face() 1214 GET_NAME( FONT_SUBFAMILY, &face->root.style_name ); in sfnt_load_face() 1224 GET_NAME( WWS_SUBFAMILY, &face->root.style_name ); in sfnt_load_face() 1225 if ( !face->root.style_name && !ignore_preferred_subfamily ) in sfnt_load_face() 1226 GET_NAME( PREFERRED_SUBFAMILY, &face->root.style_name ); in sfnt_load_face() 1227 if ( !face->root.style_name ) in sfnt_load_face() 1228 GET_NAME( FONT_SUBFAMILY, &face->root.style_name ); in sfnt_load_face() 1591 FT_FREE( face->root.style_name ); in sfnt_done_face()
|
/external/freetype/src/sfnt/ |
D | sfobjs.c | 1295 face->root.style_name = NULL; in sfnt_load_face() 1304 GET_NAME( TYPOGRAPHIC_SUBFAMILY, &face->root.style_name ); in sfnt_load_face() 1305 if ( !face->root.style_name ) in sfnt_load_face() 1306 GET_NAME( FONT_SUBFAMILY, &face->root.style_name ); in sfnt_load_face() 1316 GET_NAME( WWS_SUBFAMILY, &face->root.style_name ); in sfnt_load_face() 1317 if ( !face->root.style_name && !ignore_typographic_subfamily ) in sfnt_load_face() 1318 GET_NAME( TYPOGRAPHIC_SUBFAMILY, &face->root.style_name ); in sfnt_load_face() 1319 if ( !face->root.style_name ) in sfnt_load_face() 1320 GET_NAME( FONT_SUBFAMILY, &face->root.style_name ); in sfnt_load_face() 1701 FT_FREE( face->root.style_name ); in sfnt_done_face()
|
/external/pdfium/third_party/freetype/src/cid/ |
D | cidobjs.c | 247 cidface->style_name = NULL; in cid_face_done() 372 cidface->style_name = (char *)"Regular"; in cid_face_init() 397 cidface->style_name = full; in cid_face_init()
|
/external/pdfium/third_party/freetype/src/truetype/ |
D | ttobjs.c | 651 FT_String* style_name; in tt_face_init() local 658 &style_name ); in tt_face_init() 663 if ( face->root.style_name ) in tt_face_init() 664 FT_FREE( face->root.style_name ); in tt_face_init() 665 face->root.style_name = style_name; in tt_face_init()
|
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 | ttgload.c | 903 FT_String* style = face->root.style_name; in TT_Process_Simple_Glyph()
|
D | ttinterp.c | 3684 exc->face->root.style_name )); in Ins_FDEF() 7634 exc->face->root.style_name )); in TT_RunIns()
|
/external/freetype/src/truetype/ |
D | ttobjs.c | 645 FT_String* style_name; in tt_face_init() local 652 &style_name ); in tt_face_init() 657 if ( face->root.style_name ) in tt_face_init() 658 FT_FREE( face->root.style_name ); in tt_face_init() 659 face->root.style_name = style_name; in tt_face_init()
|
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 | ttgload.c | 927 FT_String* style = face->root.style_name; in TT_Process_Simple_Glyph()
|
D | ttinterp.c | 3638 exc->face->root.style_name )); in Ins_FDEF() 7765 exc->face->root.style_name )); in TT_RunIns()
|
/external/freetype/src/pfr/ |
D | pfrload.c | 674 FT_FREE( phy_font->style_name ); in pfr_phy_font_done() 824 &phy_font->style_name ); in pfr_phy_font_load()
|
/external/pdfium/core/fxge/ |
D | fx_freetype.h | 102 #define FXFT_Get_Face_Style_Name(face) ((FT_Face)face)->style_name
|
/external/pdfium/third_party/freetype/include/freetype/ |
D | freetype.h | 1045 FT_String* style_name; member
|
/external/freetype/include/freetype/ |
D | freetype.h | 1061 FT_String* style_name; member
|