HomeSort by relevance Sort by last modified time
    Searched refs:color_table (Results 1 - 6 of 6) 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,
__init__.py 122 getbaseclasses(color_table)
317 'clrt' : color_table,
  /external/libvncserver/vncterm/
LinuxVNC.c 70 unsigned char color_table[] = { 0, 4, 2, 6, 1, 5, 3, 7, variable
121 console->screen->colourMap.data.bytes[i*3+0]=default_red[color_table[i]];
122 console->screen->colourMap.data.bytes[i*3+1]=default_grn[color_table[i]];
123 console->screen->colourMap.data.bytes[i*3+2]=default_blu[color_table[i]];
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
__init__.py 76 getbaseclasses(StdSuites.Type_Names_Suite.color_table)
151 'clrt' : StdSuites.Type_Names_Suite.color_table,
  /external/mesa3d/src/gallium/state_trackers/vdpau/
output.c 278 void const *color_table)
314 if (!color_table)
378 context->transfer_inline_write(context, res, 0, PIPE_TRANSFER_WRITE, &box, 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 179 milliseconds