RetroArch
Functions
vita2d_draw.c File Reference
#include <math.h>
#include "vita2d.h"
#include "shared.h"
Include dependency graph for vita2d_draw.c:

Functions

void vita2d_draw_pixel (float x, float y, unsigned int color)
 
void vita2d_draw_line (float x0, float y0, float x1, float y1, unsigned int color)
 
void vita2d_draw_rectangle (float x, float y, float w, float h, unsigned int color)
 
void vita2d_draw_fill_circle (float x, float y, float radius, unsigned int color)
 

Function Documentation

◆ vita2d_draw_fill_circle()

void vita2d_draw_fill_circle ( float  x,
float  y,
float  radius,
unsigned int  color 
)
Here is the call graph for this function:

◆ vita2d_draw_line()

void vita2d_draw_line ( float  x0,
float  y0,
float  x1,
float  y1,
unsigned int  color 
)
Here is the call graph for this function:

◆ vita2d_draw_pixel()

void vita2d_draw_pixel ( float  x,
float  y,
unsigned int  color 
)
Here is the call graph for this function:

◆ vita2d_draw_rectangle()

void vita2d_draw_rectangle ( float  x,
float  y,
float  w,
float  h,
unsigned int  color 
)
Here is the call graph for this function:
Here is the caller graph for this function: