/external/quake/quake/src/WinQuake/ |
gl_vidlinuxglx.cpp | 487 void VID_SetPalette (unsigned char *palette) 503 pal = palette; 695 unsigned char palette[768]; local 715 palette[i] = inf; 718 memcpy (pal, palette, sizeof(palette)); 721 void VID_Init(unsigned char *palette) 900 VID_SetPalette(palette);
|
screen.cpp | 533 unsigned char palette[48]; member in struct:__anon5499 548 int rowbytes, byte *palette) 571 Q_memset (pcx->palette,0,sizeof(pcx->palette)); 596 // write the palette 597 *pack++ = 0x0c; // palette ID byte 599 *pack++ = *palette++; 792 cl.cshifts[0].percent = 0; // no area contents palette on next frame
|
vid_sunxil.cpp | 324 // the palette data will go away after the call, so it must be copied off if 383 void VID_Init (unsigned char *palette) 575 // create and upload the palette 578 VID_SetPalette(palette); 712 void VID_SetPalette(unsigned char *palette) 719 if (palette != current_palette) 720 memcpy(current_palette, palette, 768); 725 colors[i].red = vid_gamma[palette[i*3]] * 257; 726 colors[i].green = vid_gamma[palette[i*3+1]] * 257; 727 colors[i].blue = vid_gamma[palette[i*3+2]] * 257 [all...] |
vid_win.cpp | [all...] |
/external/libpng/ |
libpngpf.3 | |
/external/webkit/WebCore/platform/qt/ |
RenderThemeQt.cpp | 257 QPalette pal = QApplication::palette(); 263 QPalette pal = QApplication::palette(); 269 QPalette pal = QApplication::palette(); 275 QPalette pal = QApplication::palette(); 773 void RenderThemeQt::setPaletteFromPageClientIfExists(QPalette& palette) const 777 palette = lightGrayPalette; 780 // If the webview has a custom palette, use it 792 palette = pageClient->palette(); 812 setPaletteFromPageClientIfExists(option.palette); [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/ |
SDL_sysvideo.cc | 775 /* Is the system palette settable? */ 779 SDL_Palette *palette; local 783 palette = _this->screen->format->palette; 785 palette->colors[i].r = cmap->color_list[i].red; 786 palette->colors[i].g = cmap->color_list[i].green; 787 palette->colors[i].b = cmap->color_list[i].blue;
|
/external/qemu/distrib/sdl-1.2.12/src/video/ipod/ |
SDL_ipodvideo.c | 366 current->format->palette->colors[i+j].r = 85 * j; 367 current->format->palette->colors[i+j].g = 85 * j; 368 current->format->palette->colors[i+j].b = 85 * j; 384 if (SDL_VideoSurface && SDL_VideoSurface->format && SDL_VideoSurface->format->palette) { 388 SDL_VideoSurface->format->palette->colors[i+j].r = 85 * j; 389 SDL_VideoSurface->format->palette->colors[i+j].g = 85 * j; 390 SDL_VideoSurface->format->palette->colors[i+j].b = 85 * j;
|
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/ |
SDL_riscosFullScreenVideo.c | 215 if (bpp == 8) this->hidden->bank[0] += 2048; /* 8bpp sprite have palette first */ 536 int palette[256]; local 540 regs.r[2] = (int)palette; 547 palette[firstcolor] = ((colors->b) << 24) | ((colors->g) << 16) | ((colors->r) << 8); 554 regs.r[2] = (int)palette; 683 /* Note: Need to set ModeFlags to 128 and NColour variables to 255 get full 8 bit palette */ 763 if (bpp == 8) this->hidden->bank[0] += 2048; /* 8bpp sprite have palette first */
|
SDL_wimpvideo.c | 98 /* Emulated palette using ColourTrans */ 144 if (bpp == 8) this->hidden->bank[0] += 2048; /* 8bpp sprite have palette first */ 456 if (bpp == 8) data += 2048; /* 8bpp sprite have palette first */ 471 if (bpp == 8) this->hidden->bank[0] += 2048; /* 8bpp sprite have palette first */
|
/external/quake/quake/src/QW/client/ |
gl_vidlinux_svga.c | 143 unsigned char palette[768]; local 158 palette[i] = inf; 161 VID_SetPalette (palette); 242 void VID_SetPalette (unsigned char *palette) 259 pal = palette; 593 void VID_Init(unsigned char *palette) 675 VID_SetPalette(palette);
|
gl_vidlinux_x11.c | 124 unsigned char palette[768]; local 139 palette[i] = inf; 142 VID_SetPalette (palette); 436 void VID_SetPalette (unsigned char *palette) 453 pal = palette; 638 void VID_Init(unsigned char *palette) 759 VID_SetPalette(palette);
|
vid_win.c | [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/ |
SDL_syswm.c | 120 pal_256 = icon_256->format->palette; 121 if (icon->format->palette && 124 SDL_memcpy(pal_256->colors, icon->format->palette->colors,
|
/external/kernel-headers/original/linux/ |
console_struct.h | 90 unsigned char vc_palette[16*3]; /* Colour palette for VGA+ */
|
/external/qemu/distrib/sdl-1.2.12/src/video/gapi/ |
SDL_gapivideo.h | 91 #define kfPalette 0x10 // Pixel values are indexes into a palette
|
/external/qemu/distrib/sdl-1.2.12/src/video/photon/ |
SDL_ph_events.c | 219 /* TODO: restore application's palette if in palette mode */ 225 /* TODO: restore original palette if in palette mode */
|
SDL_ph_video.h | 118 Uint32 desktoppal; /* palette mode emulation or system */
|
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
SDL_x11wm.c | 90 if(icon->format->palette) { 91 /* The icon has a palette as well - we just have to 93 nwant = icon->format->palette->ncolors; 94 SDL_memcpy(want, icon->format->palette->colors,
|
/external/webkit/WebKit/qt/Api/ |
qwebpage_p.h | 175 QPalette palette; member in class:QWebPagePrivate
|
/external/webkit/WebKitTools/mangleme/ |
tags.h | 31 { "EMBED", "SRC", "HEIGHT", "WIDTH", "UNITS", "NAME", "PALETTE", "onLoad", "STYLE", 0 },
|
/packages/wallpapers/Basic/res/values-cs/ |
strings.xml | 44 <string name="palette" msgid="1636154448241520718">"Barevná paleta"</string>
|
/packages/wallpapers/Basic/res/values-da/ |
strings.xml | 44 <string name="palette" msgid="1636154448241520718">"Farvepalet"</string>
|
/packages/wallpapers/Basic/res/values-de/ |
strings.xml | 44 <string name="palette" msgid="1636154448241520718">"Farbpalette"</string>
|
/packages/wallpapers/Basic/res/values-es/ |
strings.xml | 44 <string name="palette" msgid="1636154448241520718">"Paleta de color"</string>
|