Searched defs:FT_UNUSED (Results 1 - 11 of 11) 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/chromium_org/third_party/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/chromium_org/third_party/freetype2/include/
H A Dftconfig.h125 /* FT_UNUSED is a macro used to indicate that a given parameter is not */
127 #ifndef FT_UNUSED
128 #define FT_UNUSED( arg ) ( (arg) = (arg) ) macro
/external/pdfium/core/include/thirdparties/freetype/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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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/chromium_org/third_party/freetype/src/smooth/
H A Dftgrays.c143 #define FT_UNUSED( x ) (x) = (x) macro
169 FT_UNUSED( error );
170 FT_UNUSED( line );
171 FT_UNUSED( file );
1394 FT_UNUSED( target );
2018 FT_UNUSED( memory );
2032 FT_UNUSED( raster );
/external/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 );
1416 FT_UNUSED( target );
2041 FT_UNUSED( memory );
2055 FT_UNUSED( raster );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
H A Dftgrays.c143 #define FT_UNUSED( x ) (x) = (x) macro
169 FT_UNUSED( error );
170 FT_UNUSED( line );
171 FT_UNUSED( file );
1409 FT_UNUSED( target );
2035 FT_UNUSED( memory );
2049 FT_UNUSED( raster );
/external/chromium_org/third_party/freetype/src/raster/
H A Dftraster.c190 #define FT_UNUSED( x ) (x) = (x) macro
419 #define FT_UNUSED_RASTER FT_UNUSED( worker )
2262 FT_UNUSED( max );
2285 FT_UNUSED( y );
2286 FT_UNUSED( left );
2287 FT_UNUSED( right );
2516 FT_UNUSED( min );
2517 FT_UNUSED( max );
2528 FT_UNUSED( left );
2529 FT_UNUSED( righ
[all...]
/external/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...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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 );
2287 FT_UNUSED( y );
2288 FT_UNUSED( left );
2289 FT_UNUSED( right );
2518 FT_UNUSED( min );
2519 FT_UNUSED( max );
2530 FT_UNUSED( left );
2531 FT_UNUSED( righ
[all...]

Completed in 243 milliseconds