Searched defs:SCALED (Results 1 – 5 of 5) sorted by relevance
37 SCALED = 'scaled' variable
56 #define SCALED( x ) ( ( (x) < 0 ? -( -(x) << shift ) \ in FT_Outline_Decompose() macro
127 SCALED = 1; enumerator
1374 #define SCALED( x ) ( ( (x) << shift ) - delta ) in FT_Outline_Decompose() macro
456 #define SCALED( x ) ( (x) * ras.precision_scale - ras.precision_half ) macro