STemWin + 0/9 examples
CodeScope will show references to GUI_HSPRITE from the following samples and libraries:
Examples
STM32F429I-Discovery
Demonstrations
Applications
STemWin
STM32446E_EVAL
Applications
STemWin
STM32469I-Discovery
Applications
STemWin
STM32469I_EVAL
Applications
STemWin
STM324x9I_EVAL
Applications
STemWin
Demonstrations
STemWin
STM324xG_EVAL
Applications
STemWin
 
Symbols
loading...
Files
loading...

GUI_HSPRITE

Syntax

typedef GUI_HMEM GUI_HSPRITE;

Examples

GUI_HSPRITE is referenced by 9 libraries and example projects.

References

LocationReferrerScopeText
GUI_Type.h:585
typedef GUI_HMEM GUI_HSPRITE;
GUI.h:712GUI_CURSOR__GetSpriteEx()
GUI_HSPRITE GUI_CURSOR__GetSpriteEx (int LayerIndex, int * pxPos, int * pyPos);
GUI.h:713GUI_CURSOR__SetSpriteEx()::hSpriteGUI_CURSOR__SetSpriteEx()
void GUI_CURSOR__SetSpriteEx (GUI_HSPRITE hSprite, const GUI_CURSOR * pCursor, int LayerIndex);
GUI.h:729GUI_SPRITE__CreateEx()
GUI_HSPRITE GUI_SPRITE__CreateEx (const GUI_BITMAP * pBM, int x, int y, int Layer, U16 Flags); /* Not to be documented, only used by cursor modul */
GUI.h:730GUI_SPRITE__SetCallback()::hSpriteGUI_SPRITE__SetCallback()
void GUI_SPRITE__SetCallback (GUI_HSPRITE hSprite, GUI_HMEM hContext, void (* pCB)(GUI_HSPRITE, int));
GUI.h:731GUI_SPRITE_Create()
GUI_HSPRITE GUI_SPRITE_Create (const GUI_BITMAP * pBM, int x, int y);
GUI.h:732GUI_SPRITE_CreateAnim()
GUI_HSPRITE GUI_SPRITE_CreateAnim (const GUI_BITMAP ** ppBm, int x, int y, unsigned Period, const unsigned * pPeriod, int NumItems);
GUI.h:733GUI_SPRITE_CreateEx()
GUI_HSPRITE GUI_SPRITE_CreateEx (const GUI_BITMAP * pBM, int x, int y, int Layer);
GUI.h:734GUI_SPRITE_CreateExAnim()
GUI_HSPRITE GUI_SPRITE_CreateExAnim (const GUI_BITMAP ** ppBm, int x, int y, unsigned Period, const unsigned * pPeriod, int NumItems, int LayerIndex);
GUI.h:735GUI_SPRITE_CreateHidden()
GUI_HSPRITE GUI_SPRITE_CreateHidden (const GUI_BITMAP * pBM, int x, int y);
GUI.h:736GUI_SPRITE_CreateHiddenEx()
GUI_HSPRITE GUI_SPRITE_CreateHiddenEx (const GUI_BITMAP * pBM, int x, int y, int Layer);
GUI.h:737GUI_SPRITE_Delete()::hSpriteGUI_SPRITE_Delete()
void GUI_SPRITE_Delete (GUI_HSPRITE hSprite);
GUI.h:738GUI_SPRITE_GetState()::hSpriteGUI_SPRITE_GetState()
int GUI_SPRITE_GetState (GUI_HSPRITE hSprite);
GUI.h:739GUI_SPRITE_Hide()::hSpriteGUI_SPRITE_Hide()
void GUI_SPRITE_Hide (GUI_HSPRITE hSprite);
GUI.h:740GUI_SPRITE_SetBitmap()::hSpriteGUI_SPRITE_SetBitmap()
int GUI_SPRITE_SetBitmap (GUI_HSPRITE hSprite, const GUI_BITMAP * pBM);
GUI.h:741GUI_SPRITE_SetBitmapAndPosition()::hSpriteGUI_SPRITE_SetBitmapAndPosition()
int GUI_SPRITE_SetBitmapAndPosition(GUI_HSPRITE hSprite, const GUI_BITMAP * pBM, int x, int y);
GUI.h:742GUI_SPRITE_SetLoop()::hSpriteGUI_SPRITE_SetLoop()
int GUI_SPRITE_SetLoop (GUI_HSPRITE hSprite, int OnOff);
GUI.h:743GUI_SPRITE_SetPosition()::hSpriteGUI_SPRITE_SetPosition()
void GUI_SPRITE_SetPosition (GUI_HSPRITE hSprite, int x, int y);
GUI.h:744GUI_SPRITE_StartAnim()::hSpriteGUI_SPRITE_StartAnim()
int GUI_SPRITE_StartAnim (GUI_HSPRITE hSprite);
GUI.h:745GUI_SPRITE_StopAnim()::hSpriteGUI_SPRITE_StopAnim()
int GUI_SPRITE_StopAnim (GUI_HSPRITE hSprite);
GUI.h:746GUI_SPRITE_Show()::hSpriteGUI_SPRITE_Show()
void GUI_SPRITE_Show (GUI_HSPRITE hSprite);