Searched refs:SCALED (Results 1 – 12 of 12) sorted by relevance
47 #undef SCALED in FT_Outline_Decompose()48 #define SCALED( x ) ( (x) * ( 1L << shift ) - delta ) in FT_Outline_Decompose() macro91 v_start.x = SCALED( v_start.x ); in FT_Outline_Decompose()92 v_start.y = SCALED( v_start.y ); in FT_Outline_Decompose()95 v_last.x = SCALED( v_last.x ); in FT_Outline_Decompose()96 v_last.y = SCALED( v_last.y ); in FT_Outline_Decompose()151 vec.x = SCALED( point->x ); in FT_Outline_Decompose()152 vec.y = SCALED( point->y ); in FT_Outline_Decompose()163 v_control.x = SCALED( point->x ); in FT_Outline_Decompose()164 v_control.y = SCALED( point->y ); in FT_Outline_Decompose()[all …]
1652 #undef SCALED in FT_Outline_Decompose()1653 #define SCALED( x ) ( (x) * ( 1L << shift ) - delta ) in FT_Outline_Decompose() macro1696 v_start.x = SCALED( v_start.x ); in FT_Outline_Decompose()1697 v_start.y = SCALED( v_start.y ); in FT_Outline_Decompose()1700 v_last.x = SCALED( v_last.x ); in FT_Outline_Decompose()1701 v_last.y = SCALED( v_last.y ); in FT_Outline_Decompose()1756 vec.x = SCALED( point->x ); in FT_Outline_Decompose()1757 vec.y = SCALED( point->y ); in FT_Outline_Decompose()1768 v_control.x = SCALED( point->x ); in FT_Outline_Decompose()1769 v_control.y = SCALED( point->y ); in FT_Outline_Decompose()[all …]
428 #undef SCALED436 #define SCALED( x ) ( (x) * ras.precision_scale - ras.precision_half ) macro1764 v_start.x = SCALED( points[first].x ); in Decompose_Curve()1765 v_start.y = SCALED( points[first].y ); in Decompose_Curve()1766 v_last.x = SCALED( points[last].x ); in Decompose_Curve()1767 v_last.y = SCALED( points[last].y ); in Decompose_Curve()1831 x = SCALED( point->x ); in Decompose_Curve()1832 y = SCALED( point->y ); in Decompose_Curve()1842 v_control.x = SCALED( point[0].x ); in Decompose_Curve()1843 v_control.y = SCALED( point[0].y ); in Decompose_Curve()[all …]
391 #define SCALED 0 macro404 #undef SCALED554 #define SCALED 1 macro567 #undef SCALED
56 #if SCALED == 0 in FN()208 #if SCALED == 0 in FN()
5056 * src/base/ftoutln.c (SCALED): Updated.5057 * src/smooth/ftgrays.c (SCALED): Ditto.7262 * src/raster/ftraster.c (black_TWorker, SCALED, Set_High_Precision):
3766 * src/base/ftoutln.c (SCALED): Correctly handle left-shift of3778 * src/raster/ftraster.c (SCALED): Correctly handle left-shift of
68 (SCALED): Add proper cast.2598 CEILING, TRUNC, and SCALED before defining it.
9518 SCALED
624 - panfrost: Drop the R and T flags on SCALED formats
440 - panfrost: Fill in SCALED formats to format table
3861 - ac,radeonsi: report SCALED formats as unsupported by samplers and color buffers