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

  /external/u-boot/include/
bmp_layout.h 48 struct bmp_color_table_entry color_table[0]; member in struct:bmp_image
  /external/tensorflow/tensorflow/core/kernels/
draw_bounding_box_op.cc 67 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/
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,
__init__.py 122 getbaseclasses(color_table)
317 'clrt' : color_table,
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Finder/
__init__.py 76 getbaseclasses(StdSuites.Type_Names_Suite.color_table)
151 'clrt' : StdSuites.Type_Names_Suite.color_table,
  /external/u-boot/drivers/video/
cfb_console.c 1189 cte = img->color_table[i];
1203 cte = img->color_table[i];
1212 cte = img->color_table[i];
    [all...]
atmel_lcdfb.c 108 struct bmp_color_table_entry cte = bmp->color_table[i];
  /external/mesa3d/src/mesa/drivers/x11/
xmesaP.h 226 unsigned long color_table[576]; /* RGB -> pixel value */ member in struct:xmesa_buffer
  /external/u-boot/common/
lcd.c 560 cte = bmp->color_table[i];
589 palette = bmp->color_table;
  /external/mesa3d/src/gallium/state_trackers/vdpau/
output.c 292 void const *color_table)
328 if (!color_table)
394 context->texture_subdata(context, res, 0, PIPE_TRANSFER_WRITE, &box, color_table,

Completed in 398 milliseconds