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

  /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;
  /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/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/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/docs/
DEBUG 27 FT2_DEBUG environment variable (more on this later).
102 7, through the use of the FT2_DEBUG environment variable
132 FT2_DEBUG
147 set FT2_DEBUG=any:2 memory:5 io:4 (on Windows)
148 export FT2_DEBUG="any:2 memory:5 io:4" (on Linux with bash)
  /external/freetype/
ChangeLog.21     [all...]
ChangeLog.24 230 Use `FT2_DEBUG=bitmap:3' for tracing.
    [all...]
ChangeLog.25     [all...]

Completed in 123 milliseconds