STemWin_SampleDemo
GUIDEMO_bm4bpp
is only used within STemWin_SampleDemo.
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_SampleDemo
GUIDEMO_bm4bpp
GUIDEMO_bm4bpp variable
Syntax
Show:
Summary
Declaration
from
GUIDEMO_Bitmap.c:185
const
GUI_BITMAP
GUIDEMO_bm4bpp
=
{
61
,
92
,
31
,
4
,
_acNature
,
&
_PalNature
}
;
Examples
References
from
examples
Code
Location
Referrer
const
GUI_BITMAP
GUIDEMO_bm4bpp
=
{
GUIDEMO_Bitmap.c:185
x0
=
xCenter
-
(
GUIDEMO_bm4bpp
.
XSize
>
>
1
)
*
MAG_FACTOR
;
GUIDEMO_Bitmap.c:1199
_ShowMagnifiedBitmap()
y0
=
yCenter
-
(
GUIDEMO_bm4bpp
.
YSize
>
>
1
)
*
MAG_FACTOR
;
GUIDEMO_Bitmap.c:1200
_ShowMagnifiedBitmap()
GUI_DrawBitmapMag
(
&
GUIDEMO_bm4bpp
,
x0
,
y0
,
MAG_FACTOR
,
MAG_FACTOR
)
;
GUIDEMO_Bitmap.c:1201
_ShowMagnifiedBitmap()
GUI_DrawBitmap
(
&
GUIDEMO_bm4bpp
,
20
,
50
)
;
GUIDEMO_Bitmap.c:1227
_BitmapDemo()
for
(
x
=
0
;
x
<
xSize
/
GUIDEMO_bm4bpp
.
XSize
+
1
;
x
++
)
{
GUIDEMO_Bitmap.c:1233
_BitmapDemo()
for
(
y
=
0
;
y
<
ySize
/
GUIDEMO_bm4bpp
.
YSize
+
1
;
y
++
)
{
GUIDEMO_Bitmap.c:1234
_BitmapDemo()
GUI_DrawBitmap
(
&
GUIDEMO_bm4bpp
,
GUIDEMO_bm4bpp
.
XSize
*
x
,
GUIDEMO_bm4bpp
.
YSize
*
y
)
;
GUIDEMO_Bitmap.c:1235
_BitmapDemo()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
GUIDEMO_bm4bpp
is read by 2 functions:
All items filtered out
GUIDEMO_bm4bpp
_ShowMagnifiedBitmap()
_BitmapDemo()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out