OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gui
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/sim/bfin/
gui.c
1
/* Blackfin
GUI
(SDL) helper code
32
#include "
gui
.h"
142
struct gui_state *
gui
= xmalloc (sizeof (*
gui
));
local
143
if (!
gui
)
149
gui
->color = color;
150
gui
->format = bfin_gui_color_format (
gui
->color, &
gui
->bytes_per_pixel);
153
gui
->screen = sdl.SetVideoMode (width, height, 32
256
struct
gui
_state *
gui
= state;
local
[
all
...]
/src/external/gpl3/gdb/dist/sim/bfin/
gui.c
1
/* Blackfin
GUI
(SDL) helper code
32
#include "
gui
.h"
142
struct gui_state *
gui
= xmalloc (sizeof (*
gui
));
local
143
if (!
gui
)
149
gui
->color = color;
150
gui
->format = bfin_gui_color_format (
gui
->color, &
gui
->bytes_per_pixel);
153
gui
->screen = sdl.SetVideoMode (width, height, 32
256
struct
gui
_state *
gui
= state;
local
[
all
...]
Completed in 16 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026