HomeSort by relevance Sort by last modified time
    Searched refs:style_name (Results 1 - 4 of 4) sorted by null

  /external/freetype/src/cff/
cffobjs.c 436 const FT_String* style_name )
442 style_name_length = strlen( style_name );
452 style_name[style_name_length - idx] )
458 /* family_name ends with style_name; remove it */
739 char* style_name = NULL; local
827 style_name = cff_strcpy( memory, fullp );
830 remove_style( cffface->family_name, style_name );
848 if ( style_name )
849 cffface->style_name = style_name;
    [all...]
  /external/freetype/src/sfnt/
sfobjs.c 759 face->root.style_name = NULL;
768 GET_NAME( PREFERRED_SUBFAMILY, &face->root.style_name );
769 if ( !face->root.style_name )
770 GET_NAME( FONT_SUBFAMILY, &face->root.style_name );
780 GET_NAME( WWS_SUBFAMILY, &face->root.style_name );
781 if ( !face->root.style_name && !ignore_preferred_subfamily )
782 GET_NAME( PREFERRED_SUBFAMILY, &face->root.style_name );
783 if ( !face->root.style_name )
784 GET_NAME( FONT_SUBFAMILY, &face->root.style_name );
    [all...]
  /external/freetype/src/pfr/
pfrload.c 673 FT_FREE( phy_font->style_name );
824 &phy_font->style_name );
  /external/freetype/include/freetype/
freetype.h 923 FT_String* style_name; member in struct:FT_FaceRec_
    [all...]

Completed in 166 milliseconds