STemWin
+
0
/8 examples
SourceVu will show references to
GUI_HMEM
from the following samples and libraries:
Examples
STM32469I-Discovery
Demonstrations
STemWin
STM32469I_EVAL
Demonstrations
STemWin
STM324xG_EVAL
Demonstrations
STemWin
STM32F412G-Discovery
Demonstrations
STemWin
STM32F413H-Discovery
Demonstrations
STemWin
STM32F429I-Discovery
Demonstrations
STemWin
STM324x9I_EVAL
Demonstrations
STemWin
MB1046
MB1063
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
STemWin
GUI_HMEM
GUI_HMEM macro
Memory management
Syntax
Show:
Summary
Declaration
from
GUI_Type.h:581
#define
GUI_HMEM
I32
Examples
GUI_HMEM
is referenced by 8 libraries and example projects:
Examples
STM32469I-Discovery
Demonstrations
STemWin
STM32469I_EVAL
Demonstrations
STemWin
STM324xG_EVAL
Demonstrations
STemWin
STM32F412G-Discovery
Demonstrations
STemWin
STM32F413H-Discovery
Demonstrations
STemWin
STM32F429I-Discovery
Demonstrations
STemWin
STM324x9I_EVAL
Demonstrations
STemWin
MB1046
MB1063
References
from
0/8
examples
Code
Location
#define
GUI_HMEM
I32
GUI_Type.h:581
GUI_HMEM
hContext
;
// Handle of payload data like sprite- or memory device context
GUI.h:189
GUI_HMEM
hDevData
;
GUI.h:267
int
GUI__SetText
(
GUI_HMEM
*
phText
,
const
char
*
s
)
;
GUI.h:422
typedef
GUI_HMEM
GUI_MOVIE_HANDLE
;
GUI.h:635
GUI_HMEM
GUI_SPLINE_Create
(
const
int
*
px
,
const
int
*
py
,
unsigned
NumPoints
)
;
GUI.h:668
void
GUI_SPLINE_Draw
(
GUI_HMEM
hSpline
,
int
x
,
int
y
)
;
GUI.h:669
void
GUI_SPLINE_Delete
(
GUI_HMEM
hSpline
)
;
GUI.h:670
I16
GUI_SPLINE_GetY
(
GUI_HMEM
hSpline
,
unsigned
Index
,
float
*
py
)
;
GUI.h:671
unsigned
GUI_SPLINE_GetXSize
(
GUI_HMEM
hSpline
)
;
GUI.h:672
void
GUI_SPLINE_DrawAA
(
GUI_HMEM
hSpline
,
int
x
,
int
y
,
unsigned
Width
)
;
GUI.h:673
void
GUI_SPRITE__SetCallback
(
GUI_HSPRITE
hSprite
,
GUI_HMEM
hContext
,
void
(
*
pCB
)
(
GUI_HSPRITE
,
int
)
)
;
GUI.h:730
GUI_HMEM
GUI_ALLOC_AllocInit
(
const
void
*
pInitData
,
GUI_ALLOC_DATATYPE
Size
)
;
GUI.h:945
GUI_HMEM
GUI_ALLOC_AllocNoInit
(
GUI_ALLOC_DATATYPE
size
)
;
GUI.h:946
GUI_HMEM
GUI_ALLOC_AllocZero
(
GUI_ALLOC_DATATYPE
size
)
;
GUI.h:947
void
GUI_ALLOC_Free
(
GUI_HMEM
hMem
)
;
GUI.h:949
void
GUI_ALLOC_FreePtrArray
(
GUI_HMEM
*
pArray
,
int
NumElems
)
;
GUI.h:951
void
GUI_ALLOC_FreePtr
(
GUI_HMEM
*
phMem
)
;
GUI.h:952
GUI_ALLOC_DATATYPE
GUI_ALLOC_GetSize
(
GUI_HMEM
hMem
)
;
GUI.h:955
void
*
GUI_ALLOC_h2p
(
GUI_HMEM
hMem
)
;
GUI.h:956
GUI_HMEM
GUI_ALLOC_p2h
(
void
*
p
)
;
GUI.h:957
void
*
GUI_ALLOC_LockH
(
GUI_HMEM
hMem
)
;
GUI.h:960
GUI_HMEM
GUI_ALLOC_Realloc
(
GUI_HMEM
hOld
,
int
NewSize
)
;
GUI.h:961
typedef
GUI_HMEM
GUI_MEMDEV_Handle
;
GUI.h:976
GUI_HMEM
GUI_QR_Create
(
const
char
*
pText
,
int
PixelSize
,
int
EccLevel
,
int
Version
)
;
GUI.h:1163
void
GUI_QR_Draw
(
GUI_HMEM
hQR
,
int
xPos
,
int
yPos
)
;
GUI.h:1164
void
GUI_QR_GetInfo
(
GUI_HMEM
hQR
,
GUI_QR_INFO
*
pInfo
)
;
GUI.h:1165
void
GUI_QR_Delete
(
GUI_HMEM
hQR
)
;
GUI.h:1166
typedef
GUI_HMEM
GUI_ANIM_HANDLE
;
GUI.h:1185
typedef
GUI_HMEM
GUI_MEASDEV_Handle
;
GUI.h:1248
typedef
GUI_HMEM
GUI_TIMER_HANDLE
;
GUI.h:1361
typedef
GUI_HMEM
GUI_USAGE_Handle
;
GUI_Private.h:146
GUI_HMEM
hUsage
;
GUI_Private.h:198
int
GUI__strcmp_hp
(
GUI_HMEM
hs0
,
const
char
*
s1
)
;
GUI_Private.h:336
typedef
GUI_HMEM
GUI_HWIN
;
GUI_Type.h:584
typedef
GUI_HMEM
GUI_HSPRITE
;
GUI_Type.h:585
GUI_HMEM
hInput
;
GUI_Type.h:606
GUI_HMEM
hWin
;
WM.h:134
GUI_HMEM
hParent
;
WM.h:135
GUI_HMEM
hFirstChild
;
WM.h:136
GUI_HMEM
hNext
;
WM.h:137
GUI_HMEM
hContext
;
WM.h:177
#define
WM_HMEM
GUI_HMEM
WM.h:336
#define
WM_HTIMER
GUI_HMEM
WM.h:338
Call Tree
from
0/8
examples
All items filtered out
All items filtered out
Data Use
from
0/8
examples
All items filtered out
All items filtered out
Class Tree
from
0/8
examples
All items filtered out
All items filtered out
Override Tree
from
0/8
examples
All items filtered out
All items filtered out
Implementations
from
0/8
examples
All items filtered out
All items filtered out
Instances
from
0/8
examples
Lifecycle
from
0/8
examples
All items filtered out
All items filtered out