Home
last modified time | relevance | path

Searched refs:FT_MSB (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/freetype/include/internal/
A Dftcalc.h143 FT_MSB( FT_UInt32 z );
/AliOS-Things-master/components/freetype/src/base/
A Dftbbox.c279 shift = 27 - FT_MSB( FT_ABS( p2 ) | FT_ABS( p3 ) ); in BBox_Cubic_Check()
A Dfttrigon.c124 shift = FT_MSB( FT_ABS( x ) | FT_ABS( y ) ); in ft_trig_prenorm()
A Dftoutln.c1048 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()
A Dftcalc.c104 FT_MSB( FT_UInt32 z ) in FT_MSB() function

Completed in 167 milliseconds