HomeSort by relevance Sort by last modified time
    Searched defs:FT_UNUSED (Results 1 - 11 of 11) 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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/vms/
ftconfig.h 71 /* FT_UNUSED is a macro used to indicate that a given parameter is not */
73 #ifndef FT_UNUSED
74 #define FT_UNUSED( arg ) ( (arg) = (arg) )
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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/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) )
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/config/
ftconfig.h 121 /* FT_UNUSED is a macro used to indicate that a given parameter is not */
123 #ifndef FT_UNUSED
124 #define FT_UNUSED( arg ) ( (arg) = (arg) )
  /external/freetype/src/smooth/
ftgrays.c 169 #define FT_UNUSED( x ) (x) = (x)
195 FT_UNUSED( error );
196 FT_UNUSED( line );
197 FT_UNUSED( file );
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/smooth/
ftgrays.c 168 #define FT_UNUSED( x ) (x) = (x)
194 FT_UNUSED( error );
195 FT_UNUSED( line );
196 FT_UNUSED( file );
    [all...]
  /external/pdfium/third_party/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/freetype/src/raster/
ftraster.c 186 #define FT_UNUSED( x ) (x) = (x)
416 #define FT_UNUSED_RASTER FT_UNUSED( worker )
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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 188 #define FT_UNUSED( x ) (x) = (x)
418 #define FT_UNUSED_RASTER FT_UNUSED( worker )
    [all...]

Completed in 603 milliseconds