Searched refs:FT_MSB (Results 1 – 11 of 11) sorted by relevance
367 #define FT_MSB( x ) ( 31 - __builtin_clz( x ) ) macro371 #define FT_MSB( x ) ( 31 - __builtin_clzl( x ) ) macro394 #define FT_MSB( x ) ( FT_MSB_i386( x ) ) macro403 #ifndef FT_MSB406 FT_MSB( FT_UInt32 z );
155 logBase2 = FT_MSB( (FT_UInt32)stemWidthPer1000 ) + in cf2_computeDarkening()156 FT_MSB( (FT_UInt32)ppem ); in cf2_computeDarkening()
110 #ifndef FT_MSB113 FT_MSB( FT_UInt32 z ) in FT_MSB() function327 i = 31 - FT_MSB( hi ); in ft_div64by32()881 shift = 31 - FT_MSB( l ); in FT_Vector_NormLen()
285 shift = 27 - FT_MSB( (FT_UInt32)( FT_ABS( q1 ) | in cubic_peak()
142 shift = FT_MSB( (FT_UInt32)( FT_ABS( x ) | FT_ABS( y ) ) ); in ft_trig_prenorm()
1068 xshift = FT_MSB( (FT_UInt32)( FT_ABS( cbox.xMax ) | in FT_Outline_Get_Orientation()1072 yshift = FT_MSB( (FT_UInt32)( cbox.yMax - cbox.yMin ) ) - 14; in FT_Outline_Get_Orientation()
643 log_base_2 = FT_MSB( (FT_UInt32)stem_width_per_1000 ) + in af_loader_compute_darkening()644 FT_MSB( (FT_UInt32)ppem ); in af_loader_compute_darkening()
521 FT_UInt power = 1 << FT_MSB( count ); in pfr_face_get_kerning()
472 * src/cff/cf2font.c: Include `ftcalc.h' to use FT_MSB(),1284 [base] Use more common `FT_MSB' implementation with masks.1286 * src/base/ftcalc.c (FT_MSB): Updated.1424 Turn FT_MSB into a macro when using gcc builtins.1430 [base] Avoid undefined FT_MSB in `BBox_Cubic_Check'.1438 [base] Handle collapsed outlines to avoid undefined FT_MSB.1477 * src/pfr/pfrobjs.c (pfr_face_get_kerning): Use `FT_MSB' instead of1485 * src/base/ftcalc.c (FT_MSB): Utilize gcc builtins.2232 src/base/ftcalc.c (FT_MSB), src/base/ftoutln.c
2083 * include/freetype/internal/ftcalc.h (FT_MSB) [_MSC_VER]: Explicitly4772 * include/freetype/internal/ftcalc.h (FT_MSB): Verified `_MSC_VER'.4778 * include/freetype/internal/ftcalc.h (FT_MSB): Use `_MSC_VER' value.4791 * include/freetype/internal/ftcalc.h (FT_MSB) [_MSC_VER]: Do it.4916 * include/freetype/internal/ftcalc.h (FT_MSB) [_MSC_VER]: Implement
548 * src/base/ftbbox.c (BBox_Cubic_Check): Use FT_MSB function in724 * include/freetype/internal/ftcalc.h (FT_MSB): Declare here.725 * src/base/ftcalc.c (FT_MSB): Define here.