Home
last modified time | relevance | path

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

/external/pdfium/third_party/freetype/src/type1/
Dt1objs.c272 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/
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()
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/
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()
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/
Dsfobjs.c1177 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/
Dsfobjs.c1203 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/
Dcidobjs.c247 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/
Dttobjs.c651 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()
Dttsubpix.c909 FT_String* style = face->root.style_name; in sph_set_tweaks()
913 if ( !face->root.style_name ) in sph_set_tweaks()
Dttgload.c903 FT_String* style = face->root.style_name; in TT_Process_Simple_Glyph()
Dttinterp.c3684 exc->face->root.style_name )); in Ins_FDEF()
7634 exc->face->root.style_name )); in TT_RunIns()
/external/freetype/src/truetype/
Dttsubpix.c909 FT_String* style = face->root.style_name; in sph_set_tweaks()
913 if ( !face->root.style_name ) in sph_set_tweaks()
Dttgload.c928 FT_String* style = face->root.style_name; in TT_Process_Simple_Glyph()
Dttinterp.c3694 exc->face->root.style_name )); in Ins_FDEF()
7644 exc->face->root.style_name )); in TT_RunIns()
/external/freetype/src/pfr/
Dpfrload.c674 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/
Dfx_freetype.h100 #define FXFT_Get_Face_Style_Name(face) ((FT_Face)face)->style_name
/external/freetype/include/
Dfreetype.h1026 FT_String* style_name; member
/external/pdfium/third_party/freetype/include/freetype/
Dfreetype.h1045 FT_String* style_name; member
/external/skia/src/ports/
DSkFontHost_FreeType.cpp972 fFace->family_name, fFace->style_name, fScaleX, fScaleY, err)); in setupSize()