Home
last modified time | relevance | path

Searched refs:ft2_debug (Results 1 – 4 of 4) sorted by relevance

/external/freetype/src/base/
Dftdebug.c243 const char* ft2_debug = NULL; in ft_debug_init() local
248 ft2_debug = ft_custom_trace_level; in ft_debug_init()
250 ft2_debug = ft_default_trace_level; in ft_debug_init()
252 ft2_debug = ft_getenv( "FT2_DEBUG" ); in ft_debug_init()
255 if ( ft2_debug ) in ft_debug_init()
257 const char* p = ft2_debug; in ft_debug_init()
/external/freetype/builds/windows/
Dftdebug.c291 const char* ft2_debug = NULL; in ft_debug_init() local
296 ft2_debug = ft_custom_trace_level; in ft_debug_init()
298 ft2_debug = ft_default_trace_level; in ft_debug_init()
300 ft2_debug = ft_getenv( "FT2_DEBUG" ); in ft_debug_init()
303 if ( ft2_debug ) in ft_debug_init()
305 const char* p = ft2_debug; in ft_debug_init()
/external/freetype/builds/amiga/src/base/
Dftdebug.c227 const char* ft2_debug = &buf[0]; in ft_debug_init() local
231 if ( GetVar( "FT2_DEBUG", (STRPTR)ft2_debug, 256, LV_VAR ) > 0 ) in ft_debug_init()
233 const char* p = ft2_debug; in ft_debug_init()
/external/freetype/builds/wince/
Dftdebug.c233 const char* ft2_debug = NULL; in ft_debug_init() local
236 if ( ft2_debug ) in ft_debug_init()
238 const char* p = ft2_debug; in ft_debug_init()