Home
last modified time | relevance | path

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

/external/freetype/src/base/
Dftdebug.c89 FT_Custom_Log_Handler custom_output_handler = NULL; variable
586 custom_output_handler = handler; in FT_Set_Log_Handler()
595 custom_output_handler = NULL; in FT_Set_Default_Log_Handler()
608 custom_output_handler( ft_component, fmt, ap ); in FT_Logging_Callback()
/external/freetype/builds/windows/
Dftdebug.c89 FT_Custom_Log_Handler custom_output_handler = NULL; variable
634 custom_output_handler = handler; in FT_Set_Log_Handler()
643 custom_output_handler = NULL; in FT_Set_Default_Log_Handler()
656 custom_output_handler( ft_component, fmt, ap ); in FT_Logging_Callback()
/external/freetype/include/freetype/internal/
Dftdebug.h133 if ( custom_output_handler != NULL ) \
392 extern FT_Custom_Log_Handler custom_output_handler;
/external/freetype/docs/oldlogs/
DChangeLog.2102605 * include/freetype/internal/ftdebug.h (custom_output_handler): New