/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/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() 734 char* style_name = NULL; in cff_face_init() local 823 style_name = cff_strcpy( memory, fullp ); in cff_face_init() 826 remove_style( cffface->family_name, style_name ); in cff_face_init() 844 if ( style_name ) in cff_face_init() 845 cffface->style_name = style_name; in cff_face_init() 848 cffface->style_name = cff_strcpy( memory, (char *)"Regular" ); in cff_face_init() 895 if ( !(flags & FT_STYLE_FLAG_BOLD) && cffface->style_name ) in cff_face_init() [all …]
|
/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/freetype/src/sfnt/ |
D | sfobjs.c | 1177 face->root.style_name = NULL; in sfnt_load_face() 1186 GET_NAME( PREFERRED_SUBFAMILY, &face->root.style_name ); in sfnt_load_face() 1187 if ( !face->root.style_name ) in sfnt_load_face() 1188 GET_NAME( FONT_SUBFAMILY, &face->root.style_name ); in sfnt_load_face() 1198 GET_NAME( WWS_SUBFAMILY, &face->root.style_name ); in sfnt_load_face() 1199 if ( !face->root.style_name && !ignore_preferred_subfamily ) in sfnt_load_face() 1200 GET_NAME( PREFERRED_SUBFAMILY, &face->root.style_name ); in sfnt_load_face() 1201 if ( !face->root.style_name ) in sfnt_load_face() 1202 GET_NAME( FONT_SUBFAMILY, &face->root.style_name ); in sfnt_load_face() 1565 FT_FREE( face->root.style_name ); in sfnt_done_face()
|
/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/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 | 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 | 928 FT_String* style = face->root.style_name; in TT_Process_Simple_Glyph()
|
D | ttinterp.c | 3694 exc->face->root.style_name )); in Ins_FDEF() 7644 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/include/fxge/ |
D | fx_freetype.h | 100 #define FXFT_Get_Face_Style_Name(face) ((FT_Face)face)->style_name
|
/external/freetype/include/ |
D | freetype.h | 1026 FT_String* style_name; member
|
/external/pdfium/third_party/freetype/include/freetype/ |
D | freetype.h | 1045 FT_String* style_name; member
|
/external/skia/src/ports/ |
D | SkFontHost_FreeType.cpp | 972 fFace->family_name, fFace->style_name, fScaleX, fScaleY, err)); in setupSize()
|