OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AF_WARPER_FLOOR
(Results
1 - 2
of
2
) sorted by null
/external/freetype/src/autofit/
afwarp.h
28
#define
AF_WARPER_FLOOR
( x ) ( (x) & ~FT_TYPEOF( x )63 )
29
#define AF_WARPER_CEIL( x )
AF_WARPER_FLOOR
( (x) + 63 )
afwarp.c
244
warper->t1 =
AF_WARPER_FLOOR
( warper->x1 );
Completed in 46 milliseconds