Searched refs:style_name (Results 1 - 24 of 24) sorted by relevance

/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
H A Dt1objs.c272 face->root.style_name = NULL;
390 root->style_name = NULL;
421 root->style_name = full;
428 root->style_name = (char *)"Regular";
438 if ( !root->style_name )
441 root->style_name = info->weight;
444 root->style_name = (char *)"Regular";
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcffobjs.c440 const FT_String* style_name )
446 style_name_length = (FT_Int32)strlen( style_name );
456 style_name[style_name_length - idx] )
462 /* family_name ends with style_name; remove it */
733 char* style_name = NULL; local
821 style_name = cff_strcpy( memory, fullp );
824 remove_style( cffface->family_name, style_name );
842 if ( style_name )
843 cffface->style_name = style_name;
[all...]
/external/chromium_org/third_party/freetype/src/cff/
H A Dcffobjs.c440 const FT_String* style_name )
446 style_name_length = (FT_Int32)strlen( style_name );
456 style_name[style_name_length - idx] )
462 /* family_name ends with style_name; remove it */
732 char* style_name = NULL; local
820 style_name = cff_strcpy( memory, fullp );
823 remove_style( cffface->family_name, style_name );
841 if ( style_name )
842 cffface->style_name = style_name;
[all...]
/external/freetype/src/cff/
H A Dcffobjs.c440 const FT_String* style_name )
446 style_name_length = (FT_Int32)strlen( style_name );
456 style_name[style_name_length - idx] )
462 /* family_name ends with style_name; remove it */
732 char* style_name = NULL; local
820 style_name = cff_strcpy( memory, fullp );
823 remove_style( cffface->family_name, style_name );
841 if ( style_name )
842 cffface->style_name = style_name;
[all...]
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dsfobjs.c768 face->root.style_name = NULL;
777 GET_NAME( PREFERRED_SUBFAMILY, &face->root.style_name );
778 if ( !face->root.style_name )
779 GET_NAME( FONT_SUBFAMILY, &face->root.style_name );
789 GET_NAME( WWS_SUBFAMILY, &face->root.style_name );
790 if ( !face->root.style_name && !ignore_preferred_subfamily )
791 GET_NAME( PREFERRED_SUBFAMILY, &face->root.style_name );
792 if ( !face->root.style_name )
793 GET_NAME( FONT_SUBFAMILY, &face->root.style_name );
1151 FT_FREE( face->root.style_name );
[all...]
/external/freetype/src/sfnt/
H A Dsfobjs.c1176 face->root.style_name = NULL;
1185 GET_NAME( PREFERRED_SUBFAMILY, &face->root.style_name );
1186 if ( !face->root.style_name )
1187 GET_NAME( FONT_SUBFAMILY, &face->root.style_name );
1197 GET_NAME( WWS_SUBFAMILY, &face->root.style_name );
1198 if ( !face->root.style_name && !ignore_preferred_subfamily )
1199 GET_NAME( PREFERRED_SUBFAMILY, &face->root.style_name );
1200 if ( !face->root.style_name )
1201 GET_NAME( FONT_SUBFAMILY, &face->root.style_name );
1563 FT_FREE( face->root.style_name );
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
H A Dsfobjs.c770 face->root.style_name = NULL;
779 GET_NAME( PREFERRED_SUBFAMILY, &face->root.style_name );
780 if ( !face->root.style_name )
781 GET_NAME( FONT_SUBFAMILY, &face->root.style_name );
791 GET_NAME( WWS_SUBFAMILY, &face->root.style_name );
792 if ( !face->root.style_name && !ignore_preferred_subfamily )
793 GET_NAME( PREFERRED_SUBFAMILY, &face->root.style_name );
794 if ( !face->root.style_name )
795 GET_NAME( FONT_SUBFAMILY, &face->root.style_name );
1153 FT_FREE( face->root.style_name );
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
H A Dcidobjs.c247 cidface->style_name = 0;
371 cidface->style_name = (char *)"Regular";
396 cidface->style_name = full;
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttsubpix.c909 FT_String* style = face->root.style_name;
913 if ( !face->root.style_name )
H A Dttgload.c928 FT_String* style = face->root.style_name;
H A Dttinterp.c4646 CUR.face->root.style_name ));
8256 CUR.face->root.style_name ));
/external/freetype/src/truetype/
H A Dttsubpix.c909 FT_String* style = face->root.style_name;
913 if ( !face->root.style_name )
H A Dttgload.c926 FT_String* style = face->root.style_name;
H A Dttinterp.c4757 CUR.face->root.style_name ));
8360 CUR.face->root.style_name ));
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttsubpix.c909 FT_String* style = face->root.style_name;
913 if ( !face->root.style_name )
H A Dttgload.c933 FT_String* style = face->root.style_name;
H A Dttinterp.c4646 CUR.face->root.style_name ));
8260 CUR.face->root.style_name ));
/external/chromium_org/third_party/freetype/src/pfr/
H A Dpfrload.c673 FT_FREE( phy_font->style_name );
824 &phy_font->style_name );
/external/freetype/src/pfr/
H A Dpfrload.c673 FT_FREE( phy_font->style_name );
823 &phy_font->style_name );
/external/pdfium/core/include/fxge/
H A Dfx_freetype.h83 #define FXFT_Get_Face_Style_Name(face) ((FT_Face)face)->style_name
/external/chromium_org/third_party/freetype/include/freetype/
H A Dfreetype.h820 /* style_name :: The face's style name. This is an ASCII */
930 FT_String* style_name; member in struct:FT_FaceRec_
/external/freetype/include/
H A Dfreetype.h859 /* style_name :: The face's style name. This is an ASCII */
969 FT_String* style_name; member in struct:FT_FaceRec_
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dfreetype.h822 /* style_name :: The face's style name. This is an ASCII */
932 FT_String* style_name; member in struct:FT_FaceRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dfreetype.h822 /* style_name :: The face's style name. This is an ASCII */
932 FT_String* style_name; member in struct:FT_FaceRec_

Completed in 310 milliseconds