OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AF_WARPER_CEIL
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/freetype/src/autofit/
afwarp.h
29
#define
AF_WARPER_CEIL
( x ) AF_WARPER_FLOOR( (x) + 63 )
afwarp.c
245
warper->t2 =
AF_WARPER_CEIL
( warper->x2 );
/external/freetype/src/autofit/
afwarp.h
29
#define
AF_WARPER_CEIL
( x ) AF_WARPER_FLOOR( (x) + 63 )
afwarp.c
245
warper->t2 =
AF_WARPER_CEIL
( warper->x2 );
Completed in 47 milliseconds