RetroArch
Classes | Macros | Typedefs | Functions
console.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _console_data_s
 

Macros

#define FONT_XSIZE   8
 
#define FONT_YSIZE   16
 
#define FONT_XFACTOR   1
 
#define FONT_YFACTOR   1
 
#define FONT_XGAP   0
 
#define FONT_YGAP   0
 
#define TAB_SIZE   4
 

Typedefs

typedef struct _console_data_s console_data_s
 

Functions

int __console_write (struct _reent *r, void *fd, const char *ptr, size_t len)
 
void __console_init (void *framebuffer, int xstart, int ystart, int xres, int yres, int stride)
 

Macro Definition Documentation

◆ FONT_XFACTOR

#define FONT_XFACTOR   1

◆ FONT_XGAP

#define FONT_XGAP   0

◆ FONT_XSIZE

#define FONT_XSIZE   8

◆ FONT_YFACTOR

#define FONT_YFACTOR   1

◆ FONT_YGAP

#define FONT_YGAP   0

◆ FONT_YSIZE

#define FONT_YSIZE   16

◆ TAB_SIZE

#define TAB_SIZE   4

Typedef Documentation

◆ console_data_s

Function Documentation

◆ __console_init()

void __console_init ( void framebuffer,
int  xstart,
int  ystart,
int  xres,
int  yres,
int  stride 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ __console_write()

int __console_write ( struct _reent *  r,
void fd,
const char *  ptr,
size_t  len 
)
Here is the call graph for this function: