Searched refs:FT_fdot14ToFixed (Results 1 – 2 of 2) sorted by relevance
1116 #define FT_fdot14ToFixed( x ) ( (FT_Fixed)( (FT_ULong)(x) << 2 ) ) macro1203 axis->startCoord = FT_fdot14ToFixed( start14 ); in cff_vstore_load()1204 axis->peakCoord = FT_fdot14ToFixed( peak14 ); in cff_vstore_load()1205 axis->endCoord = FT_fdot14ToFixed( end14 ); in cff_vstore_load()
396 #define FT_fdot14ToFixed( x ) \ macro502 axisCoords[j].startCoord = FT_fdot14ToFixed( start ); in ft_var_load_item_variation_store()503 axisCoords[j].peakCoord = FT_fdot14ToFixed( peak ); in ft_var_load_item_variation_store()504 axisCoords[j].endCoord = FT_fdot14ToFixed( end ); in ft_var_load_item_variation_store()