Home
last modified time | relevance | path

Searched refs:PANEL_H (Results 1 – 18 of 18) sorted by relevance

/dports/devel/godot-tools/godot-3.2.3-stable/scene/gui/
H A Dpanel.h31 #ifndef PANEL_H
32 #define PANEL_H macro
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/gui/
H A Dpanel.h30 #ifndef PANEL_H
31 #define PANEL_H macro
/dports/devel/godot2/godot-2.1.6-stable/scene/gui/
H A Dpanel.h30 #ifndef PANEL_H
31 #define PANEL_H macro
/dports/devel/godot/godot-3.2.3-stable/scene/gui/
H A Dpanel.h31 #ifndef PANEL_H
32 #define PANEL_H macro
/dports/games/critterding/critterding-beta12/src/gui/
H A Dpanel.h1 #ifndef PANEL_H
2 #define PANEL_H macro
/dports/multimedia/olive/olive-0.1.2/ui/
H A Dpanel.h21 #ifndef PANEL_H
22 #define PANEL_H macro
/dports/x11-fm/dolphin/dolphin-21.12.3/src/panels/
H A Dpanel.h8 #ifndef PANEL_H
9 #define PANEL_H macro
/dports/x11/mate-panel/mate-panel-1.26.1/mate-panel/
H A Dpanel.h1 #ifndef PANEL_H
2 #define PANEL_H macro
/dports/multimedia/xine/xine-ui-0.99.12/src/xitk/
H A Dpanel.h24 #ifndef PANEL_H
25 #define PANEL_H macro
/dports/x11/trayer/trayer-srg-trayer-1.1.8/
H A Dpanel.h1 #ifndef PANEL_H
2 #define PANEL_H macro
/dports/games/NBlood/NBlood-a1689a4/source/sw/src/
H A Dpanel.h27 #ifndef PANEL_H
29 #define PANEL_H macro
/dports/x11/fbpanel/fbpanel-6.1/panel/
H A Dpanel.h1 #ifndef PANEL_H
2 #define PANEL_H macro
/dports/games/jfsw/jfsw-c434002/src/
H A Dpanel.h27 #ifndef PANEL_H
29 #define PANEL_H macro
/dports/x11/tint/tint2-78313502d3b26c217f5583a23ef571bc9e0edc45/src/
H A Dpanel.h11 #ifndef PANEL_H
12 #define PANEL_H macro
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/queen/
H A Ddisplay.cpp51 _panelBuf = new uint8[ PANEL_W * PANEL_H ]; in Display()
54 memset(_panelBuf, 0, PANEL_W * PANEL_H); in Display()
633 memcpy(_screenBuf + SCREEN_W * ROOM_ZONE_HEIGHT, _panelBuf, PANEL_W * PANEL_H); in prepareUpdate()
708 WRITE_LE_UINT16(data + 14, PANEL_H - 10); in setupPanel()
H A Ddisplay.h197 PANEL_H = 50 enumerator
/dports/games/scummvm/scummvm-2.5.1/engines/queen/
H A Ddisplay.cpp51 _panelBuf = new uint8[ PANEL_W * PANEL_H ]; in Display()
54 memset(_panelBuf, 0, PANEL_W * PANEL_H); in Display()
643 memcpy(_screenBuf + SCREEN_W * ROOM_ZONE_HEIGHT, _panelBuf, PANEL_W * PANEL_H); in prepareUpdate()
718 WRITE_LE_UINT16(data + 14, PANEL_H - 10); in setupPanel()
H A Ddisplay.h197 PANEL_H = 50 enumerator