OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FT_MIN
(Results
1 - 4
of
4
) sorted by null
/external/freetype/src/sfnt/
ttmtx.c
203
FT_MIN
( num_shorts, num_shorts_checked );
/external/freetype/include/freetype/internal/
ftobjs.h
68
/* write things like
FT_MIN
( a++, b++ ) to avoid side effects. */
70
#define
FT_MIN
( a, b ) ( (a) < (b) ? (a) : (b) )
[
all
...]
/external/freetype/src/cff/
cffobjs.c
692
scaling =
FT_MIN
( top->units_per_em, sub->units_per_em );
[
all
...]
cffparse.c
288
new_fraction_length =
FT_MIN
( exponent, 5 );
Completed in 62 milliseconds