Searched defs:FT_UNUSED (Results 1 - 3 of 3) sorted by relevance

/external/freetype/include/freetype/config/
H A Dftconfig.h98 /* FT_UNUSED is a macro used to indicate that a given parameter is not */
100 #ifndef FT_UNUSED
101 #define FT_UNUSED( arg ) ( (arg) = (arg) ) macro
/external/freetype/src/smooth/
H A Dftgrays.c138 #define FT_UNUSED( x ) (x) = (x) macro
1359 FT_UNUSED( target );
1964 FT_UNUSED( memory );
1978 FT_UNUSED( raster );
/external/freetype/src/raster/
H A Dftraster.c187 #define FT_UNUSED( x ) (x) = (x) macro
410 #define FT_UNUSED_RASTER FT_UNUSED( worker )
2248 FT_UNUSED( max );
2273 FT_UNUSED( y );
2274 FT_UNUSED( left );
2275 FT_UNUSED( right );
2500 FT_UNUSED( min );
2501 FT_UNUSED( max );
2516 FT_UNUSED( left );
2517 FT_UNUSED( righ
[all...]

Completed in 77 milliseconds