HomeSort by relevance Sort by last modified time
    Searched defs:FT_UNUSED (Results 1 - 6 of 6) sorted by null

  /external/freetype/include/config/
ftconfig.h 98 /* 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) )
  /external/pdfium/third_party/freetype/include/config/
ftconfig.h 98 /* 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) )
  /external/freetype/src/smooth/
ftgrays.c 166 #define FT_UNUSED( x ) (x) = (x)
192 FT_UNUSED( error );
193 FT_UNUSED( line );
194 FT_UNUSED( file );
    [all...]
  /external/pdfium/third_party/freetype/src/smooth/
ftgrays.c 146 #define FT_UNUSED( x ) (x) = (x)
172 FT_UNUSED( error );
173 FT_UNUSED( line );
174 FT_UNUSED( file );
    [all...]
  /external/freetype/src/raster/
ftraster.c 188 #define FT_UNUSED( x ) (x) = (x)
418 #define FT_UNUSED_RASTER FT_UNUSED( worker )
    [all...]
  /external/pdfium/third_party/freetype/src/raster/
ftraster.c 190 #define FT_UNUSED( x ) (x) = (x)
419 #define FT_UNUSED_RASTER FT_UNUSED( worker )
    [all...]

Completed in 367 milliseconds