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

  /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/freetype/src/smooth/
ftgrays.c 138 #define FT_UNUSED( x ) (x) = (x)
    [all...]
  /external/freetype/src/raster/
ftraster.c 187 #define FT_UNUSED( x ) (x) = (x)
410 #define FT_UNUSED_RASTER FT_UNUSED( worker )
    [all...]

Completed in 177 milliseconds