Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/base/
A Dfttrigon.c266 theta = FT_PAD_ROUND( theta, 32 ); in ft_trig_pseudo_polarize()
268 theta = -FT_PAD_ROUND( -theta, 32 ); in ft_trig_pseudo_polarize()
/AliOS-Things-master/components/freetype/include/internal/
A Dftobjs.h77 #define FT_PAD_ROUND( x, n ) FT_PAD_FLOOR( (x) + ((n)/2), n ) macro
/AliOS-Things-master/components/freetype/src/truetype/
A Dttinterp.c2272 val = -FT_PAD_ROUND( compensation - distance, 32 ); in Round_To_Double_Grid()

Completed in 18 milliseconds