RetroArch
Functions
video_coord_array.c File Reference
#include <stdlib.h>
#include <retro_inline.h>
#include <retro_math.h>
#include "video_coord_array.h"
Include dependency graph for video_coord_array.c:
This graph shows which files directly or indirectly include this file:

Functions

static INLINE bool realloc_checked (void **ptr, size_t size)
 
static bool video_coord_array_resize (video_coord_array_t *ca, unsigned cap)
 
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)
 

Function Documentation

◆ realloc_checked()

static INLINE bool realloc_checked ( void **  ptr,
size_t  size 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ 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:

◆ video_coord_array_resize()

static bool video_coord_array_resize ( video_coord_array_t ca,
unsigned  cap 
)
static
Here is the call graph for this function:
Here is the caller graph for this function: