Searched refs:INT_TO_F26DOT6 (Results 1 – 3 of 3) sorted by relevance
446 #define INT_TO_F26DOT6( x ) ( (FT_Long)(x) * 64 ) /* << 6 */ macro
3760 unrounded[i].x = INT_TO_F26DOT6( outline->points[i].x ); in TT_Vary_Apply_Glyph_Deltas()3761 unrounded[i].y = INT_TO_F26DOT6( outline->points[i].y ); in TT_Vary_Apply_Glyph_Deltas()
812 * include/freetype/internal/ftcalc.h (INT_TO_F26DOT6,