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

/external/freetype/include/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/pdfium/third_party/freetype/include/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.c166 #define FT_UNUSED( x ) (x) = (x) macro
192 FT_UNUSED( error );
193 FT_UNUSED( line );
194 FT_UNUSED( file );
1405 FT_UNUSED( target );
2041 FT_UNUSED( memory );
2055 FT_UNUSED( raster );
2096 FT_UNUSED( raster );
2097 FT_UNUSED( pool_base );
2098 FT_UNUSED( pool_siz
[all...]
/external/pdfium/third_party/freetype/src/smooth/
H A Dftgrays.c146 #define FT_UNUSED( x ) (x) = (x) macro
172 FT_UNUSED( error );
173 FT_UNUSED( line );
174 FT_UNUSED( file );
1389 FT_UNUSED( target );
2017 FT_UNUSED( memory );
2031 FT_UNUSED( raster );
2108 FT_UNUSED( raster );
2109 FT_UNUSED( mode );
2110 FT_UNUSED( arg
[all...]
/external/freetype/src/raster/
H A Dftraster.c188 #define FT_UNUSED( x ) (x) = (x) macro
418 #define FT_UNUSED_RASTER FT_UNUSED( worker )
2171 FT_UNUSED( max );
2193 FT_UNUSED( y );
2194 FT_UNUSED( left );
2195 FT_UNUSED( right );
2439 FT_UNUSED( min );
2440 FT_UNUSED( max );
2451 FT_UNUSED( left );
2452 FT_UNUSED( righ
[all...]
/external/pdfium/third_party/freetype/src/raster/
H A Dftraster.c190 #define FT_UNUSED( x ) (x) = (x) macro
419 #define FT_UNUSED_RASTER FT_UNUSED( worker )
2264 FT_UNUSED( max );
2289 FT_UNUSED( y );
2290 FT_UNUSED( left );
2291 FT_UNUSED( right );
2521 FT_UNUSED( min );
2522 FT_UNUSED( max );
2533 FT_UNUSED( left );
2534 FT_UNUSED( righ
[all...]

Completed in 1204 milliseconds