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

  /external/chromium_org/third_party/freetype2/include/
ftconfig.h 125 /* 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) )
  /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/chromium_org/third_party/freetype/include/freetype/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/core/include/thirdparties/freetype/freetype/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/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/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/chromium_org/third_party/freetype/src/smooth/
ftgrays.c 143 #define FT_UNUSED( x ) (x) = (x)
169 FT_UNUSED( error );
170 FT_UNUSED( line );
171 FT_UNUSED( file );
    [all...]
  /external/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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
ftgrays.c 143 #define FT_UNUSED( x ) (x) = (x)
169 FT_UNUSED( error );
170 FT_UNUSED( line );
171 FT_UNUSED( file );
    [all...]
  /external/chromium_org/third_party/freetype/src/raster/
ftraster.c 190 #define FT_UNUSED( x ) (x) = (x)
419 #define FT_UNUSED_RASTER FT_UNUSED( worker )
    [all...]
  /external/freetype/src/raster/
ftraster.c 190 #define FT_UNUSED( x ) (x) = (x)
419 #define FT_UNUSED_RASTER FT_UNUSED( worker )
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
ftraster.c 190 #define FT_UNUSED( x ) (x) = (x)
419 #define FT_UNUSED_RASTER FT_UNUSED( worker )
    [all...]

Completed in 893 milliseconds