Home
last modified time | relevance | path

Searched refs:color_table (Results 1 – 14 of 14) sorted by relevance

/external/syslinux/com32/menu/
Dcolors.c42 static const struct color_table default_colors[] = {
68 void set_msg_colors_global(struct color_table *tbl, in set_msg_colors_global()
72 struct color_table *cp = tbl + message_base_color; in set_msg_colors_global()
123 struct color_table *default_color_table(void) in default_color_table()
126 const struct color_table *dp; in default_color_table()
127 struct color_table *cp; in default_color_table()
128 struct color_table *color_table; in default_color_table() local
133 color_table = calloc(NCOLORS + 256, sizeof(struct color_table)); in default_color_table()
136 cp = color_table; in default_color_table()
156 console_color_table = color_table; in default_color_table()
[all …]
Dreadconfig.c192 m->color_table = copy_color_table(parent->color_table); in new_menu()
207 m->color_table = default_color_table(); in new_menu()
782 struct color_table *cptr; in parse_config_file()
784 cptr = m->color_table; in parse_config_file()
864 set_msg_colors_global(m->color_table, fg_mask, bg_mask, shadow); in parse_config_file()
Dmenumain.c701 console_color_table = cm->color_table; in prepare_screen_for_menu()
/external/syslinux/com32/elflink/ldlinux/
Dcolors.c42 static const struct color_table default_colors[] = {
68 void set_msg_colors_global(struct color_table *tbl, in set_msg_colors_global()
72 struct color_table *cp = tbl + message_base_color; in set_msg_colors_global()
123 struct color_table *default_color_table(void) in default_color_table()
126 const struct color_table *dp; in default_color_table()
127 struct color_table *cp; in default_color_table()
128 struct color_table *color_table; in default_color_table() local
133 color_table = calloc(NCOLORS + 256, sizeof(struct color_table)); in default_color_table()
136 cp = color_table; in default_color_table()
156 console_color_table = color_table; in default_color_table()
[all …]
Dreadconfig.c222 m->color_table = copy_color_table(parent->color_table); in new_menu()
237 m->color_table = default_color_table(); in new_menu()
977 struct color_table *cptr; in parse_config_file()
979 cptr = m->color_table; in parse_config_file()
1059 set_msg_colors_global(m->color_table, fg_mask, bg_mask, shadow); in parse_config_file()
/external/syslinux/com32/include/
Dmenu.h172 struct color_table *color_table; member
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);
Dcolortbl.h42 struct color_table { struct
50 extern struct color_table *console_color_table; argument
/external/syslinux/com32/lib/sys/
Dcolortable.c3 static struct color_table default_color_table[] = {
7 struct color_table *console_color_table = default_color_table;
9 (sizeof default_color_table / sizeof(struct color_table));
/external/spirv-llvm/test/SPIRV/
Dlinkage-types.ll39 @color_table = addrspace(2) constant [2 x i32] [i32 0, i32 1], align 4
40 ; SPIRV: Name [[color_table:[0-9]+]] "color_table"
41 ; BACK-TO-LLVM: @color_table = addrspace(2) constant [2 x i32] [i32 0, i32 1], align 4
51 @f.color_table = internal addrspace(2) constant [2 x i32] [i32 2, i32 3], align 4
52 ; SPIRV: Name [[f_color_table:[0-9]+]] "f.color_table"
53 ; BACK-TO-LLVM: @f.color_table = internal addrspace(2) constant [2 x i32] [i32 2, i32 3], align 4
89 ; SPIRV-DAG: Decorate [[color_table]] LinkageAttributes "color_table" Export
111 …pace(2)* getelementptr inbounds ([2 x i32], [2 x i32] addrspace(2)* @f.color_table, i32 0, i32 0),…
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/
DType_Names_Suite.py46 class color_table(aetools.ComponentItem): class
211 color_table._superclassnames = []
212 color_table._privpropdict = {
214 color_table._privelemdict = {
392 'clrt' : color_table,
D__init__.py122 getbaseclasses(color_table)
317 'clrt' : color_table,
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Finder/
D__init__.py76 getbaseclasses(StdSuites.Type_Names_Suite.color_table)
151 'clrt' : StdSuites.Type_Names_Suite.color_table,
/external/mesa3d/src/gallium/state_trackers/vdpau/
Doutput.c285 void const *color_table) in vlVdpOutputSurfacePutBitsIndexed() argument
321 if (!color_table) in vlVdpOutputSurfacePutBitsIndexed()
387 context->texture_subdata(context, res, 0, PIPE_TRANSFER_WRITE, &box, color_table, in vlVdpOutputSurfacePutBitsIndexed()
/external/mesa3d/src/mesa/drivers/x11/
DxmesaP.h226 unsigned long color_table[576]; /* RGB -> pixel value */ member