Searched defs:color_table (Results 1 - 8 of 8) sorted by relevance

/external/syslinux/com32/include/
H A Dcolortbl.h42 struct color_table { struct
50 extern struct color_table *console_color_table;
H A Dmenu.h172 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/
H A Dcolors.c42 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/
H A Dcolors.c42 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/tensorflow/tensorflow/core/kernels/
H A Ddraw_bounding_box_op.cc67 float color_table[color_table_length][4] = { variable
77 color_table[i][0] = 1;
147 static_cast<T>(color_table[color_index][c]);
155 static_cast<T>(color_table[color_index][c]);
163 static_cast<T>(color_table[color_index][c]);
171 static_cast<T>(color_table[color_index][c]);
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/
H A DType_Names_Suite.py46 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/gallium/state_trackers/vdpau/
H A Doutput.c285 void const *color_table)
321 if (!color_table)
387 context->texture_subdata(context, res, 0, PIPE_TRANSFER_WRITE, &box, color_table,
279 vlVdpOutputSurfacePutBitsIndexed(VdpOutputSurface surface, VdpIndexedFormat source_indexed_format, void const *const *source_data, uint32_t const *source_pitch, VdpRect const *destination_rect, VdpColorTableFormat color_table_format, void const *color_table) argument
/external/mesa3d/src/mesa/drivers/x11/
H A DxmesaP.h226 unsigned long color_table[576]; /* RGB -> pixel value */ member in struct:xmesa_buffer

Completed in 752 milliseconds