Home
last modified time | relevance | path

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

/external/freetype/builds/windows/
Dftdebug.c149 const char* ft2_debug = getenv( "FT2_DEBUG" ); in ft_debug_init() local
152 if ( ft2_debug ) in ft_debug_init()
154 const char* p = ft2_debug; in ft_debug_init()
/external/freetype/builds/wince/
Dftdebug.c167 const char* ft2_debug = 0; in ft_debug_init() local
170 if ( ft2_debug ) in ft_debug_init()
172 const char* p = ft2_debug; in ft_debug_init()
/external/freetype/src/base/
Dftdebug.c189 const char* ft2_debug = ft_getenv( "FT2_DEBUG" ); in ft_debug_init() local
192 if ( ft2_debug ) in ft_debug_init()
194 const char* p = ft2_debug; in ft_debug_init()
/external/freetype/builds/amiga/src/base/
Dftdebug.c190 const char* ft2_debug = &buf[0]; in ft_debug_init() local
194 if ( GetVar( "FT2_DEBUG", (STRPTR)ft2_debug, 256, LV_VAR ) > 0 ) in ft_debug_init()
196 const char* p = ft2_debug; in ft_debug_init()