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

Go to the source code of this file.

Functions

void fb_image_convert_8to8 (const unsigned char *src, unsigned char *dest, int w)
 
void fb_image_convert_8to16 (const unsigned char *src, unsigned char *dest, int w)
 
void fb_image_convert_8to32 (const unsigned char *src, unsigned char *dest, int w)
 
void fb_image_convert_24to16 (const unsigned char *src, unsigned char *dest, int w)
 
void fb_image_convert_24to32 (const unsigned char *src, unsigned char *dest, int w)
 
void fb_image_convert_32to16 (const unsigned char *src, unsigned char *dest, int w)
 
void fb_image_convert_32to32 (const unsigned char *src, unsigned char *dest, int w)
 
void fb_image_convert_24bgrto16 (const unsigned char *src, unsigned char *dest, int w)
 
void fb_image_convert_24bgrto32 (const unsigned char *src, unsigned char *dest, int w)
 
void fb_image_convert_32bgrto16 (const unsigned char *src, unsigned char *dest, int w)
 
void fb_image_convert_32bgrto32 (const unsigned char *src, unsigned char *dest, int w)
 
FBCALL void fb_GfxImageConvertRow (const unsigned char *src, int src_bpp, unsigned char *dest, int dst_bpp, int width, int isrgb)
 

Function Documentation

FBCALL void fb_GfxImageConvertRow ( const unsigned char *  src,
int  src_bpp,
unsigned char *  dest,
int  dst_bpp,
int  width,
int  isrgb 
)

Definition at line 137 of file gfx_image_convert.c.

Here is the call graph for this function:

void fb_image_convert_24bgrto16 ( const unsigned char *  src,
unsigned char *  dest,
int  w 
)

Definition at line 97 of file gfx_image_convert.c.

Here is the caller graph for this function:

void fb_image_convert_24bgrto32 ( const unsigned char *  src,
unsigned char *  dest,
int  w 
)

Definition at line 108 of file gfx_image_convert.c.

Here is the caller graph for this function:

void fb_image_convert_24to16 ( const unsigned char *  src,
unsigned char *  dest,
int  w 
)

Definition at line 47 of file gfx_image_convert.c.

Here is the caller graph for this function:

void fb_image_convert_24to32 ( const unsigned char *  src,
unsigned char *  dest,
int  w 
)

Definition at line 58 of file gfx_image_convert.c.

Here is the caller graph for this function:

void fb_image_convert_32bgrto16 ( const unsigned char *  src,
unsigned char *  dest,
int  w 
)

Definition at line 119 of file gfx_image_convert.c.

Here is the caller graph for this function:

void fb_image_convert_32bgrto32 ( const unsigned char *  src,
unsigned char *  dest,
int  w 
)

Definition at line 131 of file gfx_image_convert.c.

Here is the caller graph for this function:

void fb_image_convert_32to16 ( const unsigned char *  src,
unsigned char *  dest,
int  w 
)

Definition at line 69 of file gfx_image_convert.c.

Here is the caller graph for this function:

void fb_image_convert_32to32 ( const unsigned char *  src,
unsigned char *  dest,
int  w 
)

Definition at line 83 of file gfx_image_convert.c.

Here is the caller graph for this function:

void fb_image_convert_8to16 ( const unsigned char *  src,
unsigned char *  dest,
int  w 
)

Definition at line 16 of file gfx_image_convert.c.

Here is the caller graph for this function:

void fb_image_convert_8to32 ( const unsigned char *  src,
unsigned char *  dest,
int  w 
)

Definition at line 32 of file gfx_image_convert.c.

Here is the caller graph for this function:

void fb_image_convert_8to8 ( const unsigned char *  src,
unsigned char *  dest,
int  w 
)

Definition at line 8 of file gfx_image_convert.c.

Here is the caller graph for this function: