GUI_BITMAP_METHODS struct
Syntax
typedef struct
{
void (* pfDraw) (int x0,
int y0,
int xsize,
int ysize,
const U8 * pPixel,
const LCD_LOGPALETTE * pLogPal,
int xMag,
int yMag);
GUI_COLOR (* pfIndex2Color)(LCD_PIXELINDEX Index);
void (* pfDrawHW)(int x0,
int y0,
int xsize,
int ysize,
const U8 * pPixel,
const LCD_LOGPALETTE * pLogPal,
int xMag,
int yMag);
const LCD_API_COLOR_CONV * pColorConvAPI;
} GUI_BITMAP_METHODS;
Fields
void (*) (int x0,
int y0,
int xsize,
int ysize,
const U8 * pPixel,
const LCD_LOGPALETTE * pLogPal,
int xMag,
int yMag)
void (*)(int x0,
int y0,
int xsize,
int ysize,
const U8 * pPixel,
const LCD_LOGPALETTE * pLogPal,
int xMag,
int yMag)