Searched refs:AF_WARPER_FLOOR (Results 1 - 2 of 2) sorted by relevance

/external/freetype/src/autofit/
H A Dafwarp.h28 #define AF_WARPER_FLOOR( x ) ( (x) & ~FT_TYPEOF( x )63 ) macro
29 #define AF_WARPER_CEIL( x ) AF_WARPER_FLOOR( (x) + 63 )
H A Dafwarp.c244 warper->t1 = AF_WARPER_FLOOR( warper->x1 );

Completed in 48 milliseconds