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

  /external/chromium_org/cc/resources/
etc1_pixel_ref.cc 29 void* ETC1PixelRef::onLockPixels(SkColorTable** color_table) {
30 *color_table = NULL;
etc1_pixel_ref.h 33 virtual void* onLockPixels(SkColorTable** color_table) OVERRIDE;
  /external/chromium_org/ui/gfx/ozone/dri/
dri_skbitmap.cc 70 SkColorTable* color_table,
75 color_table_(color_table),
102 SkColorTable* color_table) OVERRIDE;
105 bool AllocatePixels(DriSkBitmap* bitmap, SkColorTable* color_table);
117 SkColorTable* color_table) {
118 return AllocatePixels(static_cast<DriSkBitmap*>(bitmap), color_table);
122 SkColorTable* color_table) {
163 color_table,
  /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) {
42 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_cairo.cc 46 void* CairoSurfacePixelRef::onLockPixels(SkColorTable** color_table) {
47 *color_table = NULL;
bitmap_platform_device_win.cc 132 void* PlatformBitmapPixelRef::onLockPixels(SkColorTable** color_table) {
133 *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 518 milliseconds