/AliOS-Things-master/components/freetype/src/autofit/ |
A D | afmodule.c | 91 if ( !ft_strcmp( property_name, "fallback-script" ) ) in af_property_set() 123 else if ( !ft_strcmp( property_name, "default-script" ) ) in af_property_set() 132 else if ( !ft_strcmp( property_name, "increase-x-height" ) ) in af_property_set() 162 if ( !ft_strcmp( property_name, "glyph-to-script-map" ) ) in af_property_get() 174 else if ( !ft_strcmp( property_name, "fallback-script" ) ) in af_property_get() 185 else if ( !ft_strcmp( property_name, "default-script" ) ) in af_property_get() 194 else if ( !ft_strcmp( property_name, "increase-x-height" ) ) in af_property_get()
|
/AliOS-Things-master/components/freetype/src/cff/ |
A D | cffdrivr.c | 297 if ( !ft_strcmp( glyph_name, name ) ) in cff_get_name_index() 591 if ( !ft_strcmp( property_name, "darkening-parameters" ) ) in cff_property_set() 622 else if ( !ft_strcmp( property_name, "hinting-engine" ) ) in cff_property_set() 636 else if ( !ft_strcmp( property_name, "no-stem-darkening" ) ) in cff_property_set() 661 if ( !ft_strcmp( property_name, "darkening-parameters" ) ) in cff_property_get() 678 else if ( !ft_strcmp( property_name, "hinting-engine" ) ) in cff_property_get() 688 else if ( !ft_strcmp( property_name, "no-stem-darkening" ) ) in cff_property_get()
|
A D | cffobjs.c | 886 if ( !ft_strcmp( weight, "Bold" ) || in cff_face_init() 887 !ft_strcmp( weight, "Black" ) ) in cff_face_init()
|
/AliOS-Things-master/components/freetype/include/config/ |
A D | ftstdlib.h | 85 #define ft_strcmp strcmp macro
|
/AliOS-Things-master/components/freetype/src/pcf/ |
A D | pcfdrivr.c | 379 if ( !ft_strcmp( s, "10646" ) || in PCF_Face_Init() 380 ( !ft_strcmp( s, "8859" ) && in PCF_Face_Init() 381 !ft_strcmp( face->charset_encoding, "1" ) ) ) in PCF_Face_Init()
|
A D | pcfread.c | 385 if ( !ft_strcmp( properties[i].name, prop ) ) in pcf_find_property()
|
/AliOS-Things-master/components/freetype/src/truetype/ |
A D | ttdriver.c | 70 if ( !ft_strcmp( property_name, "interpreter-version" ) ) in tt_property_set() 102 if ( !ft_strcmp( property_name, "interpreter-version" ) ) in tt_property_get()
|
/AliOS-Things-master/components/freetype/src/cid/ |
A D | cidobjs.c | 417 if ( !ft_strcmp( info->weight, "Bold" ) || in cid_face_init() 418 !ft_strcmp( info->weight, "Black" ) ) in cid_face_init()
|
/AliOS-Things-master/components/freetype/src/type42/ |
A D | t42drivr.c | 83 if ( glyph_name[0] == gname[0] && !ft_strcmp( glyph_name, gname ) ) in t42_get_name_index()
|
A D | t42objs.c | 122 if ( ft_strcmp( (const char*)char_name, in T42_Open_Face() 130 if ( ft_strcmp( (const char*)".notdef", in T42_Open_Face()
|
A D | t42parse.c | 880 ft_strcmp( ".notdef", in t42_parse_charstrings() 923 if ( ft_strcmp( (const char*)".notdef", in t42_parse_charstrings()
|
/AliOS-Things-master/components/freetype/src/type1/ |
A D | t1load.c | 339 if ( ft_strcmp( mmvar->axis[i].name, "Weight" ) == 0 ) in T1_Get_MM_Var() 341 else if ( ft_strcmp( mmvar->axis[i].name, "Width" ) == 0 ) in T1_Get_MM_Var() 343 else if ( ft_strcmp( mmvar->axis[i].name, "OpticalSize" ) == 0 ) in T1_Get_MM_Var() 1634 ft_strcmp( ".notdef", in parse_charstrings() 1676 ft_strcmp( ".notdef", (const char*)name_table->elements[0] ) ) in parse_charstrings() 1999 ft_strcmp( (const char*)name, "CharStrings" ) == 0 ) in parse_dict() 2242 if ( ft_strcmp( (const char*)char_name, in T1_Open_Face() 2250 if ( ft_strcmp( (const char*)".notdef", in T1_Open_Face()
|
A D | t1objs.c | 453 if ( !ft_strcmp( info->weight, "Bold" ) || in T1_Face_Init() 454 !ft_strcmp( info->weight, "Black" ) ) in T1_Face_Init()
|
A D | t1driver.c | 80 if ( !ft_strcmp( glyph_name, gname ) ) in t1_get_name_index()
|
/AliOS-Things-master/components/freetype/src/bdf/ |
A D | bdfdrivr.c | 544 if ( !ft_strcmp( s, "10646" ) || in BDF_Face_Init() 545 ( !ft_strcmp( s, "8859" ) && in BDF_Face_Init() 546 !ft_strcmp( face->charset_encoding, "1" ) ) ) in BDF_Face_Init()
|
A D | bdflib.c | 240 if ( kp[0] == key[0] && ft_strcmp( kp, key ) == 0 ) in hash_bucket()
|
/AliOS-Things-master/components/freetype/src/psaux/ |
A D | t1cmap.c | 86 ft_strcmp( gname, glyph_name ) == 0 ) in t1_cmap_std_char_index()
|
A D | t1decode.c | 152 ft_strcmp( name, glyph_name ) == 0 ) in t1_lookup_glyph_by_stdcharcode()
|
/AliOS-Things-master/components/freetype/src/sfnt/ |
A D | sfdriver.c | 198 if ( !ft_strcmp( glyph_name, gname ) ) in sfnt_get_name_index()
|
/AliOS-Things-master/components/freetype/src/psnames/ |
A D | psmodule.c | 262 if ( ft_strcmp( ft_extra_glyph_names + in ps_check_extra_glyph_name()
|
/AliOS-Things-master/components/freetype/src/base/ |
A D | ftobjs.c | 83 if ( ft_strcmp( desc->serv_id, service_id ) == 0 ) in ft_service_list_lookup() 2130 if ( ft_strcmp( cur[0]->clazz->module_name, "truetype" ) == 0 && in FT_Open_Face() 4246 if ( ft_strcmp( module->clazz->module_name, clazz->module_name ) == 0 ) in FT_Add_Module() 4364 if ( ft_strcmp( cur[0]->clazz->module_name, module_name ) == 0 ) in FT_Get_Module() 4510 if ( !ft_strcmp( cur[0]->clazz->module_name, module_name ) ) in ft_property_do() 4752 ft_strcmp( module_name, driver_name[m] ) != 0 ) in FT_Done_Library()
|