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

  /external/chromium_org/cc/test/
skia_common.h 28 virtual void* onLockPixels(SkColorTable** color_table) OVERRIDE;
43 virtual void* onLockPixels(SkColorTable** color_table) OVERRIDE;
skia_common.cc 22 void* TestPixelRef::onLockPixels(SkColorTable** color_table) {
41 void* TestLazyPixelRef::onLockPixels(SkColorTable** 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,
__init__.py 122 getbaseclasses(color_table)
317 'clrt' : color_table,
  /external/chromium_org/skia/ext/
bitmap_platform_device_win.cc 75 void* PlatformBitmapPixelRef::onLockPixels(SkColorTable** color_table) {
76 *color_table = NULL;
lazy_pixel_ref_utils_unittest.cc 33 virtual void* onLockPixels(SkColorTable** color_table) OVERRIDE;
48 virtual void* onLockPixels(SkColorTable** color_table) OVERRIDE;
99 void* TestPixelRef::onLockPixels(SkColorTable** color_table) {
116 void* TestLazyPixelRef::onLockPixels(SkColorTable** color_table) {
  /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/chromium_org/third_party/mesa/src/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/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/qemu/
console.c 386 static uint32_t color_table[2][8]; variable
487 bgcol = color_table[t_attrib->bold][t_attrib->fgcol];
488 fgcol = color_table[t_attrib->bold][t_attrib->bgcol];
490 fgcol = color_table[t_attrib->bold][t_attrib->fgcol];
491 bgcol = color_table[t_attrib->bold][t_attrib->bgcol];
675 color_table[0][COLOR_BLACK]);
763 color_table[0][s->t_attrib_default.bgcol]);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xmesaP.h 226 unsigned long color_table[576]; /* RGB -> pixel value */ member in struct:xmesa_buffer
  /external/mesa3d/src/mesa/drivers/x11/
xmesaP.h 226 unsigned long color_table[576]; /* RGB -> pixel value */ member in struct:xmesa_buffer

Completed in 152 milliseconds