Searched refs:yshift (Results 1 – 1 of 1) sorted by relevance
1031 FT_Int xshift, yshift; in FT_Outline_Get_Orientation() local1051 yshift = FT_MSB( cbox.yMax - cbox.yMin ) - 14; in FT_Outline_Get_Orientation()1052 yshift = FT_MAX( yshift, 0 ); in FT_Outline_Get_Orientation()1067 area += ( ( v_cur.y - v_prev.y ) >> yshift ) * in FT_Outline_Get_Orientation()
Completed in 5 milliseconds