Home
last modified time | relevance | path

Searched refs:ft_strcmp (Results 1 – 21 of 21) sorted by relevance

/AliOS-Things-master/components/freetype/src/autofit/
A Dafmodule.c91 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 Dcffdrivr.c297 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 Dcffobjs.c886 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 Dftstdlib.h85 #define ft_strcmp strcmp macro
/AliOS-Things-master/components/freetype/src/pcf/
A Dpcfdrivr.c379 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 Dpcfread.c385 if ( !ft_strcmp( properties[i].name, prop ) ) in pcf_find_property()
/AliOS-Things-master/components/freetype/src/truetype/
A Dttdriver.c70 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 Dcidobjs.c417 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 Dt42drivr.c83 if ( glyph_name[0] == gname[0] && !ft_strcmp( glyph_name, gname ) ) in t42_get_name_index()
A Dt42objs.c122 if ( ft_strcmp( (const char*)char_name, in T42_Open_Face()
130 if ( ft_strcmp( (const char*)".notdef", in T42_Open_Face()
A Dt42parse.c880 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 Dt1load.c339 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 Dt1objs.c453 if ( !ft_strcmp( info->weight, "Bold" ) || in T1_Face_Init()
454 !ft_strcmp( info->weight, "Black" ) ) in T1_Face_Init()
A Dt1driver.c80 if ( !ft_strcmp( glyph_name, gname ) ) in t1_get_name_index()
/AliOS-Things-master/components/freetype/src/bdf/
A Dbdfdrivr.c544 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 Dbdflib.c240 if ( kp[0] == key[0] && ft_strcmp( kp, key ) == 0 ) in hash_bucket()
/AliOS-Things-master/components/freetype/src/psaux/
A Dt1cmap.c86 ft_strcmp( gname, glyph_name ) == 0 ) in t1_cmap_std_char_index()
A Dt1decode.c152 ft_strcmp( name, glyph_name ) == 0 ) in t1_lookup_glyph_by_stdcharcode()
/AliOS-Things-master/components/freetype/src/sfnt/
A Dsfdriver.c198 if ( !ft_strcmp( glyph_name, gname ) ) in sfnt_get_name_index()
/AliOS-Things-master/components/freetype/src/psnames/
A Dpsmodule.c262 if ( ft_strcmp( ft_extra_glyph_names + in ps_check_extra_glyph_name()
/AliOS-Things-master/components/freetype/src/base/
A Dftobjs.c83 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()

Completed in 40 milliseconds