HomeSort by relevance Sort by last modified time
    Searched defs:color_table (Results 1 - 8 of 8) sorted by null

  /external/syslinux/com32/include/
colortbl.h 42 struct color_table { struct
50 extern struct color_table *console_color_table;
menu.h 172 struct color_table *color_table; member in struct:menu
217 void set_msg_colors_global(struct color_table *tbl,
220 struct color_table *default_color_table(void);
221 struct color_table *copy_color_table(const struct color_table *master);
  /external/syslinux/com32/elflink/ldlinux/
colors.c 42 static const struct color_table default_colors[] = {
68 void set_msg_colors_global(struct color_table *tbl,
72 struct color_table *cp = tbl + message_base_color;
123 struct color_table *default_color_table(void)
126 const struct color_table *dp;
127 struct color_table *cp;
128 struct color_table *color_table; local
133 color_table = calloc(NCOLORS + 256, sizeof(struct color_table));
168 struct color_table *color_table, *cp; local
    [all...]
  /external/syslinux/com32/menu/
colors.c 42 static const struct color_table default_colors[] = {
68 void set_msg_colors_global(struct color_table *tbl,
72 struct color_table *cp = tbl + message_base_color;
123 struct color_table *default_color_table(void)
126 const struct color_table *dp;
127 struct color_table *cp;
128 struct color_table *color_table; local
133 color_table = calloc(NCOLORS + 256, sizeof(struct color_table));
168 struct color_table *color_table, *cp; local
    [all...]
  /external/python/cpython2/Lib/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,
  /prebuilts/gdb/darwin-x86/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,
  /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/mesa3d/src/mesa/drivers/x11/
xmesaP.h 226 unsigned long color_table[576]; /* RGB -> pixel value */ member in struct:xmesa_buffer

Completed in 294 milliseconds