OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:color_table
(Results
1 - 4
of
4
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Type_Names_Suite.py
46
class
color_table
(aetools.ComponentItem):
class in inherits:aetools.ComponentItem
211
color_table
._superclassnames = []
212
color_table
._privpropdict = {
214
color_table
._privelemdict = {
392
'clrt' :
color_table
,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xmesaP.h
226
unsigned long
color_table
[576]; /* RGB -> pixel value */
member in struct:xmesa_buffer
/external/mesa3d/src/mesa/drivers/x11/
xmesaP.h
226
unsigned long
color_table
[576]; /* RGB -> pixel value */
member in struct:xmesa_buffer
/external/qemu/
console.c
386
static uint32_t
color_table
[2][8];
variable
487
bgcol =
color_table
[t_attrib->bold][t_attrib->fgcol];
488
fgcol =
color_table
[t_attrib->bold][t_attrib->bgcol];
490
fgcol =
color_table
[t_attrib->bold][t_attrib->fgcol];
491
bgcol =
color_table
[t_attrib->bold][t_attrib->bgcol];
675
color_table
[0][COLOR_BLACK]);
763
color_table
[0][s->t_attrib_default.bgcol]);
[
all
...]
Completed in 165 milliseconds