Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/freetype/src/base/
Dftpsprop.c51 if ( !ft_strcmp( property_name, "darkening-parameters" ) ) in ps_property_set()
114 else if ( !ft_strcmp( property_name, "hinting-engine" ) ) in ps_property_set()
128 if ( !ft_strcmp( s, "adobe" ) ) in ps_property_set()
132 else if ( !ft_strcmp( module_name, "cff" ) && in ps_property_set()
133 !ft_strcmp( s, "freetype" ) ) in ps_property_set()
138 else if ( ( !ft_strcmp( module_name, "type1" ) || in ps_property_set()
139 !ft_strcmp( module_name, "t1cid" ) ) && in ps_property_set()
140 !ft_strcmp( s, "freetype" ) ) in ps_property_set()
156 !ft_strcmp( module_name, "cff" ) ) in ps_property_set()
160 ( !ft_strcmp( module_name, "type1" ) || in ps_property_set()
[all …]
Dfthash.c86 ft_strcmp( a->str, b->str ) == 0 ) in hash_str_compare()
Dftobjs.c124 if ( ft_strcmp( desc->serv_id, service_id ) == 0 ) in ft_service_list_lookup()
2552 ft_strcmp( cur[0]->clazz->module_name, "truetype" ) == 0 && in ft_open_face_internal()
4967 if ( ft_strcmp( module->clazz->module_name, clazz->module_name ) == 0 ) in FT_Add_Module()
5069 if ( ft_strcmp( cur[0]->clazz->module_name, module_name ) == 0 ) in FT_Get_Module()
5217 if ( !ft_strcmp( cur[0]->clazz->module_name, module_name ) ) in ft_property_do()
5472 ft_strcmp( module_name, driver_name[m] ) != 0 ) in FT_Done_Library()
/third_party/skia/third_party/externals/freetype/src/autofit/
Dafmodule.c120 if ( !ft_strcmp( property_name, "fallback-script" ) ) in af_property_set()
158 else if ( !ft_strcmp( property_name, "default-script" ) ) in af_property_set()
174 else if ( !ft_strcmp( property_name, "increase-x-height" ) ) in af_property_set()
193 else if ( !ft_strcmp( property_name, "darkening-parameters" ) ) in af_property_set()
255 else if ( !ft_strcmp( property_name, "no-stem-darkening" ) ) in af_property_set()
298 if ( !ft_strcmp( property_name, "glyph-to-script-map" ) ) in af_property_get()
310 else if ( !ft_strcmp( property_name, "fallback-script" ) ) in af_property_get()
321 else if ( !ft_strcmp( property_name, "default-script" ) ) in af_property_get()
330 else if ( !ft_strcmp( property_name, "increase-x-height" ) ) in af_property_get()
342 else if ( !ft_strcmp( property_name, "darkening-parameters" ) ) in af_property_get()
[all …]
/third_party/skia/third_party/externals/freetype/src/truetype/
Dttsubpix.c755 if ( ft_strcmp( detected_font_name, rule_font_name ) == 0 ) in is_member_of_family_class()
759 if ( ft_strcmp( rule_font_name, "" ) == 0 ) in is_member_of_family_class()
765 if ( ft_strcmp( FAMILY_CLASS_Rules[i].name, rule_font_name ) == 0 ) in is_member_of_family_class()
769 if ( ft_strcmp( FAMILY_CLASS_Rules[i].member[j], "" ) == 0 ) in is_member_of_family_class()
771 if ( ft_strcmp( FAMILY_CLASS_Rules[i].member[j], in is_member_of_family_class()
790 if ( ft_strcmp( detected_font_style, rule_font_style ) == 0 ) in is_member_of_style_class()
794 if ( ft_strcmp( rule_font_style, "" ) == 0 ) in is_member_of_style_class()
800 if ( ft_strcmp( STYLE_CLASS_Rules[i].name, rule_font_style ) == 0 ) in is_member_of_style_class()
804 if ( ft_strcmp( STYLE_CLASS_Rules[i].member[j], "" ) == 0 ) in is_member_of_style_class()
806 if ( ft_strcmp( STYLE_CLASS_Rules[i].member[j], in is_member_of_style_class()
Dttdriver.c74 if ( !ft_strcmp( property_name, "interpreter-version" ) ) in tt_property_set()
128 if ( !ft_strcmp( property_name, "interpreter-version" ) ) in tt_property_get()
/third_party/skia/third_party/externals/freetype/src/sdf/
Dftsdfrend.c69 if ( ft_strcmp( property_name, "spread" ) == 0 ) in sdf_property_set()
91 else if ( ft_strcmp( property_name, "flip_sign" ) == 0 ) in sdf_property_set()
101 else if ( ft_strcmp( property_name, "flip_y" ) == 0 ) in sdf_property_set()
111 else if ( ft_strcmp( property_name, "overlaps" ) == 0 ) in sdf_property_set()
143 if ( ft_strcmp( property_name, "spread" ) == 0 ) in sdf_property_get()
151 else if ( ft_strcmp( property_name, "flip_sign" ) == 0 ) in sdf_property_get()
159 else if ( ft_strcmp( property_name, "flip_y" ) == 0 ) in sdf_property_get()
167 else if ( ft_strcmp( property_name, "overlaps" ) == 0 ) in sdf_property_get()
/third_party/skia/third_party/externals/freetype/src/pcf/
Dpcfdrivr.c368 if ( !ft_strcmp( s, "10646" ) || in PCF_Face_Init()
369 ( !ft_strcmp( s, "8859" ) && in PCF_Face_Init()
370 !ft_strcmp( face->charset_encoding, "1" ) ) ) in PCF_Face_Init()
373 else if ( !ft_strcmp( s, "646.1991" ) && in PCF_Face_Init()
374 !ft_strcmp( face->charset_encoding, "IRV" ) ) in PCF_Face_Init()
669 if ( !ft_strcmp( property_name, "no-long-family-names" ) ) in pcf_property_set()
725 if ( !ft_strcmp( property_name, "no-long-family-names" ) ) in pcf_property_get()
Dpcfread.c467 if ( !ft_strcmp( properties[i].name, prop ) ) in pcf_find_property()
/third_party/skia/third_party/externals/freetype/src/bdf/
Dbdfdrivr.c664 if ( !ft_strcmp( s, "10646" ) || in BDF_Face_Init()
665 ( !ft_strcmp( s, "8859" ) && in BDF_Face_Init()
666 !ft_strcmp( face->charset_encoding, "1" ) ) ) in BDF_Face_Init()
669 else if ( !ft_strcmp( s, "646.1991" ) && in BDF_Face_Init()
670 !ft_strcmp( face->charset_encoding, "IRV" ) ) in BDF_Face_Init()
/third_party/skia/third_party/externals/freetype/include/freetype/config/
Dftstdlib.h96 #define ft_strcmp strcmp macro
/third_party/skia/third_party/externals/freetype/src/cid/
Dcidobjs.c429 if ( !ft_strcmp( info->weight, "Bold" ) || in cid_face_init()
430 !ft_strcmp( info->weight, "Black" ) ) in cid_face_init()
/third_party/skia/third_party/externals/freetype/src/type42/
Dt42drivr.c83 if ( glyph_name[0] == gname[0] && !ft_strcmp( glyph_name, gname ) ) in t42_get_name_index()
Dt42objs.c129 if ( ft_strcmp( char_name, glyph_name ) == 0 ) in T42_Open_Face()
136 if ( ft_strcmp( ".notdef", glyph_name ) != 0 ) in T42_Open_Face()
Dt42parse.c993 ft_strcmp( ".notdef", in t42_parse_charstrings()
1039 if ( ft_strcmp( ".notdef", (const char*)name_table->elements[0] ) ) in t42_parse_charstrings()
/third_party/skia/third_party/externals/freetype/src/type1/
Dt1load.c352 if ( ft_strcmp( mmvar->axis[i].name, "Weight" ) == 0 ) in T1_Get_MM_Var()
354 else if ( ft_strcmp( mmvar->axis[i].name, "Width" ) == 0 ) in T1_Get_MM_Var()
356 else if ( ft_strcmp( mmvar->axis[i].name, "OpticalSize" ) == 0 ) in T1_Get_MM_Var()
2061 ft_strcmp( ".notdef", in parse_charstrings()
2109 ft_strcmp( ".notdef", (const char*)name_table->elements[0] ) ) in parse_charstrings()
2437 ft_strcmp( (const char*)name, "CharStrings" ) == 0 ) in parse_dict()
2699 if ( ft_strcmp( char_name, glyph_name ) == 0 ) in T1_Open_Face()
2706 if ( ft_strcmp( ".notdef", glyph_name ) != 0 ) in T1_Open_Face()
Dt1objs.c464 if ( !ft_strcmp( info->weight, "Bold" ) || in T1_Face_Init()
465 !ft_strcmp( info->weight, "Black" ) ) in T1_Face_Init()
Dt1driver.c83 if ( !ft_strcmp( glyph_name, gname ) ) in t1_get_name_index()
/third_party/skia/third_party/externals/freetype/src/psaux/
Dt1cmap.c86 ft_strcmp( gname, glyph_name ) == 0 ) in t1_cmap_std_char_index()
Dt1decode.c157 ft_strcmp( name, glyph_name ) == 0 ) in t1_lookup_glyph_by_stdcharcode_ps()
210 ft_strcmp( name, glyph_name ) == 0 ) in t1_lookup_glyph_by_stdcharcode()
/third_party/skia/third_party/externals/freetype/src/psnames/
Dpsmodule.c275 if ( ft_strcmp( ft_extra_glyph_names + in ps_check_extra_glyph_name()
/third_party/skia/third_party/externals/freetype/src/cff/
Dcffobjs.c1022 if ( !ft_strcmp( weight, "Bold" ) || in cff_face_init()
1023 !ft_strcmp( weight, "Black" ) ) in cff_face_init()
Dcffdrivr.c438 if ( !ft_strcmp( glyph_name, name ) ) in cff_get_name_index()
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dsfdriver.c209 if ( !ft_strcmp( glyph_name, gname ) ) in sfnt_get_name_index()
/third_party/skia/third_party/externals/freetype/builds/mac/
Dftmac.c253 if ( ft_strcmp( fullName, fontName ) == 0 ) in FT_GetFile_From_Mac_Name()

12