GUI_BITMAP_METHODS is only used within STemWin.
 
Symbols
loading...
Files
loading...

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

pfDraw

No summary provided. Read more...

pfIndex2Color

No summary provided. Read more...

pfDrawHW

No summary provided. Read more...

pColorConvAPI

No summary provided. Read more...

References

LocationReferrerScopeText
GUI_Type.h:69
typedef struct {
GUI_Type.h:88
GUI.h:1575GUI_BitmapMethodsRLE4
GUI.h:1576GUI_BitmapMethodsRLE4Ex
GUI.h:1577GUI_BitmapMethodsRLE8
GUI.h:1578GUI_BitmapMethodsRLE8Ex
GUI.h:1579GUI_BitmapMethodsRLE16
GUI.h:1580GUI_BitmapMethodsRLE16Ex
GUI.h:1581GUI_BitmapMethodsRLEM16
GUI.h:1582GUI_BitmapMethodsRLEM16Ex
GUI.h:1583GUI_BitmapMethodsRLE32
GUI.h:1584GUI_BitmapMethodsRLE32Ex
GUI.h:1585GUI_BitmapMethodsRLEAlpha
GUI.h:1587GUI_BitmapMethods444_12
GUI.h:1588GUI_BitmapMethodsM444_12
GUI.h:1589GUI_BitmapMethods444_12_1
GUI.h:1590GUI_BitmapMethodsM444_12_1
GUI.h:1591GUI_BitmapMethods444_16
GUI.h:1592GUI_BitmapMethodsM444_16
GUI.h:1593GUI_BitmapMethods555
GUI.h:1594GUI_BitmapMethodsM555
GUI.h:1595GUI_BitmapMethods565
GUI.h:1596GUI_BitmapMethodsM565
GUI.h:1597GUI_BitmapMethods24
GUI.h:1598GUI_BitmapMethods888
GUI.h:1599GUI_BitmapMethodsM888
GUI.h:1600GUI_BitmapMethods8888
GUI.h:1601GUI_BitmapMethodsM8888I
GUI.h:1602GUI_BitmapMethodsA565
GUI.h:1603GUI_BitmapMethodsAM565
GUI.h:1604GUI_BitmapMethodsA555
GUI.h:1605GUI_BitmapMethodsAM555
GUI_Private.h:482GUI__CreateBitmapFromStream()::pMethodsGUI__CreateBitmapFromStream()
GUI_Type.h:88GUI_BITMAP_METHODS
GUI_Type.h:97GUI_BITMAP::pMethodsGUI_BITMAP