RetroArch
Functions | Variables
ps_libdbgfont.c File Reference
#include "../font_driver.h"
Include dependency graph for ps_libdbgfont.c:

Functions

static voidlibdbg_font_init_font (void *gl_data, const char *font_path, float font_size, bool is_threaded)
 
static void libdbg_font_free_font (void *data, bool is_threaded)
 
static void libdbg_font_render_msg (video_frame_info_t *video_info, void *data, const char *msg, const struct font_params *params)
 

Variables

font_renderer_t libdbg_font
 

Function Documentation

◆ libdbg_font_free_font()

static void libdbg_font_free_font ( void data,
bool  is_threaded 
)
static
Here is the call graph for this function:

◆ libdbg_font_init_font()

static void* libdbg_font_init_font ( void gl_data,
const char *  font_path,
float  font_size,
bool  is_threaded 
)
static
Here is the call graph for this function:

◆ libdbg_font_render_msg()

static void libdbg_font_render_msg ( video_frame_info_t video_info,
void data,
const char *  msg,
const struct font_params params 
)
static

Variable Documentation

◆ libdbg_font

font_renderer_t libdbg_font
Initial value:
= {
"libdbgfont",
NULL,
NULL,
NULL,
NULL,
}
static void libdbg_font_free_font(void *data, bool is_threaded)
Definition: ps_libdbgfont.c:61
#define NULL
Pointer to 0.
Definition: gctypes.h:65
static void * libdbg_font_init_font(void *gl_data, const char *font_path, float font_size, bool is_threaded)
Definition: ps_libdbgfont.c:34
static void libdbg_font_render_msg(video_frame_info_t *video_info, void *data, const char *msg, const struct font_params *params)
Definition: ps_libdbgfont.c:67