HomeSort by relevance Sort by last modified time
    Searched refs:ft2_debug (Results 1 - 4 of 4) sorted by null

  /external/freetype/builds/wince/
ftdebug.c 142 /* value of the "FT2_DEBUG" environment variable. It must be a list of */
165 /* const char* ft2_debug = getenv( "FT2_DEBUG" ); */
167 const char* ft2_debug = 0; local
170 if ( ft2_debug )
172 const char* p = ft2_debug;
  /external/freetype/builds/windows/
ftdebug.c 131 /* value of the "FT2_DEBUG" environment variable. It must be a list of */
149 const char* ft2_debug = getenv( "FT2_DEBUG" ); local
152 if ( ft2_debug )
154 const char* p = ft2_debug;
  /external/freetype/src/base/
ftdebug.c 146 /* value of the `FT2_DEBUG' environment variable. It must be a list of */
149 /* export FT2_DEBUG="any:3 memory:7 stream:5" */
164 const char* ft2_debug = ft_getenv( "FT2_DEBUG" ); local
167 if ( ft2_debug )
169 const char* p = ft2_debug;
  /external/freetype/builds/amiga/src/base/
ftdebug.c 170 /* value of the `FT2_DEBUG' environment variable. It must be a list of */
173 /* export FT2_DEBUG="any:3 memory:7 stream:5" */
188 /* const char* ft2_debug = getenv( "FT2_DEBUG" ); */
190 const char* ft2_debug = &buf[0]; local
193 /* if ( ft2_debug ) */
194 if ( GetVar( "FT2_DEBUG", (STRPTR)ft2_debug, 256, LV_VAR ) > 0 )
196 const char* p = ft2_debug;

Completed in 196 milliseconds