RetroArch
Classes | Typedefs | Functions
video_coord_array.h File Reference
#include <stdint.h>
#include <string.h>
#include <boolean.h>
#include <retro_common_api.h>
Include dependency graph for video_coord_array.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  video_fbo_rect
 
struct  video_ortho
 
struct  video_tex_info
 
struct  video_coords
 
struct  video_mut_coords
 
struct  video_coord_array
 
struct  video_font_raster_block
 

Typedefs

typedef struct video_coords video_coords_t
 
typedef struct video_mut_coords video_mut_coords_t
 
typedef struct video_coord_array video_coord_array_t
 
typedef struct video_font_raster_block video_font_raster_block_t
 

Functions

bool video_coord_array_append (video_coord_array_t *ca, const video_coords_t *coords, unsigned count)
 
void video_coord_array_free (video_coord_array_t *ca)
 

Typedef Documentation

◆ video_coord_array_t

◆ video_coords_t

typedef struct video_coords video_coords_t

◆ video_font_raster_block_t

◆ video_mut_coords_t

Function Documentation

◆ video_coord_array_append()

bool video_coord_array_append ( video_coord_array_t ca,
const video_coords_t coords,
unsigned  count 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ video_coord_array_free()

void video_coord_array_free ( video_coord_array_t ca)
Here is the call graph for this function:
Here is the caller graph for this function: