OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:color_spaces
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/sim/bfin/
gui.c
335
}
color_spaces
[] = {
variable in typeref:struct:__anon21877
350
for (i = 0; i < ARRAY_SIZE (
color_spaces
); ++i)
351
if (!strcmp (color,
color_spaces
[i].name))
352
return
color_spaces
[i].color;
364
for (i = 0; i < ARRAY_SIZE (
color_spaces
); ++i)
365
if (color ==
color_spaces
[i].color)
367
*bytes_per_pixel =
color_spaces
[i].bytes_per_pixel;
369
return
color_spaces
[i].format;
371
return sdl.AllocFormat (
color_spaces
[i].format);
/src/external/gpl3/gdb/dist/sim/bfin/
gui.c
335
}
color_spaces
[] = {
variable in typeref:struct:__anon1367
350
for (i = 0; i < ARRAY_SIZE (
color_spaces
); ++i)
351
if (!strcmp (color,
color_spaces
[i].name))
352
return
color_spaces
[i].color;
364
for (i = 0; i < ARRAY_SIZE (
color_spaces
); ++i)
365
if (color ==
color_spaces
[i].color)
367
*bytes_per_pixel =
color_spaces
[i].bytes_per_pixel;
369
return
color_spaces
[i].format;
371
return sdl.AllocFormat (
color_spaces
[i].format);
Completed in 46 milliseconds
Indexes created Sat Jul 25 00:23:55 UTC 2026