Searched refs:cff_parse_real (Results 1 – 1 of 1) sorted by relevance
/external/freetype/src/cff/ |
D | cffparse.c | 131 cff_parse_real( FT_Byte* start, in cff_parse_real() function 376 return **d == 30 ? ( cff_parse_real( d[0], d[1], 0, NULL ) >> 16 ) in cff_parse_num() 385 return **d == 30 ? cff_parse_real( d[0], d[1], 0, NULL ) in cff_parse_fixed() 396 return **d == 30 ? cff_parse_real( d[0], d[1], scaling, NULL ) in cff_parse_fixed_scaled() 412 return cff_parse_real( d[0], d[1], 0, scaling ); in cff_parse_fixed_dynamic()
|