Searched refs:ft_strtol (Results 1 – 10 of 10) sorted by relevance
/external/freetype/src/base/ |
D | ftpsprop.c | 70 dp[i] = (FT_Int)ft_strtol( s, &ep, 10 ); in ps_property_set() 77 dp[7] = (FT_Int)ft_strtol( s, &ep, 10 ); in ps_property_set() 178 long nsd = ft_strtol( s, NULL, 10 ); in ps_property_set() 209 random_seed = (FT_Int32)ft_strtol( s, NULL, 10 ); in ps_property_set()
|
D | ftdbgmem.c | 847 FT_Long total_max = ft_strtol( p, NULL, 10 ); in ft_mem_debug_init() 860 FT_Long total_count = ft_strtol( p, NULL, 10 ); in ft_mem_debug_init() 873 FT_Long keep_alive = ft_strtol( p, NULL, 10 ); in ft_mem_debug_init()
|
/external/freetype/src/autofit/ |
D | afmodule.c | 200 long w = ft_strtol( s, NULL, 10 ); in af_property_set() 241 dp[i] = (FT_Int)ft_strtol( s, &ep, 10 ); in af_property_set() 248 dp[7] = (FT_Int)ft_strtol( s, &ep, 10 ); in af_property_set() 290 long nsd = ft_strtol( s, NULL, 10 ); in af_property_set()
|
/external/freetype/include/freetype/config/ |
D | ftstdlib.h | 145 #define ft_strtol strtol macro
|
/external/freetype/src/type42/ |
D | t42drivr.c | 84 return (FT_UInt)ft_strtol( (const char *)face->type1.charstrings[i], in t42_get_name_index()
|
D | t42objs.c | 654 glyph_index = (FT_UInt)ft_strtol( in T42_GlyphSlot_Load()
|
/external/freetype/src/cid/ |
D | cidparse.c | 215 FT_Long tmp = ft_strtol( (const char *)arg2, NULL, 10 ); in cid_parser_new()
|
/external/freetype/src/truetype/ |
D | ttdriver.c | 85 interpreter_version = (FT_UInt)ft_strtol( s, NULL, 10 ); in tt_property_set()
|
/external/freetype/src/pcf/ |
D | pcfdrivr.c | 675 long lfn = ft_strtol( s, NULL, 10 ); in pcf_property_set()
|
/external/freetype/ |
D | ChangeLog.26 | 73 (ft_strtol): ... this.
|