Home
last modified time | relevance | path

Searched refs:SCALED (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/base/
H A Dftoutln.c47 #undef SCALED in FT_EXPORT_DEF() macro
48 #define SCALED( x ) ( (x) * ( 1L << shift ) - delta ) in FT_EXPORT_DEF() macro
91 v_start.x = SCALED( v_start.x ); in FT_EXPORT_DEF()
92 v_start.y = SCALED( v_start.y ); in FT_EXPORT_DEF()
95 v_last.x = SCALED( v_last.x ); in FT_EXPORT_DEF()
96 v_last.y = SCALED( v_last.y ); in FT_EXPORT_DEF()
151 vec.x = SCALED( point->x ); in FT_EXPORT_DEF()
152 vec.y = SCALED( point->y ); in FT_EXPORT_DEF()
163 v_control.x = SCALED( point->x ); in FT_EXPORT_DEF()
164 v_control.y = SCALED( poin in FT_EXPORT_DEF()
[all...]
/third_party/skia/third_party/externals/freetype/src/raster/
H A Dftraster.c428 #undef SCALED macro
436 #define SCALED( x ) ( (x) * ras.precision_scale - ras.precision_half ) macro
1764 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( poin in Decompose_Curve()
[all...]
/third_party/skia/third_party/externals/freetype/src/smooth/
H A Dftgrays.c1652 #undef SCALED in FT_Outline_Decompose() macro
1653 #define SCALED( x ) ( (x) * ( 1L << shift ) - delta ) in FT_Outline_Decompose() macro
1696 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( poin in FT_Outline_Decompose()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dvp9recon.c391 #define SCALED 0 macro
404 #undef SCALED macro
554 #define SCALED 1 macro
567 #undef SCALED macro
H A Dvp9_mc_template.c56 #if SCALED == 0 in inter_pred()
208 #if SCALED == 0 in inter_pred()

Completed in 11 milliseconds