OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ft2_debug
(Results
1 - 1
of
1
) sorted by null
/external/freetype/src/base/
ftdebug.c
129
/* value of the `
FT2_DEBUG
' environment variable. It must be a list of */
132
/* export
FT2_DEBUG
="any:3 memory:7 stream:5" */
147
const char*
ft2_debug
= getenv( "
FT2_DEBUG
" );
local
150
if (
ft2_debug
)
152
const char* p =
ft2_debug
;
Completed in 657 milliseconds