Searched refs:custom_output_handler (Results 1 – 4 of 4) sorted by relevance
89 FT_Custom_Log_Handler custom_output_handler = NULL; variable586 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()
89 FT_Custom_Log_Handler custom_output_handler = NULL; variable634 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()
133 if ( custom_output_handler != NULL ) \392 extern FT_Custom_Log_Handler custom_output_handler;
2605 * include/freetype/internal/ftdebug.h (custom_output_handler): New