Searched refs:FT_fixedToInt (Results 1 – 2 of 2) sorted by relevance
77 #define FT_fixedToInt( x ) \ macro948 return FT_fixedToInt( netAdjustment ); in ft_var_get_item_delta()3386 face->cvt[i] += FT_fixedToInt( cvt_deltas[i] ); in tt_face_vary_cvt()4018 outline->points[i].x += FT_fixedToInt( point_deltas_x[i] ); in TT_Vary_Apply_Glyph_Deltas()4019 outline->points[i].y += FT_fixedToInt( point_deltas_y[i] ); in TT_Vary_Apply_Glyph_Deltas()
659 FT_intToFixed, FT_fixedToInt): New macros.