Searched refs:FT_MSB (Results 1 – 5 of 5) sorted by relevance
143 FT_MSB( FT_UInt32 z );
279 shift = 27 - FT_MSB( FT_ABS( p2 ) | FT_ABS( p3 ) ); in BBox_Cubic_Check()
124 shift = FT_MSB( FT_ABS( x ) | FT_ABS( y ) ); in ft_trig_prenorm()
1048 xshift = FT_MSB( FT_ABS( cbox.xMax ) | FT_ABS( cbox.xMin ) ) - 14; in FT_Outline_Get_Orientation()1051 yshift = FT_MSB( cbox.yMax - cbox.yMin ) - 14; in FT_Outline_Get_Orientation()
104 FT_MSB( FT_UInt32 z ) in FT_MSB() function
Completed in 167 milliseconds