Searched refs:color_table (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/skia/ext/ |
D | bitmap_platform_device_win.cc | 110 SkColorTable* color_table = NULL; in InstallHBitmapPixels() local 111 return bitmap->installPixels(info, data, rowBytes, color_table, in InstallHBitmapPixels()
|
/external/qemu/ui/ |
D | console.c | 386 static uint32_t color_table[2][8]; variable 487 bgcol = color_table[t_attrib->bold][t_attrib->fgcol]; in vga_putcharxy() 488 fgcol = color_table[t_attrib->bold][t_attrib->bgcol]; in vga_putcharxy() 490 fgcol = color_table[t_attrib->bold][t_attrib->fgcol]; in vga_putcharxy() 491 bgcol = color_table[t_attrib->bold][t_attrib->bgcol]; in vga_putcharxy() 675 color_table[0][COLOR_BLACK]); in console_refresh() 763 color_table[0][s->t_attrib_default.bgcol]); in console_put_lf() 1480 color_table[j][i] = col_expand(ds, in console_color_init()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/ |
D | output.c | 278 void const *color_table) in vlVdpOutputSurfacePutBitsIndexed() argument 314 if (!color_table) in vlVdpOutputSurfacePutBitsIndexed() 378 context->transfer_inline_write(context, res, 0, PIPE_TRANSFER_WRITE, &box, color_table, in vlVdpOutputSurfacePutBitsIndexed()
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | output.c | 278 void const *color_table) in vlVdpOutputSurfacePutBitsIndexed() argument 314 if (!color_table) in vlVdpOutputSurfacePutBitsIndexed() 378 context->transfer_inline_write(context, res, 0, PIPE_TRANSFER_WRITE, &box, color_table, in vlVdpOutputSurfacePutBitsIndexed()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
D | xmesaP.h | 226 unsigned long color_table[576]; /* RGB -> pixel value */ member
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xmesaP.h | 226 unsigned long color_table[576]; /* RGB -> pixel value */ member
|