Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/include/
A Dfttypes.h260 typedef signed short FT_F2Dot14; typedef
352 FT_F2Dot14 x;
353 FT_F2Dot14 y;
/AliOS-Things-master/components/freetype/src/truetype/
A Dttinterp.c254 CUR.GS.V.x = (FT_F2Dot14)( CUR.GS.both_x_axis ? 0x4000 : 0 ); \
255 CUR.GS.V.y = (FT_F2Dot14)( CUR.GS.both_x_axis ? 0 : 0x4000 ); \
2763 R->x = (FT_F2Dot14)TT_DivFix14( Vx, W ); in Normalize()
2764 R->y = (FT_F2Dot14)TT_DivFix14( Vy, W ); in Normalize()

Completed in 17 milliseconds