FreeBASIC  0.91.0
gfx_paint.c File Reference
#include "fb_gfx.h"
Include dependency graph for gfx_paint.c:

Go to the source code of this file.

Data Structures

struct  SPAN
 

Typedefs

typedef struct SPAN SPAN
 

Functions

static SPANadd_span (FB_GFXCTX *context, SPAN **span, int *x, int y, unsigned int border_color)
 
FBCALL void fb_GfxPaint (void *target, float fx, float fy, unsigned int color, unsigned int border_color, FBSTRING *pattern, int mode, int flags)
 

Typedef Documentation

typedef struct SPAN SPAN

Function Documentation

static SPAN* add_span ( FB_GFXCTX context,
SPAN **  span,
int *  x,
int  y,
unsigned int  border_color 
)
static

Definition at line 15 of file gfx_paint.c.

Here is the caller graph for this function:

FBCALL void fb_GfxPaint ( void *  target,
float  fx,
float  fy,
unsigned int  color,
unsigned int  border_color,
FBSTRING pattern,
int  mode,
int  flags 
)

Definition at line 43 of file gfx_paint.c.

Here is the call graph for this function:

Here is the caller graph for this function: