Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/base/
A Dftoutln.c1031 FT_Int xshift, yshift; in FT_Outline_Get_Orientation() local
1048 xshift = FT_MSB( FT_ABS( cbox.xMax ) | FT_ABS( cbox.xMin ) ) - 14; in FT_Outline_Get_Orientation()
1049 xshift = FT_MAX( xshift, 0 ); in FT_Outline_Get_Orientation()
1068 ( ( v_cur.x + v_prev.x ) >> xshift ); in FT_Outline_Get_Orientation()

Completed in 10 milliseconds