![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
Go to the source code of this file.
Data Structures | |
struct | GUI_DEVICE_API |
struct | GUI_DEVICE |
union | LCD_COLORINDEX_UNION |
struct | GUI_CONTEXT |
struct | GUI_DIRTYDEVICE_INFO |
struct | GUI_SOFTLAYER_CONFIG |
struct | GUI_JPEG_INFO |
struct | GUI_MOVIE_INFO |
struct | GUI_CURSOR |
struct | GUI_CURSOR_ANIM |
struct | GUI_ALLOC_INFO |
struct | GUI_AUTODEV |
struct | GUI_AUTODEV_INFO |
struct | GUI_ALPHA_STATE |
struct | GUI_ORIENTATION_API |
struct | GUI_TIMER_MESSAGE |
Typedefs | |
typedef struct GUI_CONTEXT | GUI_CONTEXT |
typedef int | GUI_GET_DATA_FUNC(void *p, const U8 **ppData, unsigned NumBytes, U32 Off) |
typedef GUI_HMEM | GUI_MOVIE_HANDLE |
typedef void | GUI_MOVIE_FUNC(GUI_MOVIE_HANDLE hMovie, int Notification, U32 CurrentFrame) |
typedef GUI_HMEM | GUI_MEMDEV_Handle |
typedef void | GUI_CALLBACK_VOID_P(void *p) |
typedef int | GUI_ANIMATION_CALLBACK_FUNC(int TimeRem, void *pVoid) |
typedef void | GUI_DRAWMEMDEV_16BPP_FUNC(void *pDst, const void *pSrc, int xSize, int ySize, int BytesPerLineDst, int BytesPerLineSrc) |
typedef GUI_HMEM | GUI_MEASDEV_Handle |
typedef GUI_HMEM | GUI_TIMER_HANDLE |
typedef void | GUI_TIMER_CALLBACK(GUI_TIMER_MESSAGE *pTM) |
Functions | |
GUI_DEVICE * | GUI_DEVICE_Create (const GUI_DEVICE_API *pDeviceAPI, const LCD_API_COLOR_CONV *pColorConvAPI, U16 Flags, int LayerIndex) |
GUI_DEVICE * | GUI_DEVICE_CreateAndLink (const GUI_DEVICE_API *pDeviceAPI, const LCD_API_COLOR_CONV *pColorConvAPI, U16 Flags, int LayerIndex) |
void | GUI_DEVICE_Delete (GUI_DEVICE *pDevice) |
int | GUI_DEVICE_Link (GUI_DEVICE *pDevice) |
void | GUI_DEVICE_Unlink (GUI_DEVICE *pDevice) |
GUI_DEVICE * | GUI_DEVICE__GetpDriver (int LayerIndex) |
GUI_DEVICE * | GUI_DEVICE__GetpDevice (int LayerIndex, int DeviceClass) |
GUI_DEVICE * | GUI_DEVICE_UnlinkTaskDevices (void) |
void | GUI_DEVICE_LinkDevices (GUI_DEVICE *pDevice) |
int | GUI_DIRTYDEVICE_Create (void) |
int | GUI_DIRTYDEVICE_CreateEx (int LayerIndex) |
int | GUI_DIRTYDEVICE_Delete (void) |
int | GUI_DIRTYDEVICE_DeleteEx (int LayerIndex) |
int | GUI_DIRTYDEVICE_Fetch (GUI_DIRTYDEVICE_INFO *pInfo) |
int | GUI_DIRTYDEVICE_FetchEx (GUI_DIRTYDEVICE_INFO *pInfo, int LayerIndex) |
int | GUI_SOFTLAYER_Enable (GUI_SOFTLAYER_CONFIG *pConfig, int NumLayers, GUI_COLOR CompositeColor) |
int | GUI_SOFTLAYER_Refresh (void) |
void | GUI_SOFTLAYER_SetCompositeColor (U32 Color) |
int | GUI_SOFTLAYER_MULTIBUF_Enable (int OnOff) |
int | GUI_Init (void) |
void | GUI_Exit (void) |
void | GUI_SetDefaultFont (const GUI_FONT *pFont) |
void | GUI_SetDefault (void) |
GUI_DRAWMODE | GUI_SetDrawMode (GUI_DRAWMODE dm) |
const char * | GUI_GetVersionString (void) |
void | GUI_SaveContext (GUI_CONTEXT *pContext) |
void | GUI_RestoreContext (const GUI_CONTEXT *pContext) |
void | GUI_SetScreenSizeX (int xSize) |
void | GUI_SetScreenSizeY (int ySize) |
int | GUI_GetScreenSizeX (void) |
int | GUI_GetScreenSizeY (void) |
const GUI_RECT * | GUI_SetClipRect (const GUI_RECT *pRect) |
void | GUI_SetRefreshHook (void(*pFunc)(void)) |
void | MainTask (void) |
int | GUI_RectsIntersect (const GUI_RECT *pr0, const GUI_RECT *pr1) |
void | GUI_MoveRect (GUI_RECT *pRect, int x, int y) |
void | GUI_MergeRect (GUI_RECT *pDest, const GUI_RECT *pr0, const GUI_RECT *pr1) |
int | GUI__IntersectRects (GUI_RECT *pDest, const GUI_RECT *pr0, const GUI_RECT *pr1) |
void | GUI__IntersectRect (GUI_RECT *pDest, const GUI_RECT *pr0) |
void | GUI__ReduceRect (GUI_RECT *pDest, const GUI_RECT *pRect, int Dist) |
I32 | GUI__ATan2 (I32 x, I32 y, I32 *ph) |
I32 | GUI__ASinHQ (I32 SinHQ) |
int | GUI__CompactPixelIndices (LCD_PIXELINDEX *pBuffer, int NumPixels, int BitsPerPixel) |
int | GUI__CompactPixelIndicesEx (LCD_PIXELINDEX *pBuffer, int NumPixels, int BitsPerPixel, const LCD_API_COLOR_CONV *pColorConvAPI) |
int | GUI__ConvertColor2Index (LCD_PIXELINDEX *pBuffer, int NumPixels, int BitsPerPixel, const LCD_API_COLOR_CONV *pColorConvAPI, void *pResult) |
void | GUI__Config (void) |
I32 | GUI__CosHQ (I32 Ang1000) |
int | GUI__DivideRound (int a, int b) |
I32 | GUI__DivideRound32 (I32 a, I32 b) |
void | GUI__ExpandPixelIndices (void *pBuffer, int NumPixels, int BitsPerPixel) |
void | GUI__ExpandPixelIndicesEx (void *pBuffer, int NumPixels, int BitsPerPixel, const LCD_API_COLOR_CONV *pColorConvAPI) |
void | GUI__memcpy (void *pDest, const void *pSrc, int NumBytes) |
int | GUI__SetText (GUI_HMEM *phText, const char *s) |
I32 | GUI__SinHQ (I32 Ang1000) |
I32 | GUI__sqrt32 (I32 Square) |
void | GUI__DrawTwinArc2 (int xl, int xr, int y0, int r, GUI_COLOR ColorR0, GUI_COLOR ColorR1, GUI_COLOR ColorFill) |
void | GUI__DrawTwinArc4 (int x0, int y0, int x1, int y1, int r, GUI_COLOR ColorR0, GUI_COLOR ColorR1, GUI_COLOR ColorFill) |
void | GUI__FillTrippleArc (int x0, int y0, int Size, GUI_COLOR ColorR0, GUI_COLOR ColorR1, GUI_COLOR ColorR2, GUI_COLOR ColorFill) |
void | GUI__RegisterExit (GUI_REGISTER_EXIT *pRegisterExit) |
GUI_COLOR | GUI_GetBkColor (void) |
int | GUI_GetBkColorIndex (void) |
GUI_COLOR | GUI_GetColor (void) |
int | GUI_GetColorIndex (void) |
U8 | GUI_GetLineStyle (void) |
U8 | GUI_GetPenSize (void) |
U8 | GUI_GetPenShape (void) |
unsigned | GUI_GetPixelIndex (int x, int y) |
void | GUI_SetBkColor (GUI_COLOR) |
void | GUI_SetColor (GUI_COLOR) |
void | GUI_SetBkColorIndex (int Index) |
void | GUI_SetColorIndex (int Index) |
U8 | GUI_SetPenSize (U8 Size) |
U8 | GUI_SetPenShape (U8 Shape) |
U8 | GUI_SetLineStyle (U8 Style) |
char | GUI_GetDecChar (void) |
char | GUI_SetDecChar (char c) |
int | GUI_Color2Index (GUI_COLOR color) |
GUI_COLOR | GUI_Color2VisColor (GUI_COLOR color) |
char | GUI_ColorIsAvailable (GUI_COLOR color) |
GUI_COLOR | GUI_Index2Color (int Index) |
U32 | GUI_CalcColorDist (GUI_COLOR Color0, GUI_COLOR Color1) |
U32 | GUI_CalcVisColorError (GUI_COLOR color) |
void | GUI_SetOnErrorFunc (void(*pFunc)(const char *s)) |
void | GUI_Log (const char *s) |
void | GUI_Log1 (const char *s, I32 p0) |
void | GUI_Log2 (const char *s, I32 p0, I32 p1) |
void | GUI_Log3 (const char *s, I32 p0, I32 p1, I32 p2) |
void | GUI_Log4 (const char *s, I32 p0, I32 p1, I32 p2, I32 p3) |
void | GUI_Warn (const char *s) |
void | GUI_Warn1 (const char *s, I32 p0) |
void | GUI_Warn2 (const char *s, I32 p0, I32 p1) |
void | GUI_Warn3 (const char *s, I32 p0, I32 p1, I32 p2) |
void | GUI_Warn4 (const char *s, I32 p0, I32 p1, I32 p2, I32 p3) |
void | GUI_ErrorOut (const char *s) |
void | GUI_ErrorOut1 (const char *s, I32 p0) |
void | GUI_ErrorOut2 (const char *s, I32 p0, I32 p1) |
void | GUI_ErrorOut3 (const char *s, I32 p0, I32 p1, I32 p2) |
void | GUI_ErrorOut4 (const char *s, I32 p0, I32 p1, I32 p2, I32 p3) |
void | GUI_Clear (void) |
void | GUI_ClearRect (int x0, int y0, int x1, int y1) |
void | GUI_ClearRectEx (const GUI_RECT *pRect) |
void | GUI_CopyRect (int x0, int y0, int x1, int y1, int dx, int dy) |
void | GUI_DrawArc (int x0, int y0, int rx, int ry, int a0, int a1) |
void | GUI_DrawBitmap (const GUI_BITMAP *pBM, int x0, int y0) |
void | GUI_DrawBitmapMag (const GUI_BITMAP *pBM, int x0, int y0, int XMul, int YMul) |
void | GUI_DrawBitmapEx (const GUI_BITMAP *pBM, int x0, int y0, int xCenter, int yCenter, int xMag, int yMag) |
void | GUI_DrawBitmapExp (int x0, int y0, int XSize, int YSize, int XMul, int YMul, int BitsPerPixel, int BytesPerLine, const U8 *pData, const GUI_LOGPALETTE *pPal) |
void | GUI_DrawBitmapHWAlpha (const GUI_BITMAP *pBM, int x0, int y0) |
void | GUI_DrawCircle (int x0, int y0, int r) |
void | GUI_DrawEllipse (int x0, int y0, int rx, int ry) |
void | GUI_DrawGradientH (int x0, int y0, int x1, int y1, GUI_COLOR Color0, GUI_COLOR Color1) |
void | GUI_DrawGradientV (int x0, int y0, int x1, int y1, GUI_COLOR Color0, GUI_COLOR Color1) |
void | GUI_DrawGradientRoundedH (int x0, int y0, int x1, int y1, int rd, GUI_COLOR Color0, GUI_COLOR Color1) |
void | GUI_DrawGradientRoundedV (int x0, int y0, int x1, int y1, int rd, GUI_COLOR Color0, GUI_COLOR Color1) |
void | GUI_DrawGraph (I16 *pay, int NumPoints, int x0, int y0) |
void | GUI_DrawGraphEx (I16 *pay, int NumPoints, int x0, int y0, int Numerator, int Denominator, int MirrorX) |
void | GUI_DrawHLine (int y0, int x0, int x1) |
void | GUI_DrawLine (int x0, int y0, int x1, int y1) |
void | GUI_DrawLineRel (int dx, int dy) |
void | GUI_DrawLineTo (int x, int y) |
void | GUI_DrawPie (int x0, int y0, int r, int a0, int a1, int Type) |
void | GUI_DrawPixel (int x, int y) |
void | GUI_DrawPoint (int x, int y) |
void | GUI_DrawPolygon (const GUI_POINT *pPoints, int NumPoints, int x0, int y0) |
void | GUI_DrawPolyLine (const GUI_POINT *pPoints, int NumPoints, int x0, int y0) |
void | GUI_DrawFocusRect (const GUI_RECT *pRect, int Dist) |
void | GUI_DrawRect (int x0, int y0, int x1, int y1) |
void | GUI_DrawRectEx (const GUI_RECT *pRect) |
void | GUI_DrawRoundedFrame (int x0, int y0, int x1, int y1, int r, int w) |
void | GUI_DrawRoundedRect (int x0, int y0, int x1, int y1, int r) |
void | GUI_DrawVLine (int x0, int y0, int y1) |
void | GUI_FillCircle (int x0, int y0, int r) |
void | GUI_FillEllipse (int x0, int y0, int rx, int ry) |
void | GUI_FillPolygon (const GUI_POINT *pPoints, int NumPoints, int x0, int y0) |
void | GUI_FillRect (int x0, int y0, int x1, int y1) |
void | GUI_FillRectEx (const GUI_RECT *pRect) |
void | GUI_FillRoundedFrame (int x0, int y0, int x1, int y1, int r, int w) |
void | GUI_FillRoundedRect (int x0, int y0, int x1, int y1, int r) |
void | GUI_FillRoundedRectB (int x0, int y0, int x1, int y1, int r) |
void | GUI_FillRoundedRectT (int x0, int y0, int x1, int y1, int r) |
void | GUI_GetClientRect (GUI_RECT *pRect) |
void | GUI_InvertRect (int x0, int y0, int x1, int y1) |
void | GUI_MoveRel (int dx, int dy) |
void | GUI_MoveTo (int x, int y) |
int | GUI_GIF_Draw (const void *pGIF, U32 NumBytes, int x0, int y0) |
int | GUI_GIF_DrawEx (GUI_GET_DATA_FUNC *pfGetData, void *p, int x0, int y0) |
int | GUI_GIF_DrawSub (const void *pGIF, U32 NumBytes, int x0, int y0, int Index) |
int | GUI_GIF_DrawSubEx (GUI_GET_DATA_FUNC *pfGetData, void *p, int x0, int y0, int Index) |
int | GUI_GIF_DrawSubScaled (const void *pGIF, U32 NumBytes, int x0, int y0, int Index, int Num, int Denom) |
int | GUI_GIF_DrawSubScaledEx (GUI_GET_DATA_FUNC *pfGetData, void *p, int x0, int y0, int Index, int Num, int Denom) |
int | GUI_GIF_GetComment (const void *pGIF, U32 NumBytes, U8 *pBuffer, int MaxSize, int Index) |
int | GUI_GIF_GetCommentEx (GUI_GET_DATA_FUNC *pfGetData, void *p, U8 *pBuffer, int MaxSize, int Index) |
int | GUI_GIF_GetImageInfo (const void *pGIF, U32 NumBytes, GUI_GIF_IMAGE_INFO *pInfo, int Index) |
int | GUI_GIF_GetImageInfoEx (GUI_GET_DATA_FUNC *pfGetData, void *p, GUI_GIF_IMAGE_INFO *pInfo, int Index) |
int | GUI_GIF_GetInfo (const void *pGIF, U32 NumBytes, GUI_GIF_INFO *pInfo) |
int | GUI_GIF_GetInfoEx (GUI_GET_DATA_FUNC *pfGetData, void *p, GUI_GIF_INFO *pInfo) |
int | GUI_GIF_GetXSize (const void *pGIF) |
int | GUI_GIF_GetXSizeEx (GUI_GET_DATA_FUNC *pfGetData, void *p) |
int | GUI_GIF_GetYSize (const void *pGIF) |
int | GUI_GIF_GetYSizeEx (GUI_GET_DATA_FUNC *pfGetData, void *p) |
int | GUI_GIF_SetFillTrans (int OnOff) |
int | GUI_BMP_Draw (const void *pFileData, int x0, int y0) |
int | GUI_BMP_DrawEx (GUI_GET_DATA_FUNC *pfGetData, void *p, int x0, int y0) |
int | GUI_BMP_DrawScaled (const void *pFileData, int x0, int y0, int Num, int Denom) |
int | GUI_BMP_DrawScaledEx (GUI_GET_DATA_FUNC *pfGetData, void *p, int x0, int y0, int Num, int Denom) |
int | GUI_BMP_GetXSize (const void *pFileData) |
int | GUI_BMP_GetXSizeEx (GUI_GET_DATA_FUNC *pfGetData, void *p) |
int | GUI_BMP_GetYSize (const void *pFileData) |
int | GUI_BMP_GetYSizeEx (GUI_GET_DATA_FUNC *pfGetData, void *p) |
void | GUI_BMP_EnableAlpha (void) |
void | GUI_BMP_DisableAlpha (void) |
int | GUI_PNG_Draw (const void *pFileData, int DataSize, int x0, int y0) |
int | GUI_PNG_DrawEx (GUI_GET_DATA_FUNC *pfGetData, void *p, int x0, int y0) |
int | GUI_PNG_GetXSize (const void *pFileData, int FileSize) |
int | GUI_PNG_GetXSizeEx (GUI_GET_DATA_FUNC *pfGetData, void *p) |
int | GUI_PNG_GetYSize (const void *pFileData, int FileSize) |
int | GUI_PNG_GetYSizeEx (GUI_GET_DATA_FUNC *pfGetData, void *p) |
int | GUI_JPEG_Draw (const void *pFileData, int DataSize, int x0, int y0) |
int | GUI_JPEG_DrawEx (GUI_GET_DATA_FUNC *pfGetData, void *p, int x0, int y0) |
int | GUI_JPEG_DrawScaled (const void *pFileData, int DataSize, int x0, int y0, int Num, int Denom) |
int | GUI_JPEG_DrawScaledEx (GUI_GET_DATA_FUNC *pfGetData, void *p, int x0, int y0, int Num, int Denom) |
int | GUI_JPEG_GetInfo (const void *pFileData, int DataSize, GUI_JPEG_INFO *pInfo) |
int | GUI_JPEG_GetInfoEx (GUI_GET_DATA_FUNC *pfGetData, void *p, GUI_JPEG_INFO *pInfo) |
GUI_MOVIE_HANDLE | GUI_MOVIE_Create (const void *pFileData, U32 FileSize, GUI_MOVIE_FUNC *pfNotify) |
GUI_MOVIE_HANDLE | GUI_MOVIE_CreateEx (GUI_GET_DATA_FUNC *pfGetData, void *pParam, GUI_MOVIE_FUNC *pfNotify) |
int | GUI_MOVIE_Delete (GUI_MOVIE_HANDLE hMovie) |
U32 | GUI_MOVIE_GetFrameIndex (GUI_MOVIE_HANDLE hMovie) |
int | GUI_MOVIE_GetInfo (const void *pFileData, U32 FileSize, GUI_MOVIE_INFO *pInfo) |
int | GUI_MOVIE_GetInfoEx (GUI_GET_DATA_FUNC *pfGetData, void *pParam, GUI_MOVIE_INFO *pInfo) |
int | GUI_MOVIE_GetPos (GUI_MOVIE_HANDLE hMovie, int *pxPos, int *pyPos, int *pxSize, int *pySize) |
int | GUI_MOVIE_GotoFrame (GUI_MOVIE_HANDLE hMovie, U32 Frame) |
int | GUI_MOVIE_Pause (GUI_MOVIE_HANDLE hMovie) |
int | GUI_MOVIE_Play (GUI_MOVIE_HANDLE hMovie) |
int | GUI_MOVIE_SetPeriod (GUI_MOVIE_HANDLE hMovie, unsigned Period) |
int | GUI_MOVIE_SetPos (GUI_MOVIE_HANDLE hMovie, int xPos, int yPos) |
int | GUI_MOVIE_Show (GUI_MOVIE_HANDLE hMovie, int xPos, int yPos, int DoLoop) |
GUI_HSPRITE | GUI_SPRITE__CreateEx (const GUI_BITMAP *pBM, int x, int y, int Layer, U16 Flags) |
void | GUI_SPRITE__SetCallback (GUI_HSPRITE hSprite, GUI_HMEM hContext, void(*pCB)(GUI_HSPRITE, int)) |
GUI_HSPRITE | GUI_SPRITE_Create (const GUI_BITMAP *pBM, int x, int y) |
GUI_HSPRITE | GUI_SPRITE_CreateAnim (const GUI_BITMAP **ppBm, int x, int y, unsigned Period, const unsigned *pPeriod, int NumItems) |
GUI_HSPRITE | GUI_SPRITE_CreateEx (const GUI_BITMAP *pBM, int x, int y, int Layer) |
GUI_HSPRITE | GUI_SPRITE_CreateExAnim (const GUI_BITMAP **ppBm, int x, int y, unsigned Period, const unsigned *pPeriod, int NumItems, int LayerIndex) |
GUI_HSPRITE | GUI_SPRITE_CreateHidden (const GUI_BITMAP *pBM, int x, int y) |
GUI_HSPRITE | GUI_SPRITE_CreateHiddenEx (const GUI_BITMAP *pBM, int x, int y, int Layer) |
void | GUI_SPRITE_Delete (GUI_HSPRITE hSprite) |
int | GUI_SPRITE_GetState (GUI_HSPRITE hSprite) |
void | GUI_SPRITE_Hide (GUI_HSPRITE hSprite) |
int | GUI_SPRITE_SetBitmap (GUI_HSPRITE hSprite, const GUI_BITMAP *pBM) |
int | GUI_SPRITE_SetBitmapAndPosition (GUI_HSPRITE hSprite, const GUI_BITMAP *pBM, int x, int y) |
int | GUI_SPRITE_SetLoop (GUI_HSPRITE hSprite, int OnOff) |
void | GUI_SPRITE_SetPosition (GUI_HSPRITE hSprite, int x, int y) |
int | GUI_SPRITE_StartAnim (GUI_HSPRITE hSprite) |
int | GUI_SPRITE_StopAnim (GUI_HSPRITE hSprite) |
void | GUI_SPRITE_Show (GUI_HSPRITE hSprite) |
void | GUI_DispCEOL (void) |
void | GUI_DispChar (U16 c) |
void | GUI_DispCharAt (U16 c, I16P x, I16P y) |
void | GUI_DispChars (U16 c, int Cnt) |
void | GUI_DispNextLine (void) |
void | GUI_DispString (const char *s) |
void | GUI_DispStringAt (const char *s, int x, int y) |
void | GUI_DispStringAtCEOL (const char *s, int x, int y) |
void | GUI_DispStringHCenterAt (const char *s, int x, int y) |
void | GUI__DispStringInRect (const char *s, GUI_RECT *pRect, int TextAlign, int MaxNumChars) |
void | GUI_DispStringInRect (const char *s, GUI_RECT *pRect, int TextAlign) |
void | GUI_DispStringInRectEx (const char *s, GUI_RECT *pRect, int TextAlign, int MaxLen, const GUI_ROTATION *pLCD_Api) |
void | GUI_DispStringInRectMax (const char *s, GUI_RECT *pRect, int TextAlign, int MaxLen) |
void | GUI_DispStringInRectWrap (const char *s, GUI_RECT *pRect, int TextAlign, GUI_WRAPMODE WrapMode) |
void | GUI_DispStringLen (const char *s, int Len) |
void | GUI_GetTextExtend (GUI_RECT *pRect, const char *s, int Len) |
int | GUI_GetYAdjust (void) |
int | GUI_GetDispPosX (void) |
int | GUI_GetDispPosY (void) |
const GUI_FONT * | GUI_GetFont (void) |
int | GUI_GetCharDistX (U16 c) |
int | GUI_GetCharDistXEx (U16 c, int *pSizeX) |
int | GUI_GetStringDistX (const char *s) |
GUI_DRAWMODE | GUI_GetDrawMode (void) |
int | GUI_GetFontDistY (void) |
int | GUI_GetFontSizeY (void) |
void | GUI_GetFontInfo (const GUI_FONT *pFont, GUI_FONTINFO *pfi) |
void | GUI_GetOrg (int *px, int *py) |
int | GUI_GetYSizeOfFont (const GUI_FONT *pFont) |
int | GUI_GetYDistOfFont (const GUI_FONT *pFont) |
int | GUI_GetTextAlign (void) |
int | GUI_GetTextMode (void) |
char | GUI_IsInFont (const GUI_FONT *pFont, U16 c) |
int | GUI_SetTextAlign (int Align) |
int | GUI_SetTextMode (int Mode) |
char | GUI_SetTextStyle (char Style) |
int | GUI_SetLBorder (int x) |
const GUI_FONT * | GUI_SetFont (const GUI_FONT *pNewFont) |
char | GUI_GotoXY (int x, int y) |
char | GUI_GotoX (int x) |
char | GUI_GotoY (int y) |
int | GUI_WrapGetNumLines (const char *pText, int xSize, GUI_WRAPMODE WrapMode) |
int | GUI_GetLeadingBlankCols (U16 c) |
int | GUI_GetTrailingBlankCols (U16 c) |
void | GUI_SIF_CreateFont (const void *pFontData, GUI_FONT *pFont, const GUI_SIF_TYPE *pFontType) |
void | GUI_SIF_DeleteFont (GUI_FONT *pFont) |
int | GUI_XBF_CreateFont (GUI_FONT *pFont, GUI_XBF_DATA *pXBF, const GUI_XBF_TYPE *pFontType, GUI_XBF_GET_DATA_FUNC *pfGetData, void *pVoid) |
void | GUI_XBF_DeleteFont (GUI_FONT *pFont) |
int | GUI_TTF_CreateFont (GUI_FONT *pFont, GUI_TTF_CS *pCS) |
int | GUI_TTF_CreateFontAA (GUI_FONT *pFont, GUI_TTF_CS *pCS) |
void | GUI_TTF_DestroyCache (void) |
void | GUI_TTF_Done (void) |
int | GUI_TTF_GetFamilyName (GUI_FONT *pFont, char *pBuffer, int NumBytes) |
int | GUI_TTF_GetStyleName (GUI_FONT *pFont, char *pBuffer, int NumBytes) |
void | GUI_TTF_SetCacheSize (unsigned MaxFaces, unsigned MaxSizes, U32 MaxBytes) |
int | GUI_LANG_GetNumItems (int IndexLang) |
const char * | GUI_LANG_GetText (int IndexText) |
int | GUI_LANG_GetTextBuffered (int IndexText, char *pBuffer, int SizeOfBuffer) |
int | GUI_LANG_GetTextBufferedEx (int IndexText, int IndexLang, char *pBuffer, int SizeOfBuffer) |
const char * | GUI_LANG_GetTextEx (int IndexText, int IndexLang) |
int | GUI_LANG_LoadCSV (U8 *pFileData, U32 FileSize) |
int | GUI_LANG_LoadCSVEx (GUI_GET_DATA_FUNC *pfGetData, void *p) |
int | GUI_LANG_LoadText (U8 *pFileData, U32 FileSize, int IndexLang) |
int | GUI_LANG_LoadTextEx (GUI_GET_DATA_FUNC *pfGetData, void *p, int IndexLang) |
int | GUI_LANG_SetLang (int IndexLang) |
unsigned | GUI_LANG_SetMaxNumLang (unsigned MaxNumLang) |
U16 | GUI_LANG_SetSep (U16 Sep) |
int | GUI_UC_ConvertUC2UTF8 (const U16 *s, int Len, char *pBuffer, int BufferSize) |
int | GUI_UC_ConvertUTF82UC (const char *s, int Len, U16 *pBuffer, int BufferSize) |
int | GUI_UC_Encode (char *s, U16 Char) |
int | GUI_UC_GetCharSize (const char *s) |
U16 | GUI_UC_GetCharCode (const char *s) |
void | GUI_UC_SetEncodeNone (void) |
void | GUI_UC_SetEncodeUTF8 (void) |
int | GUI_UC_EnableBIDI (int OnOff) |
void | GUI_UC_DispString (const U16 *s) |
void | GUI_UC2DB (U16 Code, U8 *pOut) |
U16 | GUI_DB2UC (U8 Byte0, U8 Byte1) |
void | GUI_DispBin (U32 v, U8 Len) |
void | GUI_DispBinAt (U32 v, I16P x, I16P y, U8 Len) |
void | GUI_DispDec (I32 v, U8 Len) |
void | GUI_DispDecAt (I32 v, I16P x, I16P y, U8 Len) |
void | GUI_DispDecMin (I32 v) |
void | GUI_DispDecShift (I32 v, U8 Len, U8 Shift) |
void | GUI_DispDecSpace (I32 v, U8 MaxDigits) |
void | GUI_DispHex (U32 v, U8 Len) |
void | GUI_DispHexAt (U32 v, I16P x, I16P y, U8 Len) |
void | GUI_DispSDec (I32 v, U8 Len) |
void | GUI_DispSDecShift (I32 v, U8 Len, U8 Shift) |
void | GUI_DispFloat (float v, char Len) |
void | GUI_DispFloatFix (float v, char Len, char Fract) |
void | GUI_DispFloatMin (float v, char Fract) |
void | GUI_DispSFloatFix (float v, char Len, char Fract) |
void | GUI_DispSFloatMin (float v, char Fract) |
GUI_ALLOC_DATATYPE | GUI_ALLOC_GetNumFreeBlocks (void) |
GUI_ALLOC_DATATYPE | GUI_ALLOC_GetNumFreeBytes (void) |
GUI_ALLOC_DATATYPE | GUI_ALLOC_GetNumUsedBlocks (void) |
GUI_ALLOC_DATATYPE | GUI_ALLOC_GetNumUsedBytes (void) |
GUI_ALLOC_DATATYPE | GUI_ALLOC_GetMaxUsedBytes (void) |
void | GUI_ALLOC_GetMemInfo (GUI_ALLOC_INFO *pInfo) |
void | GUI_ALLOC_SuppressPeak (int OnOff) |
GUI_HMEM | GUI_ALLOC_AllocInit (const void *pInitData, GUI_ALLOC_DATATYPE Size) |
GUI_HMEM | GUI_ALLOC_AllocNoInit (GUI_ALLOC_DATATYPE size) |
GUI_HMEM | GUI_ALLOC_AllocZero (GUI_ALLOC_DATATYPE size) |
void | GUI_ALLOC_AssignMemory (void *p, U32 NumBytes) |
void | GUI_ALLOC_Free (GUI_HMEM hMem) |
void | GUI_ALLOC_FreeFixedBlock (void *p) |
void | GUI_ALLOC_FreePtrArray (GUI_HMEM *pArray, int NumElems) |
void | GUI_ALLOC_FreePtr (GUI_HMEM *phMem) |
void * | GUI_ALLOC_GetFixedBlock (GUI_ALLOC_DATATYPE Size) |
GUI_ALLOC_DATATYPE | GUI_ALLOC_GetMaxSize (void) |
GUI_ALLOC_DATATYPE | GUI_ALLOC_GetSize (GUI_HMEM hMem) |
void * | GUI_ALLOC_h2p (GUI_HMEM hMem) |
GUI_HMEM | GUI_ALLOC_p2h (void *p) |
void | GUI_ALLOC_Init (void) |
void | GUI_ALLOC_Lock (void) |
void * | GUI_ALLOC_LockH (GUI_HMEM hMem) |
GUI_HMEM | GUI_ALLOC_Realloc (GUI_HMEM hOld, int NewSize) |
GUI_ALLOC_DATATYPE | GUI_ALLOC_RequestSize (void) |
void | GUI_ALLOC_SetAvBlockSize (U32 BlockSize) |
void | GUI_ALLOC_Unlock (void) |
void * | GUI_ALLOC_UnlockH (void **pp) |
int | GUI_ALLOC_SetMaxPercentage (int MaxPercentage) |
int | GUI_MEMDEV_CreateAuto (GUI_AUTODEV *pAutoDev) |
void | GUI_MEMDEV_DeleteAuto (GUI_AUTODEV *pAutoDev) |
int | GUI_MEMDEV_DrawAuto (GUI_AUTODEV *pAutoDev, GUI_AUTODEV_INFO *pAutoDevInfo, GUI_CALLBACK_VOID_P *pfDraw, void *pData) |
GUI_MEMDEV_Handle | GUI_MEMDEV_Create (int x0, int y0, int xSize, int ySize) |
GUI_MEMDEV_Handle | GUI_MEMDEV_CreateEx (int x0, int y0, int xSize, int ySize, int Flags) |
GUI_MEMDEV_Handle | GUI_MEMDEV_CreateFixed (int x0, int y0, int xSize, int ySize, int Flags, const GUI_DEVICE_API *pDeviceAPI, const LCD_API_COLOR_CONV *pColorConvAPI) |
GUI_MEMDEV_Handle | GUI_MEMDEV_CreateFixed32 (int x0, int y0, int xSize, int ySize) |
void | GUI_MEMDEV_Clear (GUI_MEMDEV_Handle hMem) |
int | GUI_MEMDEV_ClearAlpha (GUI_MEMDEV_Handle hMemData, GUI_MEMDEV_Handle hMemMask) |
void | GUI_MEMDEV_CopyFromLCD (GUI_MEMDEV_Handle hMem) |
void | GUI_MEMDEV_CopyFromLCDAA (GUI_MEMDEV_Handle hMem) |
void | GUI_MEMDEV_CopyToLCD (GUI_MEMDEV_Handle hMem) |
void | GUI_MEMDEV_CopyToLCDAA (GUI_MEMDEV_Handle hMem) |
void | GUI_MEMDEV_CopyToLCDAt (GUI_MEMDEV_Handle hMem, int x, int y) |
int | GUI_MEMDEV_CompareWithLCD (GUI_MEMDEV_Handle hMem, int *px, int *py, int *pExp, int *pAct) |
void | GUI_MEMDEV_Delete (GUI_MEMDEV_Handle MemDev) |
void | GUI_MEMDEV_DrawPerspectiveX (GUI_MEMDEV_Handle hMem, int x, int y, int h0, int h1, int dx, int dy) |
int | GUI_MEMDEV_GetXPos (GUI_MEMDEV_Handle hMem) |
int | GUI_MEMDEV_GetXSize (GUI_MEMDEV_Handle hMem) |
int | GUI_MEMDEV_GetYPos (GUI_MEMDEV_Handle hMem) |
int | GUI_MEMDEV_GetYSize (GUI_MEMDEV_Handle hMem) |
void | GUI_MEMDEV_MarkDirty (GUI_MEMDEV_Handle hMem, int x0, int y0, int x1, int y1) |
void | GUI_MEMDEV_ReduceYSize (GUI_MEMDEV_Handle hMem, int YSize) |
void | GUI_MEMDEV_Rotate (GUI_MEMDEV_Handle hSrc, GUI_MEMDEV_Handle hDst, int dx, int dy, int a, int Mag) |
void | GUI_MEMDEV_RotateAlpha (GUI_MEMDEV_Handle hSrc, GUI_MEMDEV_Handle hDst, int dx, int dy, int a, int Mag, U8 Alpha) |
void | GUI_MEMDEV_RotateHR (GUI_MEMDEV_Handle hSrc, GUI_MEMDEV_Handle hDst, I32 dx, I32 dy, int a, int Mag) |
void | GUI_MEMDEV__Rotate (GUI_MEMDEV_Handle hSrc, GUI_MEMDEV_Handle hDst, int dx, int dy, int a, int Mag, U32 AndMask) |
void | GUI_MEMDEV__RotateHR (GUI_MEMDEV_Handle hSrc, GUI_MEMDEV_Handle hDst, I32 dx, I32 dy, int a, int Mag, U32 AndMask) |
void | GUI_MEMDEV_RotateHQ (GUI_MEMDEV_Handle hSrc, GUI_MEMDEV_Handle hDst, int dx, int dy, int a, int Mag) |
void | GUI_MEMDEV_RotateHQAlpha (GUI_MEMDEV_Handle hSrc, GUI_MEMDEV_Handle hDst, int dx, int dy, int a, int Mag, U8 Alpha) |
void | GUI_MEMDEV_RotateHQHR (GUI_MEMDEV_Handle hSrc, GUI_MEMDEV_Handle hDst, I32 dx, I32 dy, int a, int Mag) |
void | GUI_MEMDEV_RotateHQT (GUI_MEMDEV_Handle hSrc, GUI_MEMDEV_Handle hDst, int dx, int dy, int a, int Mag) |
GUI_MEMDEV_Handle | GUI_MEMDEV_Select (GUI_MEMDEV_Handle hMem) |
void | GUI_MEMDEV_SetOrg (GUI_MEMDEV_Handle hMem, int x0, int y0) |
void | GUI_MEMDEV_WriteAt (GUI_MEMDEV_Handle hMem, int x, int y) |
void | GUI_MEMDEV_Write (GUI_MEMDEV_Handle hMem) |
void | GUI_MEMDEV_WriteAlphaAt (GUI_MEMDEV_Handle hMem, int Alpha, int x, int y) |
void | GUI_MEMDEV_WriteAlpha (GUI_MEMDEV_Handle hMem, int Alpha) |
void | GUI_MEMDEV_WriteExAt (GUI_MEMDEV_Handle hMem, int x, int y, int xMag, int yMag, int Alpha) |
void | GUI_MEMDEV_WriteEx (GUI_MEMDEV_Handle hMem, int xMag, int yMag, int Alpha) |
int | GUI_MEMDEV_Draw (GUI_RECT *pRect, GUI_CALLBACK_VOID_P *pfDraw, void *pData, int NumLines, int Flags) |
void * | GUI_MEMDEV_GetDataPtr (GUI_MEMDEV_Handle hMem) |
void | GUI_MEMDEV_SetColorConv (GUI_MEMDEV_Handle hMem, const LCD_API_COLOR_CONV *pColorConvAPI) |
const LCD_API_COLOR_CONV * | GUI_MEMDEV_GetColorConv (GUI_MEMDEV_Handle hMemDev) |
int | GUI_MEMDEV_GetBitsPerPixel (GUI_MEMDEV_Handle hMemDev) |
int | GUI_MEMDEV_FadeInDevices (GUI_MEMDEV_Handle hMem0, GUI_MEMDEV_Handle hMem1, int Period) |
int | GUI_MEMDEV_FadeOutDevices (GUI_MEMDEV_Handle hMem0, GUI_MEMDEV_Handle hMem1, int Period) |
void | GUI_MEMDEV_SerializeBMP (GUI_MEMDEV_Handle hDev, GUI_CALLBACK_VOID_U8_P *pfSerialize, void *p) |
void | GUI_MEMDEV_SetAnimationCallback (GUI_ANIMATION_CALLBACK_FUNC *pCbAnimation, void *pVoid) |
void | GUI_MEMDEV__FadeDevice (GUI_MEMDEV_Handle hMemWin, GUI_MEMDEV_Handle hMemBk, GUI_MEMDEV_Handle hMemDst, U8 Intens) |
void | GUI_MEMDEV__FadeDeviceEx (GUI_MEMDEV_Handle hMemWin, GUI_MEMDEV_Handle hMemBk, GUI_MEMDEV_Handle hMemDst, U8 Intens, int xPosWin, int yPosWin) |
int | GUI_MEMDEV_PunchOutDevice (GUI_MEMDEV_Handle hMemData, GUI_MEMDEV_Handle hMemMask) |
void | GUI_SelectLCD (void) |
GUI_MEMDEV_Handle | GUI_MEMDEV_CreateBlurredDevice32 (GUI_MEMDEV_Handle hMem, U8 Depth) |
GUI_MEMDEV_Handle | GUI_MEMDEV_CreateBlurredDevice32HQ (GUI_MEMDEV_Handle hMem, U8 Depth) |
GUI_MEMDEV_Handle | GUI_MEMDEV_CreateBlurredDevice32LQ (GUI_MEMDEV_Handle hMem, U8 Depth) |
void | GUI_MEMDEV_SetBlurHQ (void) |
void | GUI_MEMDEV_SetBlurLQ (void) |
int | GUI_MEMDEV_BlendColor32 (GUI_MEMDEV_Handle hMem, U32 BlendColor, U8 BlendIntens) |
int | GUI_MEMDEV_Dither32 (GUI_MEMDEV_Handle hMem, const LCD_API_COLOR_CONV *pColorConvAPI) |
void | GUI_MEMDEV_SetDrawMemdev16bppFunc (GUI_DRAWMEMDEV_16BPP_FUNC *pfDrawMemdev16bppFunc) |
unsigned | GUI_EnableAlpha (unsigned OnOff) |
U32 | GUI_RestoreUserAlpha (GUI_ALPHA_STATE *pAlphaState) |
unsigned | GUI_SetAlpha (U8 Alpha) |
U32 | GUI_SetUserAlpha (GUI_ALPHA_STATE *pAlphaState, U32 UserAlpha) |
void | GUI_SetFuncAlphaBlending (void(*pfAlphaBlending)(LCD_COLOR *, LCD_COLOR *, LCD_COLOR *, U32)) |
void | GUI_SetFuncMixColors (LCD_COLOR(*pFunc)(LCD_COLOR Color, LCD_COLOR BkColor, U8 Intens)) |
void | GUI_SetFuncMixColorsBulk (void(*pFunc)(U32 *pFG, U32 *pBG, U32 *pDst, unsigned OffFG, unsigned OffBG, unsigned OffDest, unsigned xSize, unsigned ySize, U8 Intens)) |
unsigned | GUI_SelectLayer (unsigned Index) |
unsigned | GUI_GetSelLayer (void) |
int | GUI_SetLayerPosEx (unsigned Index, int xPos, int yPos) |
int | GUI_SetLayerSizeEx (unsigned Index, int xSize, int ySize) |
int | GUI_SetLayerVisEx (unsigned Index, int OnOff) |
int | GUI_SetLayerAlphaEx (unsigned Index, int Alpha) |
void | GUI_GetLayerPosEx (unsigned Index, int *pxPos, int *pyPos) |
void | GUI_AssignCursorLayer (unsigned Index, unsigned CursorLayer) |
unsigned | GUI_GetCursorLayer (unsigned Index) |
void | GUI_SetOrg (int x, int y) |
void | GUI_MULTIBUF_Begin (void) |
void | GUI_MULTIBUF_BeginEx (int LayerIndex) |
void | GUI_MULTIBUF_End (void) |
void | GUI_MULTIBUF_EndEx (int LayerIndex) |
void | GUI_MULTIBUF_Config (int NumBuffers) |
void | GUI_MULTIBUF_ConfigEx (int LayerIndex, int NumBuffers) |
void | GUI_MULTIBUF_Confirm (int Index) |
void | GUI_MULTIBUF_ConfirmEx (int LayerIndex, int BufferIndex) |
int | GUI_MULTIBUF_GetNumBuffers (void) |
int | GUI_MULTIBUF_GetNumBuffersEx (int LayerIndex) |
void | GUI_MULTIBUF_UseSingleBuffer (void) |
int | GUI_SPY_Process (GUI_tSend pfSend, GUI_tRecv pfRecv, void *pConnectInfo) |
void | GUI_SPY_SetMemHandler (GUI_tMalloc pMalloc, GUI_tFree pFree) |
int | GUI_SPY_StartServer (void) |
int | GUI_SPY_X_StartServer (void) |
int | GUI_SetOrientation (int Orientation) |
int | GUI_SetOrientationEx (int Orientation, int LayerIndex) |
int | GUI_SetOrientationExCached (int Orientation, int LayerIndex, const GUI_ORIENTATION_API *pAPI) |
GUI_MEASDEV_Handle | GUI_MEASDEV_Create (void) |
void | GUI_MEASDEV_Delete (GUI_MEASDEV_Handle hMemDev) |
void | GUI_MEASDEV_Select (GUI_MEASDEV_Handle hMem) |
void | GUI_MEASDEV_GetRect (GUI_MEASDEV_Handle hMem, GUI_RECT *pRect) |
void | GUI_MEASDEV_ClearRect (GUI_MEASDEV_Handle hMem) |
void | GUI_RotatePolygon (GUI_POINT *pDest, const GUI_POINT *pSrc, int NumPoints, float Angle) |
void | GUI_MagnifyPolygon (GUI_POINT *pDest, const GUI_POINT *pSrc, int NumPoints, int Mag) |
void | GUI_EnlargePolygon (GUI_POINT *pDest, const GUI_POINT *pSrc, int NumPoints, int Len) |
int | GUI_CreateBitmapFromStream (GUI_BITMAP *pBMP, GUI_LOGPALETTE *pPAL, const void *p) |
void | GUI_DrawStreamedBitmap (const void *p, int x, int y) |
void | GUI_DrawStreamedBitmapAuto (const void *p, int x, int y) |
int | GUI_DrawStreamedBitmapEx (GUI_GET_DATA_FUNC *pfGetData, const void *p, int x, int y) |
int | GUI_DrawStreamedBitmapExAuto (GUI_GET_DATA_FUNC *pfGetData, const void *p, int x, int y) |
int | GUI_DrawStreamedBitmap555Ex (GUI_GET_DATA_FUNC *pfGetData, const void *p, int x, int y) |
int | GUI_DrawStreamedBitmapM555Ex (GUI_GET_DATA_FUNC *pfGetData, const void *p, int x, int y) |
int | GUI_DrawStreamedBitmap565Ex (GUI_GET_DATA_FUNC *pfGetData, const void *p, int x, int y) |
int | GUI_DrawStreamedBitmapM565Ex (GUI_GET_DATA_FUNC *pfGetData, const void *p, int x, int y) |
int | GUI_DrawStreamedBitmapA555Ex (GUI_GET_DATA_FUNC *pfGetData, const void *p, int x, int y) |
int | GUI_DrawStreamedBitmapAM555Ex (GUI_GET_DATA_FUNC *pfGetData, const void *p, int x, int y) |
int | GUI_DrawStreamedBitmapA565Ex (GUI_GET_DATA_FUNC *pfGetData, const void *p, int x, int y) |
int | GUI_DrawStreamedBitmapAM565Ex (GUI_GET_DATA_FUNC *pfGetData, const void *p, int x, int y) |
int | GUI_DrawStreamedBitmap24Ex (GUI_GET_DATA_FUNC *pfGetData, const void *p, int x, int y) |
void | GUI_GetStreamedBitmapInfo (const void *p, GUI_BITMAPSTREAM_INFO *pInfo) |
int | GUI_GetStreamedBitmapInfoEx (GUI_GET_DATA_FUNC *pfGetData, const void *p, GUI_BITMAPSTREAM_INFO *pInfo) |
void | GUI_SetStreamedBitmapHook (GUI_BITMAPSTREAM_CALLBACK pfStreamedBitmapHook) |
void | LCD__RLE4_SetFunc (GUI_GET_DATA_FUNC *pfGetData, void *pVoid, U32 Off, const LCD_LOGPALETTE *pLogPal) |
void | LCD__RLE8_SetFunc (GUI_GET_DATA_FUNC *pfGetData, void *pVoid, U32 Off, const LCD_LOGPALETTE *pLogPal) |
void | LCD__RLE16_SetFunc (GUI_GET_DATA_FUNC *pfGetData, void *pVoid, U32 Off) |
void | LCD__RLE32_SetFunc (GUI_GET_DATA_FUNC *pfGetData, void *pVoid, U32 Off) |
void | GUI_BMP_Serialize (GUI_CALLBACK_VOID_U8_P *pfSerialize, void *p) |
void | GUI_BMP_SerializeEx (GUI_CALLBACK_VOID_U8_P *pfSerialize, int x0, int y0, int xSize, int ySize, void *p) |
void | GUI_BMP_SerializeExBpp (GUI_CALLBACK_VOID_U8_P *pfSerialize, int x0, int y0, int xSize, int ySize, void *p, int BitsPerPixel) |
void | GUI_Delay (int Period) |
GUI_TIMER_TIME | GUI_GetTime (void) |
int | GUI_Exec (void) |
int | GUI_Exec1 (void) |
int | GUI_MessageBox (const char *sMessage, const char *sCaption, int Flags) |
GUI_TIMER_HANDLE | GUI_TIMER_Create (GUI_TIMER_CALLBACK *cb, GUI_TIMER_TIME Time, U32 Context, U16 Flags) |
void | GUI_TIMER_Delete (GUI_TIMER_HANDLE hObj) |
GUI_TIMER_TIME | GUI_TIMER_GetPeriod (GUI_TIMER_HANDLE hObj) |
void | GUI_TIMER_SetPeriod (GUI_TIMER_HANDLE hObj, GUI_TIMER_TIME Period) |
void | GUI_TIMER_SetTime (GUI_TIMER_HANDLE hObj, GUI_TIMER_TIME Period) |
void | GUI_TIMER_SetDelay (GUI_TIMER_HANDLE hObj, GUI_TIMER_TIME Delay) |
void | GUI_TIMER_Restart (GUI_TIMER_HANDLE hObj) |
int | GUI_TIMER_GetFlag (GUI_TIMER_HANDLE hObj, int Flag) |
int | GUI_TIMER_Exec (void) |
void | GUI_AA_DisableHiRes (void) |
void | GUI_AA_EnableHiRes (void) |
int | GUI_AA_GetFactor (void) |
void | GUI_AA_SetFactor (int Factor) |
void | GUI_AA_DrawArc (int x0, int y0, int rx, int ry, int a0, int a1) |
void | GUI_AA_DrawLine (int x0, int y0, int x1, int y1) |
void | GUI_AA_DrawPolyOutline (const GUI_POINT *pSrc, int NumPoints, int Thickness, int x, int y) |
void | GUI_AA_DrawPolyOutlineEx (const GUI_POINT *pSrc, int NumPoints, int Thickness, int x, int y, GUI_POINT *pBuffer) |
void | GUI_AA_DrawRoundedRect (int x0, int y0, int x1, int y1, int r) |
void | GUI_AA_DrawRoundedRectEx (GUI_RECT *pRect, int r) |
void | GUI_AA_FillCircle (int x0, int y0, int r) |
void | GUI_AA_FillEllipse (int x0, int y0, int rx, int ry) |
void | GUI_AA_FillPolygon (GUI_POINT *pPoints, int NumPoints, int x0, int y0) |
void | GUI_AA_FillRoundedRect (int x0, int y0, int x1, int y1, int r) |
void | GUI_AA_FillRoundedRectEx (GUI_RECT *pRect, int r) |
int | GUI_AA_PreserveTrans (int OnOff) |
int | GUI_AA_SetDrawMode (int Mode) |
void | GUI_AA_SetpfDrawCharAA4 (int(*pfDrawChar)(int LayerIndex, int x, int y, U8 const *p, int xSize, int ySize, int BytesPerLine)) |
void | GUI_StoreKeyMsg (int Key, int Pressed) |
void | GUI_SendKeyMsg (int Key, int Pressed) |
int | GUI_PollKeyMsg (void) |
void | GUI_GetKeyState (GUI_KEY_STATE *pState) |
void | GUI_KEY__SetHook (void(*pfHook)(const GUI_KEY_STATE *)) |
int | GUI_GetKey (void) |
int | GUI_WaitKey (void) |
void | GUI_StoreKey (int c) |
void | GUI_ClearKeyBuffer (void) |
void | GUI_WaitEvent (void) |
void | GUI_SignalEvent (void) |
void | GUI_SetSignalEventFunc (GUI_SIGNAL_EVENT_FUNC pfSignalEvent) |
void | GUI_SetWaitEventFunc (GUI_WAIT_EVENT_FUNC pfWaitEvent) |
void | GUI_SetWaitEventTimedFunc (GUI_WAIT_EVENT_TIMED_FUNC pfWaitEventTimed) |
void | GUI_JOYSTICK_StoreState (const GUI_PID_STATE *pState) |
void | GUI_PID_StoreState (const GUI_PID_STATE *pState) |
int | GUI_PID_GetState (GUI_PID_STATE *pState) |
void | GUI_PID_GetCurrentState (GUI_PID_STATE *pState) |
int | GUI_PID_IsEmpty (void) |
int | GUI_PID_IsPressed (void) |
void | GUI_PID__SetHook (void(*pfHook)(const GUI_PID_STATE *)) |
int | GUI_MOUSE_GetState (GUI_PID_STATE *pState) |
void | GUI_MOUSE_StoreState (const GUI_PID_STATE *pState) |
int | GUI_TOUCH_GetState (GUI_PID_STATE *pState) |
void | GUI_TOUCH_GetUnstable (int *px, int *py) |
void | GUI_TOUCH_SetLayer (int Layer) |
void | GUI_TOUCH_StoreState (int x, int y) |
void | GUI_TOUCH_StoreStateEx (const GUI_PID_STATE *pState) |
void | GUI_TOUCH_StoreUnstable (int x, int y) |
void | GUI_MOUSE_DRIVER_PS2_Init (void) |
void | GUI_MOUSE_DRIVER_PS2_OnRx (unsigned char Data) |
void | GUI_TOUCH_Exec (void) |
int | GUI_TOUCH_Calibrate (int Coord, int Log0, int Log1, int Phys0, int Phys1) |
void | GUI_TOUCH_SetDefaultCalibration (void) |
int | GUI_TOUCH_GetxPhys (void) |
int | GUI_TOUCH_GetyPhys (void) |
void | GUI_TOUCH_GetCalData (int Coord, int *pMin, int *pMax) |
void | GUI_TOUCH_SetOrientation (unsigned Orientation) |
void | GUI_TOUCH_SetOrientationPhys (unsigned Orientation) |
void | GUI_TOUCH_X_ActivateX (void) |
void | GUI_TOUCH_X_ActivateY (void) |
void | GUI_TOUCH_X_Disable (void) |
int | GUI_TOUCH_X_MeasureX (void) |
int | GUI_TOUCH_X_MeasureY (void) |
void | GUI_X_Config (void) |
void | GUI_X_Init (void) |
GUI_TIMER_TIME | GUI_X_GetTime (void) |
void | GUI_X_Delay (int Period) |
void | GUI_X_Unlock (void) |
void | GUI_X_Lock (void) |
U32 | GUI_X_GetTaskId (void) |
void | GUI_X_InitOS (void) |
void | GUI_X_ExecIdle (void) |
void | GUI_X_WaitEvent (void) |
void | GUI_X_WaitEventTimed (int Period) |
void | GUI_X_SignalEvent (void) |
void | GUI_X_Log (const char *s) |
void | GUI_X_Warn (const char *s) |
void | GUI_X_ErrorOut (const char *s) |
void | GUI_MTOUCH_Enable (int OnOff) |
int | GUI_MTOUCH_GetEvent (GUI_MTOUCH_EVENT *pEvent) |
int | GUI_MTOUCH_GetTouchInput (GUI_MTOUCH_EVENT *pEvent, GUI_MTOUCH_INPUT *pBuffer, unsigned Index) |
int | GUI_MTOUCH_IsEmpty (void) |
void | GUI_MTOUCH_SetOrientation (int Orientation) |
void | GUI_MTOUCH_SetOrientationEx (int Orientation, int LayerIndex) |
void | GUI_MTOUCH_StoreEvent (GUI_MTOUCH_EVENT *pEvent, GUI_MTOUCH_INPUT *pInput) |
#define DECLARE_CREATE_FROM_STREAM | ( | ID | ) | int GUI_CreateBitmapFromStream##ID(GUI_BITMAP * pBMP, GUI_LOGPALETTE * pPAL, const void * p); |
#define GUI_DispString_UC GUI_UC_DispString |
#define GUI_DM_NORMAL LCD_DRAWMODE_NORMAL |
#define GUI_DM_REV LCD_DRAWMODE_REV |
#define GUI_DM_TRANS LCD_DRAWMODE_TRANS |
#define GUI_DM_XOR LCD_DRAWMODE_XOR |
#define GUI_DRAW_BMP24 &GUI_BitmapMethods24 /* Method table ! */ |
#define GUI_DRAW_BMP444_12 &GUI_BitmapMethods444_12 /* Method table ! */ |
#define GUI_DRAW_BMP444_12_1 &GUI_BitmapMethods444_12_1 /* Method table ! */ |
#define GUI_DRAW_BMP444_16 &GUI_BitmapMethods444_16 /* Method table ! */ |
#define GUI_DRAW_BMP555 &GUI_BitmapMethods555 /* Method table ! */ |
#define GUI_DRAW_BMP565 &GUI_BitmapMethods565 /* Method table ! */ |
#define GUI_DRAW_BMP888 &GUI_BitmapMethods888 /* Method table ! */ |
#define GUI_DRAW_BMP8888 &GUI_BitmapMethods8888 /* Method table ! */ |
#define GUI_DRAW_BMPA555 &GUI_BitmapMethodsA555 /* Method table ! */ |
#define GUI_DRAW_BMPA565 &GUI_BitmapMethodsA565 /* Method table ! */ |
#define GUI_DRAW_BMPAM555 &GUI_BitmapMethodsAM555 /* Method table ! */ |
#define GUI_DRAW_BMPAM565 &GUI_BitmapMethodsAM565 /* Method table ! */ |
#define GUI_DRAW_BMPM444_12 &GUI_BitmapMethodsM444_12 /* Method table ! */ |
#define GUI_DRAW_BMPM444_12_1 &GUI_BitmapMethodsM444_12_1 /* Method table ! */ |
#define GUI_DRAW_BMPM444_16 &GUI_BitmapMethodsM444_16 /* Method table ! */ |
#define GUI_DRAW_BMPM555 &GUI_BitmapMethodsM555 /* Method table ! */ |
#define GUI_DRAW_BMPM565 &GUI_BitmapMethodsM565 /* Method table ! */ |
#define GUI_DRAW_BMPM888 &GUI_BitmapMethodsM888 /* Method table ! */ |
#define GUI_DRAW_RLE16 &GUI_BitmapMethodsRLE16 /* Method table ! */ |
#define GUI_DRAW_RLE32 &GUI_BitmapMethodsRLE32 /* Method table ! */ |
#define GUI_DRAW_RLE4 &GUI_BitmapMethodsRLE4 /* Method table ! */ |
#define GUI_DRAW_RLE8 &GUI_BitmapMethodsRLE8 /* Method table ! */ |
#define GUI_DRAW_RLEALPHA &GUI_BitmapMethodsRLEAlpha /* Method table ! */ |
#define GUI_DRAW_RLEM16 &GUI_BitmapMethodsRLEM16 /* Method table ! */ |
#define GUI_DRAWMODE_NORMAL LCD_DRAWMODE_NORMAL |
#define GUI_DRAWMODE_REV LCD_DRAWMODE_REV |
#define GUI_DRAWMODE_TRANS LCD_DRAWMODE_TRANS |
#define GUI_DRAWMODE_XOR LCD_DRAWMODE_XOR |
#define GUI_FONT_10_1 &GUI_Font10_1 |
#define GUI_FONT_10_ASCII &GUI_Font10_ASCII |
#define GUI_FONT_10S_1 &GUI_Font10S_1 |
#define GUI_FONT_10S_ASCII &GUI_Font10S_ASCII |
#define GUI_FONT_13_1 &GUI_Font13_1 |
#define GUI_FONT_13_ASCII &GUI_Font13_ASCII |
#define GUI_FONT_13B_1 &GUI_Font13B_1 |
#define GUI_FONT_13B_ASCII &GUI_Font13B_ASCII |
#define GUI_FONT_13H_1 &GUI_Font13H_1 |
#define GUI_FONT_13H_ASCII &GUI_Font13H_ASCII |
#define GUI_FONT_13HB_1 &GUI_Font13HB_1 |
#define GUI_FONT_13HB_ASCII &GUI_Font13HB_ASCII |
#define GUI_FONT_16_1 &GUI_Font16_1 |
#define GUI_FONT_16_1HK &GUI_Font16_1HK |
#define GUI_FONT_16_ASCII &GUI_Font16_ASCII |
#define GUI_FONT_16_HK &GUI_Font16_HK |
#define GUI_FONT_16B_1 &GUI_Font16B_1 |
#define GUI_FONT_16B_ASCII &GUI_Font16B_ASCII |
#define GUI_FONT_20_1 &GUI_Font20_1 |
#define GUI_FONT_20_ASCII &GUI_Font20_ASCII |
#define GUI_FONT_20B_1 &GUI_Font20B_1 |
#define GUI_FONT_20B_ASCII &GUI_Font20B_ASCII |
#define GUI_FONT_20F_ASCII &GUI_Font20F_ASCII |
#define GUI_FONT_24_1 &GUI_Font24_1 |
#define GUI_FONT_24_ASCII &GUI_Font24_ASCII |
#define GUI_FONT_24B_1 &GUI_Font24B_1 |
#define GUI_FONT_24B_ASCII &GUI_Font24B_ASCII |
#define GUI_FONT_32_1 &GUI_Font32_1 |
#define GUI_FONT_32_ASCII &GUI_Font32_ASCII |
#define GUI_FONT_32B_1 &GUI_Font32B_1 |
#define GUI_FONT_32B_ASCII &GUI_Font32B_ASCII |
#define GUI_FONT_4X6 &GUI_Font4x6 |
#define GUI_FONT_6X8 &GUI_Font6x8 |
#define GUI_FONT_6X8_1 &GUI_Font6x8_1 |
#define GUI_FONT_6X8_ASCII &GUI_Font6x8_ASCII |
#define GUI_FONT_6X9 &GUI_Font6x9 |
#define GUI_FONT_8_1 &GUI_Font8_1 |
#define GUI_FONT_8_ASCII &GUI_Font8_ASCII |
#define GUI_FONT_8X10_ASCII &GUI_Font8x10_ASCII |
#define GUI_FONT_8X12_ASCII &GUI_Font8x12_ASCII |
#define GUI_FONT_8X13_1 &GUI_Font8x13_1 |
#define GUI_FONT_8X13_ASCII &GUI_Font8x13_ASCII |
#define GUI_FONT_8X15B_1 &GUI_Font8x15B_1 |
#define GUI_FONT_8X15B_ASCII &GUI_Font8x15B_ASCII |
#define GUI_FONT_8X16 &GUI_Font8x16 |
#define GUI_FONT_8X16_1 &GUI_Font8x16_1 |
#define GUI_FONT_8X16_ASCII &GUI_Font8x16_ASCII |
#define GUI_FONT_8X16X1X2 &GUI_Font8x16x1x2 |
#define GUI_FONT_8X16X2X2 &GUI_Font8x16x2x2 |
#define GUI_FONT_8X16X3X3 &GUI_Font8x16x3x3 |
#define GUI_FONT_8X17 &GUI_Font8x17 |
#define GUI_FONT_8X18 &GUI_Font8x18 |
#define GUI_FONT_8X8 &GUI_Font8x8 |
#define GUI_FONT_8X8_1 &GUI_Font8x8_1 |
#define GUI_FONT_8X8_ASCII &GUI_Font8x8_ASCII |
#define GUI_FONT_8X9 &GUI_Font8x9 |
#define GUI_FONT_COMIC18B_1 &GUI_FontComic18B_1 |
#define GUI_FONT_COMIC18B_ASCII &GUI_FontComic18B_ASCII |
#define GUI_FONT_COMIC24B_1 &GUI_FontComic24B_1 |
#define GUI_FONT_COMIC24B_ASCII &GUI_FontComic24B_ASCII |
#define GUI_FONT_D24X32 &GUI_FontD24x32 |
#define GUI_FONT_D32 &GUI_FontD32 |
#define GUI_FONT_D36X48 &GUI_FontD36x48 |
#define GUI_FONT_D48 &GUI_FontD48 |
#define GUI_FONT_D48X64 &GUI_FontD48x64 |
#define GUI_FONT_D60X80 &GUI_FontD60x80 |
#define GUI_FONT_D64 &GUI_FontD64 |
#define GUI_FONT_D80 &GUI_FontD80 |
#define GUI_INVALID_COLOR 0xFFFFFFF /* Invalid color - more than 24 bits */ |
#define GUI_MEMDEV_FadeDevices GUI_MEMDEV_FadeInDevices |
#define GUI_ORIENTATION_C0 &GUI_OrientationAPI_C0 |
#define GUI_ORIENTATION_C16 &GUI_OrientationAPI_C16 |
#define GUI_ORIENTATION_C32 &GUI_OrientationAPI_C32 |
#define GUI_ORIENTATION_C8 &GUI_OrientationAPI_C8 |
#define GUI_SelLayer GUI_SelectLayer |
#define GUI_TA_HCENTER GUI_TA_CENTER /* easier to remember :-) */ |
#define GUI_TEXTMODE_NORMAL LCD_DRAWMODE_NORMAL |
#define GUI_TEXTMODE_REV LCD_DRAWMODE_REV |
#define GUI_TEXTMODE_TRANS LCD_DRAWMODE_TRANS |
#define GUI_TEXTMODE_XOR LCD_DRAWMODE_XOR |
#define GUI_TM_NORMAL LCD_DRAWMODE_NORMAL |
#define GUI_TM_REV LCD_DRAWMODE_REV |
#define GUI_TM_TRANS LCD_DRAWMODE_TRANS |
#define GUI_TM_XOR LCD_DRAWMODE_XOR |
#define GUIDRV_TEMPLATE &GUIDRV_Template_API |
#define GUIDRV_WIN32 &GUIDRV_Win_API |
#define TOUCH_X_ActivateX GUI_TOUCH_X_ActivateX |
#define TOUCH_X_ActivateY GUI_TOUCH_X_ActivateY |
#define TOUCH_X_Disable GUI_TOUCH_X_Disable |
#define TOUCH_X_MeasureX GUI_TOUCH_X_MeasureX |
#define TOUCH_X_MeasureY GUI_TOUCH_X_MeasureY |
typedef int GUI_ANIMATION_CALLBACK_FUNC(int TimeRem, void *pVoid) |
typedef struct GUI_CONTEXT GUI_CONTEXT |
typedef void GUI_DRAWMEMDEV_16BPP_FUNC(void *pDst, const void *pSrc, int xSize, int ySize, int BytesPerLineDst, int BytesPerLineSrc) |
typedef GUI_HMEM GUI_MEASDEV_Handle |
typedef GUI_HMEM GUI_MEMDEV_Handle |
typedef void GUI_MOVIE_FUNC(GUI_MOVIE_HANDLE hMovie, int Notification, U32 CurrentFrame) |
typedef GUI_HMEM GUI_MOVIE_HANDLE |
typedef void GUI_TIMER_CALLBACK(GUI_TIMER_MESSAGE *pTM) |
typedef GUI_HMEM GUI_TIMER_HANDLE |
enum DEVICE_CLASS |
enum GUI_WRAPMODE |
int GUI__CompactPixelIndices | ( | LCD_PIXELINDEX * | pBuffer, |
int | NumPixels, | ||
int | BitsPerPixel | ||
) |
int GUI__CompactPixelIndicesEx | ( | LCD_PIXELINDEX * | pBuffer, |
int | NumPixels, | ||
int | BitsPerPixel, | ||
const LCD_API_COLOR_CONV * | pColorConvAPI | ||
) |
void GUI__Config | ( | void | ) |
int GUI__ConvertColor2Index | ( | LCD_PIXELINDEX * | pBuffer, |
int | NumPixels, | ||
int | BitsPerPixel, | ||
const LCD_API_COLOR_CONV * | pColorConvAPI, | ||
void * | pResult | ||
) |
void GUI__DispStringInRect | ( | const char * | s, |
GUI_RECT * | pRect, | ||
int | TextAlign, | ||
int | MaxNumChars | ||
) |
int GUI__DivideRound | ( | int | a, |
int | b | ||
) |
void GUI__DrawTwinArc2 | ( | int | xl, |
int | xr, | ||
int | y0, | ||
int | r, | ||
GUI_COLOR | ColorR0, | ||
GUI_COLOR | ColorR1, | ||
GUI_COLOR | ColorFill | ||
) |
void GUI__DrawTwinArc4 | ( | int | x0, |
int | y0, | ||
int | x1, | ||
int | y1, | ||
int | r, | ||
GUI_COLOR | ColorR0, | ||
GUI_COLOR | ColorR1, | ||
GUI_COLOR | ColorFill | ||
) |
void GUI__ExpandPixelIndices | ( | void * | pBuffer, |
int | NumPixels, | ||
int | BitsPerPixel | ||
) |
void GUI__ExpandPixelIndicesEx | ( | void * | pBuffer, |
int | NumPixels, | ||
int | BitsPerPixel, | ||
const LCD_API_COLOR_CONV * | pColorConvAPI | ||
) |
void GUI__FillTrippleArc | ( | int | x0, |
int | y0, | ||
int | Size, | ||
GUI_COLOR | ColorR0, | ||
GUI_COLOR | ColorR1, | ||
GUI_COLOR | ColorR2, | ||
GUI_COLOR | ColorFill | ||
) |
void GUI__memcpy | ( | void * | pDest, |
const void * | pSrc, | ||
int | NumBytes | ||
) |
void GUI__RegisterExit | ( | GUI_REGISTER_EXIT * | pRegisterExit | ) |
int GUI__SetText | ( | GUI_HMEM * | phText, |
const char * | s | ||
) |
void GUI_AA_DisableHiRes | ( | void | ) |
void GUI_AA_DrawArc | ( | int | x0, |
int | y0, | ||
int | rx, | ||
int | ry, | ||
int | a0, | ||
int | a1 | ||
) |
void GUI_AA_DrawLine | ( | int | x0, |
int | y0, | ||
int | x1, | ||
int | y1 | ||
) |
void GUI_AA_DrawPolyOutline | ( | const GUI_POINT * | pSrc, |
int | NumPoints, | ||
int | Thickness, | ||
int | x, | ||
int | y | ||
) |
void GUI_AA_DrawPolyOutlineEx | ( | const GUI_POINT * | pSrc, |
int | NumPoints, | ||
int | Thickness, | ||
int | x, | ||
int | y, | ||
GUI_POINT * | pBuffer | ||
) |
void GUI_AA_DrawRoundedRect | ( | int | x0, |
int | y0, | ||
int | x1, | ||
int | y1, | ||
int | r | ||
) |
void GUI_AA_DrawRoundedRectEx | ( | GUI_RECT * | pRect, |
int | r | ||
) |
void GUI_AA_EnableHiRes | ( | void | ) |
void GUI_AA_FillCircle | ( | int | x0, |
int | y0, | ||
int | r | ||
) |
void GUI_AA_FillEllipse | ( | int | x0, |
int | y0, | ||
int | rx, | ||
int | ry | ||
) |
void GUI_AA_FillPolygon | ( | GUI_POINT * | pPoints, |
int | NumPoints, | ||
int | x0, | ||
int | y0 | ||
) |
void GUI_AA_FillRoundedRect | ( | int | x0, |
int | y0, | ||
int | x1, | ||
int | y1, | ||
int | r | ||
) |
void GUI_AA_FillRoundedRectEx | ( | GUI_RECT * | pRect, |
int | r | ||
) |
int GUI_AA_GetFactor | ( | void | ) |
int GUI_AA_PreserveTrans | ( | int | OnOff | ) |
int GUI_AA_SetDrawMode | ( | int | Mode | ) |
void GUI_AA_SetFactor | ( | int | Factor | ) |
void GUI_AA_SetpfDrawCharAA4 | ( | int(*)(int LayerIndex, int x, int y, U8 const *p, int xSize, int ySize, int BytesPerLine) | pfDrawChar | ) |
GUI_HMEM GUI_ALLOC_AllocInit | ( | const void * | pInitData, |
GUI_ALLOC_DATATYPE | Size | ||
) |
GUI_HMEM GUI_ALLOC_AllocNoInit | ( | GUI_ALLOC_DATATYPE | size | ) |
GUI_HMEM GUI_ALLOC_AllocZero | ( | GUI_ALLOC_DATATYPE | size | ) |
void GUI_ALLOC_AssignMemory | ( | void * | p, |
U32 | NumBytes | ||
) |
void GUI_ALLOC_Free | ( | GUI_HMEM | hMem | ) |
void GUI_ALLOC_FreeFixedBlock | ( | void * | p | ) |
void GUI_ALLOC_FreePtr | ( | GUI_HMEM * | phMem | ) |
void GUI_ALLOC_FreePtrArray | ( | GUI_HMEM * | pArray, |
int | NumElems | ||
) |
void* GUI_ALLOC_GetFixedBlock | ( | GUI_ALLOC_DATATYPE | Size | ) |
GUI_ALLOC_DATATYPE GUI_ALLOC_GetMaxSize | ( | void | ) |
GUI_ALLOC_DATATYPE GUI_ALLOC_GetMaxUsedBytes | ( | void | ) |
void GUI_ALLOC_GetMemInfo | ( | GUI_ALLOC_INFO * | pInfo | ) |
GUI_ALLOC_DATATYPE GUI_ALLOC_GetNumFreeBlocks | ( | void | ) |
GUI_ALLOC_DATATYPE GUI_ALLOC_GetNumFreeBytes | ( | void | ) |
GUI_ALLOC_DATATYPE GUI_ALLOC_GetNumUsedBlocks | ( | void | ) |
GUI_ALLOC_DATATYPE GUI_ALLOC_GetNumUsedBytes | ( | void | ) |
GUI_ALLOC_DATATYPE GUI_ALLOC_GetSize | ( | GUI_HMEM | hMem | ) |
void* GUI_ALLOC_h2p | ( | GUI_HMEM | hMem | ) |
void GUI_ALLOC_Init | ( | void | ) |
void GUI_ALLOC_Lock | ( | void | ) |
void* GUI_ALLOC_LockH | ( | GUI_HMEM | hMem | ) |
GUI_HMEM GUI_ALLOC_p2h | ( | void * | p | ) |
GUI_ALLOC_DATATYPE GUI_ALLOC_RequestSize | ( | void | ) |
void GUI_ALLOC_SetAvBlockSize | ( | U32 | BlockSize | ) |
int GUI_ALLOC_SetMaxPercentage | ( | int | MaxPercentage | ) |
void GUI_ALLOC_SuppressPeak | ( | int | OnOff | ) |
void GUI_ALLOC_Unlock | ( | void | ) |
void* GUI_ALLOC_UnlockH | ( | void ** | pp | ) |
void GUI_AssignCursorLayer | ( | unsigned | Index, |
unsigned | CursorLayer | ||
) |
void GUI_BMP_DisableAlpha | ( | void | ) |
int GUI_BMP_Draw | ( | const void * | pFileData, |
int | x0, | ||
int | y0 | ||
) |
int GUI_BMP_DrawEx | ( | GUI_GET_DATA_FUNC * | pfGetData, |
void * | p, | ||
int | x0, | ||
int | y0 | ||
) |
int GUI_BMP_DrawScaled | ( | const void * | pFileData, |
int | x0, | ||
int | y0, | ||
int | Num, | ||
int | Denom | ||
) |
int GUI_BMP_DrawScaledEx | ( | GUI_GET_DATA_FUNC * | pfGetData, |
void * | p, | ||
int | x0, | ||
int | y0, | ||
int | Num, | ||
int | Denom | ||
) |
void GUI_BMP_EnableAlpha | ( | void | ) |
int GUI_BMP_GetXSize | ( | const void * | pFileData | ) |
int GUI_BMP_GetXSizeEx | ( | GUI_GET_DATA_FUNC * | pfGetData, |
void * | p | ||
) |
int GUI_BMP_GetYSize | ( | const void * | pFileData | ) |
int GUI_BMP_GetYSizeEx | ( | GUI_GET_DATA_FUNC * | pfGetData, |
void * | p | ||
) |
void GUI_BMP_Serialize | ( | GUI_CALLBACK_VOID_U8_P * | pfSerialize, |
void * | p | ||
) |
void GUI_BMP_SerializeEx | ( | GUI_CALLBACK_VOID_U8_P * | pfSerialize, |
int | x0, | ||
int | y0, | ||
int | xSize, | ||
int | ySize, | ||
void * | p | ||
) |
void GUI_BMP_SerializeExBpp | ( | GUI_CALLBACK_VOID_U8_P * | pfSerialize, |
int | x0, | ||
int | y0, | ||
int | xSize, | ||
int | ySize, | ||
void * | p, | ||
int | BitsPerPixel | ||
) |
void GUI_Clear | ( | void | ) |
void GUI_ClearKeyBuffer | ( | void | ) |
void GUI_ClearRect | ( | int | x0, |
int | y0, | ||
int | x1, | ||
int | y1 | ||
) |
void GUI_ClearRectEx | ( | const GUI_RECT * | pRect | ) |
int GUI_Color2Index | ( | GUI_COLOR | color | ) |
char GUI_ColorIsAvailable | ( | GUI_COLOR | color | ) |
void GUI_CopyRect | ( | int | x0, |
int | y0, | ||
int | x1, | ||
int | y1, | ||
int | dx, | ||
int | dy | ||
) |
int GUI_CreateBitmapFromStream | ( | GUI_BITMAP * | pBMP, |
GUI_LOGPALETTE * | pPAL, | ||
const void * | p | ||
) |
void GUI_Delay | ( | int | Period | ) |
GUI_DEVICE* GUI_DEVICE__GetpDevice | ( | int | LayerIndex, |
int | DeviceClass | ||
) |
GUI_DEVICE* GUI_DEVICE__GetpDriver | ( | int | LayerIndex | ) |
GUI_DEVICE* GUI_DEVICE_Create | ( | const GUI_DEVICE_API * | pDeviceAPI, |
const LCD_API_COLOR_CONV * | pColorConvAPI, | ||
U16 | Flags, | ||
int | LayerIndex | ||
) |
GUI_DEVICE* GUI_DEVICE_CreateAndLink | ( | const GUI_DEVICE_API * | pDeviceAPI, |
const LCD_API_COLOR_CONV * | pColorConvAPI, | ||
U16 | Flags, | ||
int | LayerIndex | ||
) |
void GUI_DEVICE_Delete | ( | GUI_DEVICE * | pDevice | ) |
int GUI_DEVICE_Link | ( | GUI_DEVICE * | pDevice | ) |
void GUI_DEVICE_LinkDevices | ( | GUI_DEVICE * | pDevice | ) |
void GUI_DEVICE_Unlink | ( | GUI_DEVICE * | pDevice | ) |
GUI_DEVICE* GUI_DEVICE_UnlinkTaskDevices | ( | void | ) |
int GUI_DIRTYDEVICE_Create | ( | void | ) |
int GUI_DIRTYDEVICE_CreateEx | ( | int | LayerIndex | ) |
int GUI_DIRTYDEVICE_Delete | ( | void | ) |
int GUI_DIRTYDEVICE_DeleteEx | ( | int | LayerIndex | ) |
int GUI_DIRTYDEVICE_Fetch | ( | GUI_DIRTYDEVICE_INFO * | pInfo | ) |
int GUI_DIRTYDEVICE_FetchEx | ( | GUI_DIRTYDEVICE_INFO * | pInfo, |
int | LayerIndex | ||
) |
void GUI_DispCEOL | ( | void | ) |
void GUI_DispChar | ( | U16 | c | ) |
void GUI_DispChars | ( | U16 | c, |
int | Cnt | ||
) |
void GUI_DispDecMin | ( | I32 | v | ) |
void GUI_DispFloat | ( | float | v, |
char | Len | ||
) |
void GUI_DispFloatFix | ( | float | v, |
char | Len, | ||
char | Fract | ||
) |
void GUI_DispFloatMin | ( | float | v, |
char | Fract | ||
) |
void GUI_DispNextLine | ( | void | ) |
void GUI_DispSFloatFix | ( | float | v, |
char | Len, | ||
char | Fract | ||
) |
void GUI_DispSFloatMin | ( | float | v, |
char | Fract | ||
) |
void GUI_DispString | ( | const char * | s | ) |
void GUI_DispStringAt | ( | const char * | s, |
int | x, | ||
int | y | ||
) |
void GUI_DispStringAtCEOL | ( | const char * | s, |
int | x, | ||
int | y | ||
) |
void GUI_DispStringHCenterAt | ( | const char * | s, |
int | x, | ||
int | y | ||
) |
void GUI_DispStringInRect | ( | const char * | s, |
GUI_RECT * | pRect, | ||
int | TextAlign | ||
) |
void GUI_DispStringInRectEx | ( | const char * | s, |
GUI_RECT * | pRect, | ||
int | TextAlign, | ||
int | MaxLen, | ||
const GUI_ROTATION * | pLCD_Api | ||
) |
void GUI_DispStringInRectMax | ( | const char * | s, |
GUI_RECT * | pRect, | ||
int | TextAlign, | ||
int | MaxLen | ||
) |
void GUI_DispStringInRectWrap | ( | const char * | s, |
GUI_RECT * | pRect, | ||
int | TextAlign, | ||
GUI_WRAPMODE | WrapMode | ||
) |
void GUI_DispStringLen | ( | const char * | s, |
int | Len | ||
) |
void GUI_DrawArc | ( | int | x0, |
int | y0, | ||
int | rx, | ||
int | ry, | ||
int | a0, | ||
int | a1 | ||
) |
void GUI_DrawBitmap | ( | const GUI_BITMAP * | pBM, |
int | x0, | ||
int | y0 | ||
) |
void GUI_DrawBitmapEx | ( | const GUI_BITMAP * | pBM, |
int | x0, | ||
int | y0, | ||
int | xCenter, | ||
int | yCenter, | ||
int | xMag, | ||
int | yMag | ||
) |
void GUI_DrawBitmapExp | ( | int | x0, |
int | y0, | ||
int | XSize, | ||
int | YSize, | ||
int | XMul, | ||
int | YMul, | ||
int | BitsPerPixel, | ||
int | BytesPerLine, | ||
const U8 * | pData, | ||
const GUI_LOGPALETTE * | pPal | ||
) |
void GUI_DrawBitmapHWAlpha | ( | const GUI_BITMAP * | pBM, |
int | x0, | ||
int | y0 | ||
) |
void GUI_DrawBitmapMag | ( | const GUI_BITMAP * | pBM, |
int | x0, | ||
int | y0, | ||
int | XMul, | ||
int | YMul | ||
) |
void GUI_DrawCircle | ( | int | x0, |
int | y0, | ||
int | r | ||
) |
void GUI_DrawEllipse | ( | int | x0, |
int | y0, | ||
int | rx, | ||
int | ry | ||
) |
void GUI_DrawFocusRect | ( | const GUI_RECT * | pRect, |
int | Dist | ||
) |
void GUI_DrawGradientRoundedH | ( | int | x0, |
int | y0, | ||
int | x1, | ||
int | y1, | ||
int | rd, | ||
GUI_COLOR | Color0, | ||
GUI_COLOR | Color1 | ||
) |
void GUI_DrawGradientRoundedV | ( | int | x0, |
int | y0, | ||
int | x1, | ||
int | y1, | ||
int | rd, | ||
GUI_COLOR | Color0, | ||
GUI_COLOR | Color1 | ||
) |
void GUI_DrawGraph | ( | I16 * | pay, |
int | NumPoints, | ||
int | x0, | ||
int | y0 | ||
) |
void GUI_DrawGraphEx | ( | I16 * | pay, |
int | NumPoints, | ||
int | x0, | ||
int | y0, | ||
int | Numerator, | ||
int | Denominator, | ||
int | MirrorX | ||
) |
void GUI_DrawHLine | ( | int | y0, |
int | x0, | ||
int | x1 | ||
) |
void GUI_DrawLine | ( | int | x0, |
int | y0, | ||
int | x1, | ||
int | y1 | ||
) |
void GUI_DrawLineRel | ( | int | dx, |
int | dy | ||
) |
void GUI_DrawLineTo | ( | int | x, |
int | y | ||
) |
void GUI_DrawPie | ( | int | x0, |
int | y0, | ||
int | r, | ||
int | a0, | ||
int | a1, | ||
int | Type | ||
) |
void GUI_DrawPixel | ( | int | x, |
int | y | ||
) |
void GUI_DrawPoint | ( | int | x, |
int | y | ||
) |
void GUI_DrawPolygon | ( | const GUI_POINT * | pPoints, |
int | NumPoints, | ||
int | x0, | ||
int | y0 | ||
) |
void GUI_DrawPolyLine | ( | const GUI_POINT * | pPoints, |
int | NumPoints, | ||
int | x0, | ||
int | y0 | ||
) |
void GUI_DrawRect | ( | int | x0, |
int | y0, | ||
int | x1, | ||
int | y1 | ||
) |
void GUI_DrawRectEx | ( | const GUI_RECT * | pRect | ) |
void GUI_DrawRoundedFrame | ( | int | x0, |
int | y0, | ||
int | x1, | ||
int | y1, | ||
int | r, | ||
int | w | ||
) |
void GUI_DrawRoundedRect | ( | int | x0, |
int | y0, | ||
int | x1, | ||
int | y1, | ||
int | r | ||
) |
void GUI_DrawStreamedBitmap | ( | const void * | p, |
int | x, | ||
int | y | ||
) |
int GUI_DrawStreamedBitmap24Ex | ( | GUI_GET_DATA_FUNC * | pfGetData, |
const void * | p, | ||
int | x, | ||
int | y | ||
) |
int GUI_DrawStreamedBitmap555Ex | ( | GUI_GET_DATA_FUNC * | pfGetData, |
const void * | p, | ||
int | x, | ||
int | y | ||
) |
int GUI_DrawStreamedBitmap565Ex | ( | GUI_GET_DATA_FUNC * | pfGetData, |
const void * | p, | ||
int | x, | ||
int | y | ||
) |
int GUI_DrawStreamedBitmapA555Ex | ( | GUI_GET_DATA_FUNC * | pfGetData, |
const void * | p, | ||
int | x, | ||
int | y | ||
) |
int GUI_DrawStreamedBitmapA565Ex | ( | GUI_GET_DATA_FUNC * | pfGetData, |
const void * | p, | ||
int | x, | ||
int | y | ||
) |
int GUI_DrawStreamedBitmapAM555Ex | ( | GUI_GET_DATA_FUNC * | pfGetData, |
const void * | p, | ||
int | x, | ||
int | y | ||
) |
int GUI_DrawStreamedBitmapAM565Ex | ( | GUI_GET_DATA_FUNC * | pfGetData, |
const void * | p, | ||
int | x, | ||
int | y | ||
) |
void GUI_DrawStreamedBitmapAuto | ( | const void * | p, |
int | x, | ||
int | y | ||
) |
int GUI_DrawStreamedBitmapEx | ( | GUI_GET_DATA_FUNC * | pfGetData, |
const void * | p, | ||
int | x, | ||
int | y | ||
) |
int GUI_DrawStreamedBitmapExAuto | ( | GUI_GET_DATA_FUNC * | pfGetData, |
const void * | p, | ||
int | x, | ||
int | y | ||
) |
int GUI_DrawStreamedBitmapM555Ex | ( | GUI_GET_DATA_FUNC * | pfGetData, |
const void * | p, | ||
int | x, | ||
int | y | ||
) |
int GUI_DrawStreamedBitmapM565Ex | ( | GUI_GET_DATA_FUNC * | pfGetData, |
const void * | p, | ||
int | x, | ||
int | y | ||
) |
void GUI_DrawVLine | ( | int | x0, |
int | y0, | ||
int | y1 | ||
) |
unsigned GUI_EnableAlpha | ( | unsigned | OnOff | ) |
void GUI_ErrorOut | ( | const char * | s | ) |
void GUI_ErrorOut1 | ( | const char * | s, |
I32 | p0 | ||
) |
int GUI_Exec | ( | void | ) |
int GUI_Exec1 | ( | void | ) |
void GUI_Exit | ( | void | ) |
void GUI_FillCircle | ( | int | x0, |
int | y0, | ||
int | r | ||
) |
void GUI_FillEllipse | ( | int | x0, |
int | y0, | ||
int | rx, | ||
int | ry | ||
) |
void GUI_FillPolygon | ( | const GUI_POINT * | pPoints, |
int | NumPoints, | ||
int | x0, | ||
int | y0 | ||
) |
void GUI_FillRect | ( | int | x0, |
int | y0, | ||
int | x1, | ||
int | y1 | ||
) |
void GUI_FillRectEx | ( | const GUI_RECT * | pRect | ) |
void GUI_FillRoundedFrame | ( | int | x0, |
int | y0, | ||
int | x1, | ||
int | y1, | ||
int | r, | ||
int | w | ||
) |
void GUI_FillRoundedRect | ( | int | x0, |
int | y0, | ||
int | x1, | ||
int | y1, | ||
int | r | ||
) |
void GUI_FillRoundedRectB | ( | int | x0, |
int | y0, | ||
int | x1, | ||
int | y1, | ||
int | r | ||
) |
void GUI_FillRoundedRectT | ( | int | x0, |
int | y0, | ||
int | x1, | ||
int | y1, | ||
int | r | ||
) |
GUI_COLOR GUI_GetBkColor | ( | void | ) |
int GUI_GetBkColorIndex | ( | void | ) |
int GUI_GetCharDistX | ( | U16 | c | ) |
int GUI_GetCharDistXEx | ( | U16 | c, |
int * | pSizeX | ||
) |
void GUI_GetClientRect | ( | GUI_RECT * | pRect | ) |
GUI_COLOR GUI_GetColor | ( | void | ) |
int GUI_GetColorIndex | ( | void | ) |
unsigned GUI_GetCursorLayer | ( | unsigned | Index | ) |
char GUI_GetDecChar | ( | void | ) |
int GUI_GetDispPosX | ( | void | ) |
int GUI_GetDispPosY | ( | void | ) |
GUI_DRAWMODE GUI_GetDrawMode | ( | void | ) |
const GUI_FONT* GUI_GetFont | ( | void | ) |
int GUI_GetFontDistY | ( | void | ) |
void GUI_GetFontInfo | ( | const GUI_FONT * | pFont, |
GUI_FONTINFO * | pfi | ||
) |
int GUI_GetFontSizeY | ( | void | ) |
int GUI_GetKey | ( | void | ) |
void GUI_GetKeyState | ( | GUI_KEY_STATE * | pState | ) |
void GUI_GetLayerPosEx | ( | unsigned | Index, |
int * | pxPos, | ||
int * | pyPos | ||
) |
int GUI_GetLeadingBlankCols | ( | U16 | c | ) |
U8 GUI_GetLineStyle | ( | void | ) |
void GUI_GetOrg | ( | int * | px, |
int * | py | ||
) |
U8 GUI_GetPenShape | ( | void | ) |
U8 GUI_GetPenSize | ( | void | ) |
unsigned GUI_GetPixelIndex | ( | int | x, |
int | y | ||
) |
int GUI_GetScreenSizeX | ( | void | ) |
int GUI_GetScreenSizeY | ( | void | ) |
unsigned GUI_GetSelLayer | ( | void | ) |
void GUI_GetStreamedBitmapInfo | ( | const void * | p, |
GUI_BITMAPSTREAM_INFO * | pInfo | ||
) |
int GUI_GetStreamedBitmapInfoEx | ( | GUI_GET_DATA_FUNC * | pfGetData, |
const void * | p, | ||
GUI_BITMAPSTREAM_INFO * | pInfo | ||
) |
int GUI_GetStringDistX | ( | const char * | s | ) |
int GUI_GetTextAlign | ( | void | ) |
void GUI_GetTextExtend | ( | GUI_RECT * | pRect, |
const char * | s, | ||
int | Len | ||
) |
int GUI_GetTextMode | ( | void | ) |
GUI_TIMER_TIME GUI_GetTime | ( | void | ) |
int GUI_GetTrailingBlankCols | ( | U16 | c | ) |
const char* GUI_GetVersionString | ( | void | ) |
int GUI_GetYAdjust | ( | void | ) |
int GUI_GetYDistOfFont | ( | const GUI_FONT * | pFont | ) |
int GUI_GetYSizeOfFont | ( | const GUI_FONT * | pFont | ) |
int GUI_GIF_Draw | ( | const void * | pGIF, |
U32 | NumBytes, | ||
int | x0, | ||
int | y0 | ||
) |
int GUI_GIF_DrawEx | ( | GUI_GET_DATA_FUNC * | pfGetData, |
void * | p, | ||
int | x0, | ||
int | y0 | ||
) |
int GUI_GIF_DrawSub | ( | const void * | pGIF, |
U32 | NumBytes, | ||
int | x0, | ||
int | y0, | ||
int | Index | ||
) |
int GUI_GIF_DrawSubEx | ( | GUI_GET_DATA_FUNC * | pfGetData, |
void * | p, | ||
int | x0, | ||
int | y0, | ||
int | Index | ||
) |
int GUI_GIF_DrawSubScaled | ( | const void * | pGIF, |
U32 | NumBytes, | ||
int | x0, | ||
int | y0, | ||
int | Index, | ||
int | Num, | ||
int | Denom | ||
) |
int GUI_GIF_DrawSubScaledEx | ( | GUI_GET_DATA_FUNC * | pfGetData, |
void * | p, | ||
int | x0, | ||
int | y0, | ||
int | Index, | ||
int | Num, | ||
int | Denom | ||
) |
int GUI_GIF_GetCommentEx | ( | GUI_GET_DATA_FUNC * | pfGetData, |
void * | p, | ||
U8 * | pBuffer, | ||
int | MaxSize, | ||
int | Index | ||
) |
int GUI_GIF_GetImageInfo | ( | const void * | pGIF, |
U32 | NumBytes, | ||
GUI_GIF_IMAGE_INFO * | pInfo, | ||
int | Index | ||
) |
int GUI_GIF_GetImageInfoEx | ( | GUI_GET_DATA_FUNC * | pfGetData, |
void * | p, | ||
GUI_GIF_IMAGE_INFO * | pInfo, | ||
int | Index | ||
) |
int GUI_GIF_GetInfo | ( | const void * | pGIF, |
U32 | NumBytes, | ||
GUI_GIF_INFO * | pInfo | ||
) |
int GUI_GIF_GetInfoEx | ( | GUI_GET_DATA_FUNC * | pfGetData, |
void * | p, | ||
GUI_GIF_INFO * | pInfo | ||
) |
int GUI_GIF_GetXSize | ( | const void * | pGIF | ) |
int GUI_GIF_GetXSizeEx | ( | GUI_GET_DATA_FUNC * | pfGetData, |
void * | p | ||
) |
int GUI_GIF_GetYSize | ( | const void * | pGIF | ) |
int GUI_GIF_GetYSizeEx | ( | GUI_GET_DATA_FUNC * | pfGetData, |
void * | p | ||
) |
int GUI_GIF_SetFillTrans | ( | int | OnOff | ) |
char GUI_GotoX | ( | int | x | ) |
char GUI_GotoXY | ( | int | x, |
int | y | ||
) |
char GUI_GotoY | ( | int | y | ) |
GUI_COLOR GUI_Index2Color | ( | int | Index | ) |
int GUI_Init | ( | void | ) |
void GUI_InvertRect | ( | int | x0, |
int | y0, | ||
int | x1, | ||
int | y1 | ||
) |
void GUI_JOYSTICK_StoreState | ( | const GUI_PID_STATE * | pState | ) |
int GUI_JPEG_Draw | ( | const void * | pFileData, |
int | DataSize, | ||
int | x0, | ||
int | y0 | ||
) |
int GUI_JPEG_DrawEx | ( | GUI_GET_DATA_FUNC * | pfGetData, |
void * | p, | ||
int | x0, | ||
int | y0 | ||
) |
int GUI_JPEG_DrawScaled | ( | const void * | pFileData, |
int | DataSize, | ||
int | x0, | ||
int | y0, | ||
int | Num, | ||
int | Denom | ||
) |
int GUI_JPEG_DrawScaledEx | ( | GUI_GET_DATA_FUNC * | pfGetData, |
void * | p, | ||
int | x0, | ||
int | y0, | ||
int | Num, | ||
int | Denom | ||
) |
int GUI_JPEG_GetInfo | ( | const void * | pFileData, |
int | DataSize, | ||
GUI_JPEG_INFO * | pInfo | ||
) |
int GUI_JPEG_GetInfoEx | ( | GUI_GET_DATA_FUNC * | pfGetData, |
void * | p, | ||
GUI_JPEG_INFO * | pInfo | ||
) |
void GUI_KEY__SetHook | ( | void(*)(const GUI_KEY_STATE *) | pfHook | ) |
int GUI_LANG_GetNumItems | ( | int | IndexLang | ) |
const char* GUI_LANG_GetText | ( | int | IndexText | ) |
int GUI_LANG_GetTextBuffered | ( | int | IndexText, |
char * | pBuffer, | ||
int | SizeOfBuffer | ||
) |
int GUI_LANG_GetTextBufferedEx | ( | int | IndexText, |
int | IndexLang, | ||
char * | pBuffer, | ||
int | SizeOfBuffer | ||
) |
const char* GUI_LANG_GetTextEx | ( | int | IndexText, |
int | IndexLang | ||
) |
int GUI_LANG_LoadCSVEx | ( | GUI_GET_DATA_FUNC * | pfGetData, |
void * | p | ||
) |
int GUI_LANG_LoadTextEx | ( | GUI_GET_DATA_FUNC * | pfGetData, |
void * | p, | ||
int | IndexLang | ||
) |
int GUI_LANG_SetLang | ( | int | IndexLang | ) |
unsigned GUI_LANG_SetMaxNumLang | ( | unsigned | MaxNumLang | ) |
void GUI_Log | ( | const char * | s | ) |
void GUI_Log1 | ( | const char * | s, |
I32 | p0 | ||
) |
void GUI_MEASDEV_ClearRect | ( | GUI_MEASDEV_Handle | hMem | ) |
GUI_MEASDEV_Handle GUI_MEASDEV_Create | ( | void | ) |
void GUI_MEASDEV_Delete | ( | GUI_MEASDEV_Handle | hMemDev | ) |
void GUI_MEASDEV_GetRect | ( | GUI_MEASDEV_Handle | hMem, |
GUI_RECT * | pRect | ||
) |
void GUI_MEASDEV_Select | ( | GUI_MEASDEV_Handle | hMem | ) |
void GUI_MEMDEV__FadeDevice | ( | GUI_MEMDEV_Handle | hMemWin, |
GUI_MEMDEV_Handle | hMemBk, | ||
GUI_MEMDEV_Handle | hMemDst, | ||
U8 | Intens | ||
) |
void GUI_MEMDEV__FadeDeviceEx | ( | GUI_MEMDEV_Handle | hMemWin, |
GUI_MEMDEV_Handle | hMemBk, | ||
GUI_MEMDEV_Handle | hMemDst, | ||
U8 | Intens, | ||
int | xPosWin, | ||
int | yPosWin | ||
) |
void GUI_MEMDEV__Rotate | ( | GUI_MEMDEV_Handle | hSrc, |
GUI_MEMDEV_Handle | hDst, | ||
int | dx, | ||
int | dy, | ||
int | a, | ||
int | Mag, | ||
U32 | AndMask | ||
) |
void GUI_MEMDEV__RotateHR | ( | GUI_MEMDEV_Handle | hSrc, |
GUI_MEMDEV_Handle | hDst, | ||
I32 | dx, | ||
I32 | dy, | ||
int | a, | ||
int | Mag, | ||
U32 | AndMask | ||
) |
int GUI_MEMDEV_BlendColor32 | ( | GUI_MEMDEV_Handle | hMem, |
U32 | BlendColor, | ||
U8 | BlendIntens | ||
) |
void GUI_MEMDEV_Clear | ( | GUI_MEMDEV_Handle | hMem | ) |
int GUI_MEMDEV_ClearAlpha | ( | GUI_MEMDEV_Handle | hMemData, |
GUI_MEMDEV_Handle | hMemMask | ||
) |
int GUI_MEMDEV_CompareWithLCD | ( | GUI_MEMDEV_Handle | hMem, |
int * | px, | ||
int * | py, | ||
int * | pExp, | ||
int * | pAct | ||
) |
void GUI_MEMDEV_CopyFromLCD | ( | GUI_MEMDEV_Handle | hMem | ) |
void GUI_MEMDEV_CopyFromLCDAA | ( | GUI_MEMDEV_Handle | hMem | ) |
void GUI_MEMDEV_CopyToLCD | ( | GUI_MEMDEV_Handle | hMem | ) |
void GUI_MEMDEV_CopyToLCDAA | ( | GUI_MEMDEV_Handle | hMem | ) |
void GUI_MEMDEV_CopyToLCDAt | ( | GUI_MEMDEV_Handle | hMem, |
int | x, | ||
int | y | ||
) |
GUI_MEMDEV_Handle GUI_MEMDEV_Create | ( | int | x0, |
int | y0, | ||
int | xSize, | ||
int | ySize | ||
) |
int GUI_MEMDEV_CreateAuto | ( | GUI_AUTODEV * | pAutoDev | ) |
GUI_MEMDEV_Handle GUI_MEMDEV_CreateBlurredDevice32 | ( | GUI_MEMDEV_Handle | hMem, |
U8 | Depth | ||
) |
GUI_MEMDEV_Handle GUI_MEMDEV_CreateBlurredDevice32HQ | ( | GUI_MEMDEV_Handle | hMem, |
U8 | Depth | ||
) |
GUI_MEMDEV_Handle GUI_MEMDEV_CreateBlurredDevice32LQ | ( | GUI_MEMDEV_Handle | hMem, |
U8 | Depth | ||
) |
GUI_MEMDEV_Handle GUI_MEMDEV_CreateEx | ( | int | x0, |
int | y0, | ||
int | xSize, | ||
int | ySize, | ||
int | Flags | ||
) |
GUI_MEMDEV_Handle GUI_MEMDEV_CreateFixed | ( | int | x0, |
int | y0, | ||
int | xSize, | ||
int | ySize, | ||
int | Flags, | ||
const GUI_DEVICE_API * | pDeviceAPI, | ||
const LCD_API_COLOR_CONV * | pColorConvAPI | ||
) |
GUI_MEMDEV_Handle GUI_MEMDEV_CreateFixed32 | ( | int | x0, |
int | y0, | ||
int | xSize, | ||
int | ySize | ||
) |
void GUI_MEMDEV_Delete | ( | GUI_MEMDEV_Handle | MemDev | ) |
void GUI_MEMDEV_DeleteAuto | ( | GUI_AUTODEV * | pAutoDev | ) |
int GUI_MEMDEV_Dither32 | ( | GUI_MEMDEV_Handle | hMem, |
const LCD_API_COLOR_CONV * | pColorConvAPI | ||
) |
int GUI_MEMDEV_Draw | ( | GUI_RECT * | pRect, |
GUI_CALLBACK_VOID_P * | pfDraw, | ||
void * | pData, | ||
int | NumLines, | ||
int | Flags | ||
) |
int GUI_MEMDEV_DrawAuto | ( | GUI_AUTODEV * | pAutoDev, |
GUI_AUTODEV_INFO * | pAutoDevInfo, | ||
GUI_CALLBACK_VOID_P * | pfDraw, | ||
void * | pData | ||
) |
void GUI_MEMDEV_DrawPerspectiveX | ( | GUI_MEMDEV_Handle | hMem, |
int | x, | ||
int | y, | ||
int | h0, | ||
int | h1, | ||
int | dx, | ||
int | dy | ||
) |
int GUI_MEMDEV_FadeInDevices | ( | GUI_MEMDEV_Handle | hMem0, |
GUI_MEMDEV_Handle | hMem1, | ||
int | Period | ||
) |
int GUI_MEMDEV_FadeOutDevices | ( | GUI_MEMDEV_Handle | hMem0, |
GUI_MEMDEV_Handle | hMem1, | ||
int | Period | ||
) |
int GUI_MEMDEV_GetBitsPerPixel | ( | GUI_MEMDEV_Handle | hMemDev | ) |
const LCD_API_COLOR_CONV* GUI_MEMDEV_GetColorConv | ( | GUI_MEMDEV_Handle | hMemDev | ) |
void* GUI_MEMDEV_GetDataPtr | ( | GUI_MEMDEV_Handle | hMem | ) |
int GUI_MEMDEV_GetXPos | ( | GUI_MEMDEV_Handle | hMem | ) |
int GUI_MEMDEV_GetXSize | ( | GUI_MEMDEV_Handle | hMem | ) |
int GUI_MEMDEV_GetYPos | ( | GUI_MEMDEV_Handle | hMem | ) |
int GUI_MEMDEV_GetYSize | ( | GUI_MEMDEV_Handle | hMem | ) |
void GUI_MEMDEV_MarkDirty | ( | GUI_MEMDEV_Handle | hMem, |
int | x0, | ||
int | y0, | ||
int | x1, | ||
int | y1 | ||
) |
int GUI_MEMDEV_PunchOutDevice | ( | GUI_MEMDEV_Handle | hMemData, |
GUI_MEMDEV_Handle | hMemMask | ||
) |
void GUI_MEMDEV_ReduceYSize | ( | GUI_MEMDEV_Handle | hMem, |
int | YSize | ||
) |
void GUI_MEMDEV_Rotate | ( | GUI_MEMDEV_Handle | hSrc, |
GUI_MEMDEV_Handle | hDst, | ||
int | dx, | ||
int | dy, | ||
int | a, | ||
int | Mag | ||
) |
void GUI_MEMDEV_RotateAlpha | ( | GUI_MEMDEV_Handle | hSrc, |
GUI_MEMDEV_Handle | hDst, | ||
int | dx, | ||
int | dy, | ||
int | a, | ||
int | Mag, | ||
U8 | Alpha | ||
) |
void GUI_MEMDEV_RotateHQ | ( | GUI_MEMDEV_Handle | hSrc, |
GUI_MEMDEV_Handle | hDst, | ||
int | dx, | ||
int | dy, | ||
int | a, | ||
int | Mag | ||
) |
void GUI_MEMDEV_RotateHQAlpha | ( | GUI_MEMDEV_Handle | hSrc, |
GUI_MEMDEV_Handle | hDst, | ||
int | dx, | ||
int | dy, | ||
int | a, | ||
int | Mag, | ||
U8 | Alpha | ||
) |
void GUI_MEMDEV_RotateHQHR | ( | GUI_MEMDEV_Handle | hSrc, |
GUI_MEMDEV_Handle | hDst, | ||
I32 | dx, | ||
I32 | dy, | ||
int | a, | ||
int | Mag | ||
) |
void GUI_MEMDEV_RotateHQT | ( | GUI_MEMDEV_Handle | hSrc, |
GUI_MEMDEV_Handle | hDst, | ||
int | dx, | ||
int | dy, | ||
int | a, | ||
int | Mag | ||
) |
void GUI_MEMDEV_RotateHR | ( | GUI_MEMDEV_Handle | hSrc, |
GUI_MEMDEV_Handle | hDst, | ||
I32 | dx, | ||
I32 | dy, | ||
int | a, | ||
int | Mag | ||
) |
GUI_MEMDEV_Handle GUI_MEMDEV_Select | ( | GUI_MEMDEV_Handle | hMem | ) |
void GUI_MEMDEV_SerializeBMP | ( | GUI_MEMDEV_Handle | hDev, |
GUI_CALLBACK_VOID_U8_P * | pfSerialize, | ||
void * | p | ||
) |
void GUI_MEMDEV_SetAnimationCallback | ( | GUI_ANIMATION_CALLBACK_FUNC * | pCbAnimation, |
void * | pVoid | ||
) |
void GUI_MEMDEV_SetBlurHQ | ( | void | ) |
void GUI_MEMDEV_SetBlurLQ | ( | void | ) |
void GUI_MEMDEV_SetColorConv | ( | GUI_MEMDEV_Handle | hMem, |
const LCD_API_COLOR_CONV * | pColorConvAPI | ||
) |
void GUI_MEMDEV_SetDrawMemdev16bppFunc | ( | GUI_DRAWMEMDEV_16BPP_FUNC * | pfDrawMemdev16bppFunc | ) |
void GUI_MEMDEV_SetOrg | ( | GUI_MEMDEV_Handle | hMem, |
int | x0, | ||
int | y0 | ||
) |
void GUI_MEMDEV_Write | ( | GUI_MEMDEV_Handle | hMem | ) |
void GUI_MEMDEV_WriteAlpha | ( | GUI_MEMDEV_Handle | hMem, |
int | Alpha | ||
) |
void GUI_MEMDEV_WriteAlphaAt | ( | GUI_MEMDEV_Handle | hMem, |
int | Alpha, | ||
int | x, | ||
int | y | ||
) |
void GUI_MEMDEV_WriteAt | ( | GUI_MEMDEV_Handle | hMem, |
int | x, | ||
int | y | ||
) |
void GUI_MEMDEV_WriteEx | ( | GUI_MEMDEV_Handle | hMem, |
int | xMag, | ||
int | yMag, | ||
int | Alpha | ||
) |
void GUI_MEMDEV_WriteExAt | ( | GUI_MEMDEV_Handle | hMem, |
int | x, | ||
int | y, | ||
int | xMag, | ||
int | yMag, | ||
int | Alpha | ||
) |
int GUI_MessageBox | ( | const char * | sMessage, |
const char * | sCaption, | ||
int | Flags | ||
) |
void GUI_MOUSE_DRIVER_PS2_Init | ( | void | ) |
void GUI_MOUSE_DRIVER_PS2_OnRx | ( | unsigned char | Data | ) |
int GUI_MOUSE_GetState | ( | GUI_PID_STATE * | pState | ) |
void GUI_MOUSE_StoreState | ( | const GUI_PID_STATE * | pState | ) |
void GUI_MoveRect | ( | GUI_RECT * | pRect, |
int | x, | ||
int | y | ||
) |
void GUI_MoveRel | ( | int | dx, |
int | dy | ||
) |
void GUI_MoveTo | ( | int | x, |
int | y | ||
) |
GUI_MOVIE_HANDLE GUI_MOVIE_Create | ( | const void * | pFileData, |
U32 | FileSize, | ||
GUI_MOVIE_FUNC * | pfNotify | ||
) |
GUI_MOVIE_HANDLE GUI_MOVIE_CreateEx | ( | GUI_GET_DATA_FUNC * | pfGetData, |
void * | pParam, | ||
GUI_MOVIE_FUNC * | pfNotify | ||
) |
int GUI_MOVIE_Delete | ( | GUI_MOVIE_HANDLE | hMovie | ) |
U32 GUI_MOVIE_GetFrameIndex | ( | GUI_MOVIE_HANDLE | hMovie | ) |
int GUI_MOVIE_GetInfo | ( | const void * | pFileData, |
U32 | FileSize, | ||
GUI_MOVIE_INFO * | pInfo | ||
) |
int GUI_MOVIE_GetInfoEx | ( | GUI_GET_DATA_FUNC * | pfGetData, |
void * | pParam, | ||
GUI_MOVIE_INFO * | pInfo | ||
) |
int GUI_MOVIE_GetPos | ( | GUI_MOVIE_HANDLE | hMovie, |
int * | pxPos, | ||
int * | pyPos, | ||
int * | pxSize, | ||
int * | pySize | ||
) |
int GUI_MOVIE_GotoFrame | ( | GUI_MOVIE_HANDLE | hMovie, |
U32 | Frame | ||
) |
int GUI_MOVIE_Pause | ( | GUI_MOVIE_HANDLE | hMovie | ) |
int GUI_MOVIE_Play | ( | GUI_MOVIE_HANDLE | hMovie | ) |
int GUI_MOVIE_SetPeriod | ( | GUI_MOVIE_HANDLE | hMovie, |
unsigned | Period | ||
) |
int GUI_MOVIE_SetPos | ( | GUI_MOVIE_HANDLE | hMovie, |
int | xPos, | ||
int | yPos | ||
) |
int GUI_MOVIE_Show | ( | GUI_MOVIE_HANDLE | hMovie, |
int | xPos, | ||
int | yPos, | ||
int | DoLoop | ||
) |
void GUI_MTOUCH_Enable | ( | int | OnOff | ) |
int GUI_MTOUCH_GetEvent | ( | GUI_MTOUCH_EVENT * | pEvent | ) |
int GUI_MTOUCH_GetTouchInput | ( | GUI_MTOUCH_EVENT * | pEvent, |
GUI_MTOUCH_INPUT * | pBuffer, | ||
unsigned | Index | ||
) |
int GUI_MTOUCH_IsEmpty | ( | void | ) |
void GUI_MTOUCH_SetOrientation | ( | int | Orientation | ) |
void GUI_MTOUCH_SetOrientationEx | ( | int | Orientation, |
int | LayerIndex | ||
) |
void GUI_MTOUCH_StoreEvent | ( | GUI_MTOUCH_EVENT * | pEvent, |
GUI_MTOUCH_INPUT * | pInput | ||
) |
void GUI_MULTIBUF_Begin | ( | void | ) |
void GUI_MULTIBUF_BeginEx | ( | int | LayerIndex | ) |
void GUI_MULTIBUF_Config | ( | int | NumBuffers | ) |
void GUI_MULTIBUF_ConfigEx | ( | int | LayerIndex, |
int | NumBuffers | ||
) |
void GUI_MULTIBUF_Confirm | ( | int | Index | ) |
void GUI_MULTIBUF_ConfirmEx | ( | int | LayerIndex, |
int | BufferIndex | ||
) |
void GUI_MULTIBUF_End | ( | void | ) |
void GUI_MULTIBUF_EndEx | ( | int | LayerIndex | ) |
int GUI_MULTIBUF_GetNumBuffers | ( | void | ) |
int GUI_MULTIBUF_GetNumBuffersEx | ( | int | LayerIndex | ) |
void GUI_MULTIBUF_UseSingleBuffer | ( | void | ) |
void GUI_PID__SetHook | ( | void(*)(const GUI_PID_STATE *) | pfHook | ) |
void GUI_PID_GetCurrentState | ( | GUI_PID_STATE * | pState | ) |
int GUI_PID_GetState | ( | GUI_PID_STATE * | pState | ) |
int GUI_PID_IsEmpty | ( | void | ) |
int GUI_PID_IsPressed | ( | void | ) |
void GUI_PID_StoreState | ( | const GUI_PID_STATE * | pState | ) |
int GUI_PNG_Draw | ( | const void * | pFileData, |
int | DataSize, | ||
int | x0, | ||
int | y0 | ||
) |
int GUI_PNG_DrawEx | ( | GUI_GET_DATA_FUNC * | pfGetData, |
void * | p, | ||
int | x0, | ||
int | y0 | ||
) |
int GUI_PNG_GetXSize | ( | const void * | pFileData, |
int | FileSize | ||
) |
int GUI_PNG_GetXSizeEx | ( | GUI_GET_DATA_FUNC * | pfGetData, |
void * | p | ||
) |
int GUI_PNG_GetYSize | ( | const void * | pFileData, |
int | FileSize | ||
) |
int GUI_PNG_GetYSizeEx | ( | GUI_GET_DATA_FUNC * | pfGetData, |
void * | p | ||
) |
int GUI_PollKeyMsg | ( | void | ) |
void GUI_RestoreContext | ( | const GUI_CONTEXT * | pContext | ) |
U32 GUI_RestoreUserAlpha | ( | GUI_ALPHA_STATE * | pAlphaState | ) |
void GUI_SaveContext | ( | GUI_CONTEXT * | pContext | ) |
unsigned GUI_SelectLayer | ( | unsigned | Index | ) |
void GUI_SelectLCD | ( | void | ) |
void GUI_SendKeyMsg | ( | int | Key, |
int | Pressed | ||
) |
unsigned GUI_SetAlpha | ( | U8 | Alpha | ) |
void GUI_SetBkColor | ( | GUI_COLOR | ) |
void GUI_SetBkColorIndex | ( | int | Index | ) |
void GUI_SetColor | ( | GUI_COLOR | ) |
void GUI_SetColorIndex | ( | int | Index | ) |
char GUI_SetDecChar | ( | char | c | ) |
void GUI_SetDefault | ( | void | ) |
void GUI_SetDefaultFont | ( | const GUI_FONT * | pFont | ) |
GUI_DRAWMODE GUI_SetDrawMode | ( | GUI_DRAWMODE | dm | ) |
void GUI_SetFuncAlphaBlending | ( | void(*)(LCD_COLOR *, LCD_COLOR *, LCD_COLOR *, U32) | pfAlphaBlending | ) |
void GUI_SetFuncMixColorsBulk | ( | void(*)(U32 *pFG, U32 *pBG, U32 *pDst, unsigned OffFG, unsigned OffBG, unsigned OffDest, unsigned xSize, unsigned ySize, U8 Intens) | pFunc | ) |
int GUI_SetLayerAlphaEx | ( | unsigned | Index, |
int | Alpha | ||
) |
int GUI_SetLayerPosEx | ( | unsigned | Index, |
int | xPos, | ||
int | yPos | ||
) |
int GUI_SetLayerSizeEx | ( | unsigned | Index, |
int | xSize, | ||
int | ySize | ||
) |
int GUI_SetLayerVisEx | ( | unsigned | Index, |
int | OnOff | ||
) |
int GUI_SetLBorder | ( | int | x | ) |
void GUI_SetOnErrorFunc | ( | void(*)(const char *s) | pFunc | ) |
void GUI_SetOrg | ( | int | x, |
int | y | ||
) |
int GUI_SetOrientation | ( | int | Orientation | ) |
int GUI_SetOrientationEx | ( | int | Orientation, |
int | LayerIndex | ||
) |
int GUI_SetOrientationExCached | ( | int | Orientation, |
int | LayerIndex, | ||
const GUI_ORIENTATION_API * | pAPI | ||
) |
void GUI_SetRefreshHook | ( | void(*)(void) | pFunc | ) |
void GUI_SetScreenSizeX | ( | int | xSize | ) |
void GUI_SetScreenSizeY | ( | int | ySize | ) |
void GUI_SetSignalEventFunc | ( | GUI_SIGNAL_EVENT_FUNC | pfSignalEvent | ) |
void GUI_SetStreamedBitmapHook | ( | GUI_BITMAPSTREAM_CALLBACK | pfStreamedBitmapHook | ) |
int GUI_SetTextAlign | ( | int | Align | ) |
int GUI_SetTextMode | ( | int | Mode | ) |
char GUI_SetTextStyle | ( | char | Style | ) |
U32 GUI_SetUserAlpha | ( | GUI_ALPHA_STATE * | pAlphaState, |
U32 | UserAlpha | ||
) |
void GUI_SetWaitEventFunc | ( | GUI_WAIT_EVENT_FUNC | pfWaitEvent | ) |
void GUI_SetWaitEventTimedFunc | ( | GUI_WAIT_EVENT_TIMED_FUNC | pfWaitEventTimed | ) |
void GUI_SIF_CreateFont | ( | const void * | pFontData, |
GUI_FONT * | pFont, | ||
const GUI_SIF_TYPE * | pFontType | ||
) |
void GUI_SIF_DeleteFont | ( | GUI_FONT * | pFont | ) |
void GUI_SignalEvent | ( | void | ) |
int GUI_SOFTLAYER_Enable | ( | GUI_SOFTLAYER_CONFIG * | pConfig, |
int | NumLayers, | ||
GUI_COLOR | CompositeColor | ||
) |
int GUI_SOFTLAYER_MULTIBUF_Enable | ( | int | OnOff | ) |
int GUI_SOFTLAYER_Refresh | ( | void | ) |
void GUI_SOFTLAYER_SetCompositeColor | ( | U32 | Color | ) |
GUI_HSPRITE GUI_SPRITE__CreateEx | ( | const GUI_BITMAP * | pBM, |
int | x, | ||
int | y, | ||
int | Layer, | ||
U16 | Flags | ||
) |
void GUI_SPRITE__SetCallback | ( | GUI_HSPRITE | hSprite, |
GUI_HMEM | hContext, | ||
void(*)(GUI_HSPRITE, int) | pCB | ||
) |
GUI_HSPRITE GUI_SPRITE_Create | ( | const GUI_BITMAP * | pBM, |
int | x, | ||
int | y | ||
) |
GUI_HSPRITE GUI_SPRITE_CreateAnim | ( | const GUI_BITMAP ** | ppBm, |
int | x, | ||
int | y, | ||
unsigned | Period, | ||
const unsigned * | pPeriod, | ||
int | NumItems | ||
) |
GUI_HSPRITE GUI_SPRITE_CreateEx | ( | const GUI_BITMAP * | pBM, |
int | x, | ||
int | y, | ||
int | Layer | ||
) |
GUI_HSPRITE GUI_SPRITE_CreateExAnim | ( | const GUI_BITMAP ** | ppBm, |
int | x, | ||
int | y, | ||
unsigned | Period, | ||
const unsigned * | pPeriod, | ||
int | NumItems, | ||
int | LayerIndex | ||
) |
GUI_HSPRITE GUI_SPRITE_CreateHidden | ( | const GUI_BITMAP * | pBM, |
int | x, | ||
int | y | ||
) |
GUI_HSPRITE GUI_SPRITE_CreateHiddenEx | ( | const GUI_BITMAP * | pBM, |
int | x, | ||
int | y, | ||
int | Layer | ||
) |
void GUI_SPRITE_Delete | ( | GUI_HSPRITE | hSprite | ) |
int GUI_SPRITE_GetState | ( | GUI_HSPRITE | hSprite | ) |
void GUI_SPRITE_Hide | ( | GUI_HSPRITE | hSprite | ) |
int GUI_SPRITE_SetBitmap | ( | GUI_HSPRITE | hSprite, |
const GUI_BITMAP * | pBM | ||
) |
int GUI_SPRITE_SetBitmapAndPosition | ( | GUI_HSPRITE | hSprite, |
const GUI_BITMAP * | pBM, | ||
int | x, | ||
int | y | ||
) |
int GUI_SPRITE_SetLoop | ( | GUI_HSPRITE | hSprite, |
int | OnOff | ||
) |
void GUI_SPRITE_SetPosition | ( | GUI_HSPRITE | hSprite, |
int | x, | ||
int | y | ||
) |
void GUI_SPRITE_Show | ( | GUI_HSPRITE | hSprite | ) |
int GUI_SPRITE_StartAnim | ( | GUI_HSPRITE | hSprite | ) |
int GUI_SPRITE_StopAnim | ( | GUI_HSPRITE | hSprite | ) |
void GUI_SPY_SetMemHandler | ( | GUI_tMalloc | pMalloc, |
GUI_tFree | pFree | ||
) |
int GUI_SPY_StartServer | ( | void | ) |
int GUI_SPY_X_StartServer | ( | void | ) |
void GUI_StoreKey | ( | int | c | ) |
void GUI_StoreKeyMsg | ( | int | Key, |
int | Pressed | ||
) |
GUI_TIMER_HANDLE GUI_TIMER_Create | ( | GUI_TIMER_CALLBACK * | cb, |
GUI_TIMER_TIME | Time, | ||
U32 | Context, | ||
U16 | Flags | ||
) |
void GUI_TIMER_Delete | ( | GUI_TIMER_HANDLE | hObj | ) |
int GUI_TIMER_Exec | ( | void | ) |
int GUI_TIMER_GetFlag | ( | GUI_TIMER_HANDLE | hObj, |
int | Flag | ||
) |
GUI_TIMER_TIME GUI_TIMER_GetPeriod | ( | GUI_TIMER_HANDLE | hObj | ) |
void GUI_TIMER_Restart | ( | GUI_TIMER_HANDLE | hObj | ) |
void GUI_TIMER_SetDelay | ( | GUI_TIMER_HANDLE | hObj, |
GUI_TIMER_TIME | Delay | ||
) |
void GUI_TIMER_SetPeriod | ( | GUI_TIMER_HANDLE | hObj, |
GUI_TIMER_TIME | Period | ||
) |
void GUI_TIMER_SetTime | ( | GUI_TIMER_HANDLE | hObj, |
GUI_TIMER_TIME | Period | ||
) |
int GUI_TOUCH_Calibrate | ( | int | Coord, |
int | Log0, | ||
int | Log1, | ||
int | Phys0, | ||
int | Phys1 | ||
) |
void GUI_TOUCH_Exec | ( | void | ) |
void GUI_TOUCH_GetCalData | ( | int | Coord, |
int * | pMin, | ||
int * | pMax | ||
) |
int GUI_TOUCH_GetState | ( | GUI_PID_STATE * | pState | ) |
void GUI_TOUCH_GetUnstable | ( | int * | px, |
int * | py | ||
) |
int GUI_TOUCH_GetxPhys | ( | void | ) |
int GUI_TOUCH_GetyPhys | ( | void | ) |
void GUI_TOUCH_SetDefaultCalibration | ( | void | ) |
void GUI_TOUCH_SetLayer | ( | int | Layer | ) |
void GUI_TOUCH_SetOrientation | ( | unsigned | Orientation | ) |
void GUI_TOUCH_SetOrientationPhys | ( | unsigned | Orientation | ) |
void GUI_TOUCH_StoreState | ( | int | x, |
int | y | ||
) |
void GUI_TOUCH_StoreStateEx | ( | const GUI_PID_STATE * | pState | ) |
void GUI_TOUCH_StoreUnstable | ( | int | x, |
int | y | ||
) |
void GUI_TOUCH_X_ActivateX | ( | void | ) |
void GUI_TOUCH_X_ActivateY | ( | void | ) |
void GUI_TOUCH_X_Disable | ( | void | ) |
int GUI_TOUCH_X_MeasureX | ( | void | ) |
int GUI_TOUCH_X_MeasureY | ( | void | ) |
int GUI_TTF_CreateFont | ( | GUI_FONT * | pFont, |
GUI_TTF_CS * | pCS | ||
) |
int GUI_TTF_CreateFontAA | ( | GUI_FONT * | pFont, |
GUI_TTF_CS * | pCS | ||
) |
void GUI_TTF_DestroyCache | ( | void | ) |
void GUI_TTF_Done | ( | void | ) |
int GUI_TTF_GetFamilyName | ( | GUI_FONT * | pFont, |
char * | pBuffer, | ||
int | NumBytes | ||
) |
int GUI_TTF_GetStyleName | ( | GUI_FONT * | pFont, |
char * | pBuffer, | ||
int | NumBytes | ||
) |
void GUI_TTF_SetCacheSize | ( | unsigned | MaxFaces, |
unsigned | MaxSizes, | ||
U32 | MaxBytes | ||
) |
int GUI_UC_ConvertUC2UTF8 | ( | const U16 * | s, |
int | Len, | ||
char * | pBuffer, | ||
int | BufferSize | ||
) |
int GUI_UC_ConvertUTF82UC | ( | const char * | s, |
int | Len, | ||
U16 * | pBuffer, | ||
int | BufferSize | ||
) |
void GUI_UC_DispString | ( | const U16 * | s | ) |
int GUI_UC_EnableBIDI | ( | int | OnOff | ) |
int GUI_UC_Encode | ( | char * | s, |
U16 | Char | ||
) |
U16 GUI_UC_GetCharCode | ( | const char * | s | ) |
int GUI_UC_GetCharSize | ( | const char * | s | ) |
void GUI_UC_SetEncodeNone | ( | void | ) |
void GUI_UC_SetEncodeUTF8 | ( | void | ) |
void GUI_WaitEvent | ( | void | ) |
int GUI_WaitKey | ( | void | ) |
void GUI_Warn | ( | const char * | s | ) |
void GUI_Warn1 | ( | const char * | s, |
I32 | p0 | ||
) |
int GUI_WrapGetNumLines | ( | const char * | pText, |
int | xSize, | ||
GUI_WRAPMODE | WrapMode | ||
) |
U32 GUI_X_GetTaskId | ( | void | ) |
Definition at line 157 of file GUI_X_OS.c.
GUI_TIMER_TIME GUI_X_GetTime | ( | void | ) |
void GUI_X_InitOS | ( | void | ) |
Definition at line 131 of file GUI_X_OS.c.
void GUI_X_Lock | ( | void | ) |
Definition at line 151 of file GUI_X_OS.c.
void GUI_X_SignalEvent | ( | void | ) |
Definition at line 169 of file GUI_X_OS.c.
void GUI_X_Unlock | ( | void | ) |
Definition at line 146 of file GUI_X_OS.c.
void GUI_X_WaitEvent | ( | void | ) |
Definition at line 163 of file GUI_X_OS.c.
void GUI_X_WaitEventTimed | ( | int | Period | ) |
int GUI_XBF_CreateFont | ( | GUI_FONT * | pFont, |
GUI_XBF_DATA * | pXBF, | ||
const GUI_XBF_TYPE * | pFontType, | ||
GUI_XBF_GET_DATA_FUNC * | pfGetData, | ||
void * | pVoid | ||
) |
void GUI_XBF_DeleteFont | ( | GUI_FONT * | pFont | ) |
void LCD__RLE16_SetFunc | ( | GUI_GET_DATA_FUNC * | pfGetData, |
void * | pVoid, | ||
U32 | Off | ||
) |
void LCD__RLE32_SetFunc | ( | GUI_GET_DATA_FUNC * | pfGetData, |
void * | pVoid, | ||
U32 | Off | ||
) |
void LCD__RLE4_SetFunc | ( | GUI_GET_DATA_FUNC * | pfGetData, |
void * | pVoid, | ||
U32 | Off, | ||
const LCD_LOGPALETTE * | pLogPal | ||
) |
void LCD__RLE8_SetFunc | ( | GUI_GET_DATA_FUNC * | pfGetData, |
void * | pVoid, | ||
U32 | Off, | ||
const LCD_LOGPALETTE * | pLogPal | ||
) |
void MainTask | ( | void | ) |
GUI_CONST_STORAGE GUI_BITMAP GUI_BitmapArrowL |
GUI_CONST_STORAGE GUI_BITMAP GUI_BitmapArrowLI |
GUI_CONST_STORAGE GUI_BITMAP GUI_BitmapArrowM |
GUI_CONST_STORAGE GUI_BITMAP GUI_BitmapArrowMI |
GUI_CONST_STORAGE GUI_BITMAP GUI_BitmapArrowS |
GUI_CONST_STORAGE GUI_BITMAP GUI_BitmapArrowSI |
GUI_CONST_STORAGE GUI_BITMAP GUI_BitmapCrossL |
GUI_CONST_STORAGE GUI_BITMAP GUI_BitmapCrossLI |
GUI_CONST_STORAGE GUI_BITMAP GUI_BitmapCrossM |
GUI_CONST_STORAGE GUI_BITMAP GUI_BitmapCrossMI |
GUI_CONST_STORAGE GUI_BITMAP GUI_BitmapCrossS |
GUI_CONST_STORAGE GUI_BITMAP GUI_BitmapCrossSI |
const GUI_BITMAP_METHODS GUI_BitmapMethods24 |
const GUI_BITMAP_METHODS GUI_BitmapMethods444_12 |
const GUI_BITMAP_METHODS GUI_BitmapMethods444_12_1 |
const GUI_BITMAP_METHODS GUI_BitmapMethods444_16 |
const GUI_BITMAP_METHODS GUI_BitmapMethods555 |
const GUI_BITMAP_METHODS GUI_BitmapMethods565 |
const GUI_BITMAP_METHODS GUI_BitmapMethods888 |
const GUI_BITMAP_METHODS GUI_BitmapMethods8888 |
const GUI_BITMAP_METHODS GUI_BitmapMethodsA555 |
const GUI_BITMAP_METHODS GUI_BitmapMethodsA565 |
const GUI_BITMAP_METHODS GUI_BitmapMethodsAM555 |
const GUI_BITMAP_METHODS GUI_BitmapMethodsAM565 |
const GUI_BITMAP_METHODS GUI_BitmapMethodsM444_12 |
const GUI_BITMAP_METHODS GUI_BitmapMethodsM444_12_1 |
const GUI_BITMAP_METHODS GUI_BitmapMethodsM444_16 |
const GUI_BITMAP_METHODS GUI_BitmapMethodsM555 |
const GUI_BITMAP_METHODS GUI_BitmapMethodsM565 |
const GUI_BITMAP_METHODS GUI_BitmapMethodsM888 |
const GUI_BITMAP_METHODS GUI_BitmapMethodsRLE16 |
const GUI_BITMAP_METHODS GUI_BitmapMethodsRLE16Ex |
const GUI_BITMAP_METHODS GUI_BitmapMethodsRLE32 |
const GUI_BITMAP_METHODS GUI_BitmapMethodsRLE32Ex |
const GUI_BITMAP_METHODS GUI_BitmapMethodsRLE4 |
const GUI_BITMAP_METHODS GUI_BitmapMethodsRLE4Ex |
const GUI_BITMAP_METHODS GUI_BitmapMethodsRLE8 |
const GUI_BITMAP_METHODS GUI_BitmapMethodsRLE8Ex |
const GUI_BITMAP_METHODS GUI_BitmapMethodsRLEAlpha |
const GUI_BITMAP_METHODS GUI_BitmapMethodsRLEM16 |
const GUI_BITMAP_METHODS GUI_BitmapMethodsRLEM16Ex |
GUI_CONST_STORAGE GUI_CURSOR_ANIM GUI_CursorAnimHourglassM |
GUI_CONST_STORAGE GUI_CURSOR GUI_CursorArrowL |
GUI_CONST_STORAGE GUI_CURSOR GUI_CursorArrowLI |
GUI_CONST_STORAGE GUI_CURSOR GUI_CursorArrowM |
GUI_CONST_STORAGE GUI_CURSOR GUI_CursorArrowMI |
GUI_CONST_STORAGE GUI_CURSOR GUI_CursorArrowS |
GUI_CONST_STORAGE GUI_CURSOR GUI_CursorArrowSI |
GUI_CONST_STORAGE GUI_CURSOR GUI_CursorCrossL |
GUI_CONST_STORAGE GUI_CURSOR GUI_CursorCrossLI |
GUI_CONST_STORAGE GUI_CURSOR GUI_CursorCrossM |
GUI_CONST_STORAGE GUI_CURSOR GUI_CursorCrossMI |
GUI_CONST_STORAGE GUI_CURSOR GUI_CursorCrossS |
GUI_CONST_STORAGE GUI_CURSOR GUI_CursorCrossSI |
GUI_CONST_STORAGE GUI_CURSOR GUI_CursorHeaderM |
GUI_CONST_STORAGE GUI_CURSOR GUI_CursorHeaderMI |
GUI_CONST_STORAGE GUI_FONT GUI_Font10_1 |
GUI_CONST_STORAGE GUI_FONT GUI_Font10_ASCII |
GUI_CONST_STORAGE GUI_FONT GUI_Font10S_1 |
GUI_CONST_STORAGE GUI_FONT GUI_Font10S_ASCII |
GUI_CONST_STORAGE GUI_FONT GUI_Font13_1 |
GUI_CONST_STORAGE GUI_FONT GUI_Font13_ASCII |
GUI_CONST_STORAGE GUI_FONT GUI_Font13B_1 |
GUI_CONST_STORAGE GUI_FONT GUI_Font13B_ASCII |
GUI_CONST_STORAGE GUI_FONT GUI_Font13H_1 |
GUI_CONST_STORAGE GUI_FONT GUI_Font13H_ASCII |
GUI_CONST_STORAGE GUI_FONT GUI_Font13HB_1 |
GUI_CONST_STORAGE GUI_FONT GUI_Font13HB_ASCII |
GUI_CONST_STORAGE GUI_FONT GUI_Font16_1 |
GUI_CONST_STORAGE GUI_FONT GUI_Font16_1HK |
GUI_CONST_STORAGE GUI_FONT GUI_Font16_ASCII |
GUI_CONST_STORAGE GUI_FONT GUI_Font16_HK |
GUI_CONST_STORAGE GUI_FONT GUI_Font16B_1 |
GUI_CONST_STORAGE GUI_FONT GUI_Font16B_ASCII |
GUI_CONST_STORAGE GUI_FONT GUI_Font20_1 |
GUI_CONST_STORAGE GUI_FONT GUI_Font20_ASCII |
GUI_CONST_STORAGE GUI_FONT GUI_Font20B_1 |
GUI_CONST_STORAGE GUI_FONT GUI_Font20B_ASCII |
GUI_CONST_STORAGE GUI_FONT GUI_Font20F_ASCII |
GUI_CONST_STORAGE GUI_FONT GUI_Font24_1 |
GUI_CONST_STORAGE GUI_FONT GUI_Font24_ASCII |
GUI_CONST_STORAGE GUI_FONT GUI_Font24B_1 |
GUI_CONST_STORAGE GUI_FONT GUI_Font24B_ASCII |
GUI_CONST_STORAGE GUI_FONT GUI_Font32_1 |
GUI_CONST_STORAGE GUI_FONT GUI_Font32_ASCII |
GUI_CONST_STORAGE GUI_FONT GUI_Font32B_1 |
GUI_CONST_STORAGE GUI_FONT GUI_Font32B_ASCII |
GUI_CONST_STORAGE GUI_FONT GUI_Font4x6 |
GUI_CONST_STORAGE GUI_FONT GUI_Font6x8 |
GUI_CONST_STORAGE GUI_FONT GUI_Font6x8_1 |
GUI_CONST_STORAGE GUI_FONT GUI_Font6x8_ASCII |
GUI_CONST_STORAGE GUI_FONT GUI_Font6x9 |
GUI_CONST_STORAGE GUI_FONT GUI_Font8_1 |
GUI_CONST_STORAGE GUI_FONT GUI_Font8_ASCII |
GUI_CONST_STORAGE GUI_FONT GUI_Font8x10_ASCII |
GUI_CONST_STORAGE GUI_FONT GUI_Font8x12_ASCII |
GUI_CONST_STORAGE GUI_FONT GUI_Font8x13_1 |
GUI_CONST_STORAGE GUI_FONT GUI_Font8x13_ASCII |
GUI_CONST_STORAGE GUI_FONT GUI_Font8x15B_1 |
GUI_CONST_STORAGE GUI_FONT GUI_Font8x15B_ASCII |
GUI_CONST_STORAGE GUI_FONT GUI_Font8x16 |
GUI_CONST_STORAGE GUI_FONT GUI_Font8x16_1 |
GUI_CONST_STORAGE GUI_FONT GUI_Font8x16_ASCII |
GUI_CONST_STORAGE GUI_FONT GUI_Font8x16x1x2 |
GUI_CONST_STORAGE GUI_FONT GUI_Font8x16x2x2 |
GUI_CONST_STORAGE GUI_FONT GUI_Font8x16x3x3 |
GUI_CONST_STORAGE GUI_FONT GUI_Font8x17 |
GUI_CONST_STORAGE GUI_FONT GUI_Font8x18 |
GUI_CONST_STORAGE GUI_FONT GUI_Font8x8 |
GUI_CONST_STORAGE GUI_FONT GUI_Font8x8_1 |
GUI_CONST_STORAGE GUI_FONT GUI_Font8x8_ASCII |
GUI_CONST_STORAGE GUI_FONT GUI_Font8x9 |
GUI_CONST_STORAGE GUI_FONT GUI_FontComic18B_1 |
GUI_CONST_STORAGE GUI_FONT GUI_FontComic18B_ASCII |
GUI_CONST_STORAGE GUI_FONT GUI_FontComic24B_1 |
GUI_CONST_STORAGE GUI_FONT GUI_FontComic24B_ASCII |
GUI_CONST_STORAGE GUI_FONT GUI_FontD24x32 |
GUI_CONST_STORAGE GUI_FONT GUI_FontD32 |
GUI_CONST_STORAGE GUI_FONT GUI_FontD36x48 |
GUI_CONST_STORAGE GUI_FONT GUI_FontD48 |
GUI_CONST_STORAGE GUI_FONT GUI_FontD48x64 |
GUI_CONST_STORAGE GUI_FONT GUI_FontD60x80 |
GUI_CONST_STORAGE GUI_FONT GUI_FontD64 |
GUI_CONST_STORAGE GUI_FONT GUI_FontD80 |
GUI_ANIMATION_CALLBACK_FUNC* GUI_MEMDEV__pCbAnimation |
void* GUI_MEMDEV__pVoid |
const GUI_DEVICE_API GUI_MEMDEV_DEVICE_1 |
const GUI_DEVICE_API GUI_MEMDEV_DEVICE_16 |
const GUI_DEVICE_API GUI_MEMDEV_DEVICE_32 |
const GUI_DEVICE_API GUI_MEMDEV_DEVICE_8 |
T_GUI_MTOUCH_STOREEVENT GUI_MTOUCH__pStoreEvent |
const GUI_ORIENTATION_API GUI_OrientationAPI_C0 |
const GUI_ORIENTATION_API GUI_OrientationAPI_C16 |
const GUI_ORIENTATION_API GUI_OrientationAPI_C32 |
const GUI_ORIENTATION_API GUI_OrientationAPI_C8 |
const tGUI_SIF_APIList GUI_SIF_APIList_Prop |
const tGUI_SIF_APIList GUI_SIF_APIList_Prop_AA2 |
const tGUI_SIF_APIList GUI_SIF_APIList_Prop_AA2_EXT |
const tGUI_SIF_APIList GUI_SIF_APIList_Prop_AA4 |
const tGUI_SIF_APIList GUI_SIF_APIList_Prop_AA4_EXT |
const tGUI_SIF_APIList GUI_SIF_APIList_Prop_Ext |
const tGUI_SIF_APIList GUI_SIF_APIList_Prop_Frm |
const tGUI_XBF_APIList GUI_XBF_APIList_Prop |
const tGUI_XBF_APIList GUI_XBF_APIList_Prop_AA2_Ext |
const tGUI_XBF_APIList GUI_XBF_APIList_Prop_AA4_Ext |
const tGUI_XBF_APIList GUI_XBF_APIList_Prop_Ext |
const tGUI_XBF_APIList GUI_XBF_APIList_Prop_Frm |
const GUI_DEVICE_API GUIDRV_Template_API |
Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); You may not use this file except in compliance with the License. You may obtain a copy of the License at:
http://www.st.com/software_license_agreement_liberty_v2
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Definition at line 808 of file GUIDRV_Template.c.
const GUI_DEVICE_API GUIDRV_Win_API |