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

  /external/freetype/src/base/
ftpsprop.c 52 if ( !ft_strcmp( property_name, "darkening-parameters" ) )
115 else if ( !ft_strcmp( property_name, "hinting-engine" ) )
129 if ( !ft_strcmp( s, "adobe" ) )
133 else if ( !ft_strcmp( module_name, "cff" ) &&
134 !ft_strcmp( s, "freetype" ) )
139 else if ( ( !ft_strcmp( module_name, "type1" ) ||
140 !ft_strcmp( module_name, "t1cid" ) ) &&
141 !ft_strcmp( s, "freetype" ) )
157 !ft_strcmp( module_name, "cff" ) )
161 ( !ft_strcmp( module_name, "type1" ) |
    [all...]
fthash.c 87 ft_strcmp( a->str, b->str ) == 0 )
ftobjs.c 121 if ( ft_strcmp( desc->serv_id, service_id ) == 0 )
    [all...]
  /external/freetype/src/truetype/
ttsubpix.c 756 if ( ft_strcmp( detected_font_name, rule_font_name ) == 0 )
760 if ( ft_strcmp( rule_font_name, "" ) == 0 )
766 if ( ft_strcmp( FAMILY_CLASS_Rules[i].name, rule_font_name ) == 0 )
770 if ( ft_strcmp( FAMILY_CLASS_Rules[i].member[j], "" ) == 0 )
772 if ( ft_strcmp( FAMILY_CLASS_Rules[i].member[j],
791 if ( ft_strcmp( detected_font_style, rule_font_style ) == 0 )
795 if ( ft_strcmp( rule_font_style, "" ) == 0 )
801 if ( ft_strcmp( STYLE_CLASS_Rules[i].name, rule_font_style ) == 0 )
805 if ( ft_strcmp( STYLE_CLASS_Rules[i].member[j], "" ) == 0 )
807 if ( ft_strcmp( STYLE_CLASS_Rules[i].member[j]
    [all...]
ttdriver.c 75 if ( !ft_strcmp( property_name, "interpreter-version" ) )
129 if ( !ft_strcmp( property_name, "interpreter-version" ) )
ttgxvar.c     [all...]
  /external/freetype/src/autofit/
afmodule.c 120 if ( !ft_strcmp( property_name, "fallback-script" ) )
158 else if ( !ft_strcmp( property_name, "default-script" ) )
174 else if ( !ft_strcmp( property_name, "increase-x-height" ) )
194 else if ( !ft_strcmp( property_name, "warping" ) )
222 else if ( !ft_strcmp( property_name, "darkening-parameters" ) )
284 else if ( !ft_strcmp( property_name, "no-stem-darkening" ) )
330 if ( !ft_strcmp( property_name, "glyph-to-script-map" ) )
342 else if ( !ft_strcmp( property_name, "fallback-script" ) )
353 else if ( !ft_strcmp( property_name, "default-script" ) )
362 else if ( !ft_strcmp( property_name, "increase-x-height" )
    [all...]
  /external/freetype/include/freetype/config/
ftstdlib.h 86 #define ft_strcmp strcmp macro
  /external/freetype/src/pcf/
pcfdrivr.c 392 if ( !ft_strcmp( s, "10646" ) ||
393 ( !ft_strcmp( s, "8859" ) &&
394 !ft_strcmp( face->charset_encoding, "1" ) ) )
397 else if ( !ft_strcmp( s, "646.1991" ) &&
398 !ft_strcmp( face->charset_encoding, "IRV" ) )
692 if ( !ft_strcmp( property_name, "no-long-family-names" ) )
748 if ( !ft_strcmp( property_name, "no-long-family-names" ) )
pcfread.c 468 if ( !ft_strcmp( properties[i].name, prop ) )
    [all...]
  /external/freetype/src/type42/
t42drivr.c 83 if ( glyph_name[0] == gname[0] && !ft_strcmp( glyph_name, gname ) )
t42objs.c 128 if ( ft_strcmp( (const char*)char_name,
136 if ( ft_strcmp( (const char*)".notdef",
t42parse.c 970 ft_strcmp( ".notdef",
1016 if ( ft_strcmp( (const char*)".notdef",
    [all...]
  /external/freetype/src/cid/
cidobjs.c 424 if ( !ft_strcmp( info->weight, "Bold" ) ||
425 !ft_strcmp( info->weight, "Black" ) )
  /external/freetype/src/bdf/
bdfdrivr.c 654 if ( !ft_strcmp( s, "10646" ) ||
655 ( !ft_strcmp( s, "8859" ) &&
656 !ft_strcmp( face->charset_encoding, "1" ) ) )
659 else if ( !ft_strcmp( s, "646.1991" ) &&
660 !ft_strcmp( face->charset_encoding, "IRV" ) )
  /external/freetype/src/type1/
t1load.c 343 if ( ft_strcmp( mmvar->axis[i].name, "Weight" ) == 0 )
345 else if ( ft_strcmp( mmvar->axis[i].name, "Width" ) == 0 )
347 else if ( ft_strcmp( mmvar->axis[i].name, "OpticalSize" ) == 0 )
    [all...]
t1objs.c 461 if ( !ft_strcmp( info->weight, "Bold" ) ||
462 !ft_strcmp( info->weight, "Black" ) )
t1driver.c 84 if ( !ft_strcmp( glyph_name, gname ) )
  /external/freetype/src/psaux/
t1cmap.c 86 ft_strcmp( gname, glyph_name ) == 0 )
t1decode.c 155 ft_strcmp( name, glyph_name ) == 0 )
208 ft_strcmp( name, glyph_name ) == 0 )
    [all...]
  /external/freetype/src/psnames/
psmodule.c 277 if ( ft_strcmp( ft_extra_glyph_names +
  /external/freetype/src/cff/
cffobjs.c 1006 if ( !ft_strcmp( weight, "Bold" ) ||
1007 !ft_strcmp( weight, "Black" ) )
    [all...]
cffdrivr.c 439 if ( !ft_strcmp( glyph_name, name ) )
    [all...]
  /external/freetype/builds/mac/
ftmac.c 254 if ( ft_strcmp( fullName, fontName ) == 0 )
    [all...]
  /external/freetype/src/sfnt/
sfdriver.c 210 if ( !ft_strcmp( glyph_name, gname ) )
    [all...]

Completed in 325 milliseconds