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

  /external/chromium_org/third_party/freetype/include/freetype/config/
ftconfig.h 102 /* FT_UNUSED is a macro used to indicate that a given parameter is not */
104 #ifndef FT_UNUSED
105 #define FT_UNUSED( arg ) ( (arg) = (arg) )
  /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/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 138 #define FT_UNUSED( x ) (x) = (x)
    [all...]
  /external/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/chromium_org/third_party/freetype/src/raster/
ftraster.c 187 #define FT_UNUSED( x ) (x) = (x)
405 #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...]

Completed in 145 milliseconds