/external/quake/quake/src/QW/client/ |
d_polyse.c | 591 void InitGel (byte *palette) 598 // r = (palette[i*3]>>4); 599 r = (palette[i*3] + palette[i*3+1] + palette[i*3+2])/(16*3);
|
gl_vidlinux.c | 210 void VID_SetPalette (unsigned char *palette) 229 pal = palette; 555 void VID_Init(unsigned char *palette) 637 VID_SetPalette(palette);
|
gl_vidlinuxglx.c | 382 void VID_SetPalette (unsigned char *palette) 401 pal = palette; 586 void VID_Init(unsigned char *palette) 696 VID_SetPalette(palette);
|
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/ |
SDL_nxvideo.c | 409 pal.palette [i].r = colors [i].r ; 410 pal.palette [i].g = colors [i].g ; 411 pal.palette [i].b = colors [i].b ;
|
/packages/wallpapers/Basic/src/com/android/wallpaper/polarclock/ |
PolarClockWallpaper.java | 55 static final String PREF_PALETTE = "palette"; 329 if ("palette".equals(xrp.getName())) { 461 Log.w("PolarClockWallpaper", "no palette?!");
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
IconFactory.java | 438 // Set transparent pixel in the palette such that on paint (over palette, 442 int backgroundPixel = data.palette.getPixel(backgroundRgb);
|
/external/webkit/Source/WebKit/qt/declarative/ |
qdeclarativewebview.cpp | 993 return d->view->palette().base().color(); 998 QPalette palette = d->view->palette(); local 999 if (palette.base().color() == color) 1001 palette.setBrush(QPalette::Base, color); 1002 d->view->setPalette(palette); [all...] |
/external/chromium-trace/trace-viewer/src/tracks/ |
counter_track.js | 15 var palette = tracing.getColorPalette(); 114 ctx.fillStyle = palette[colorId];
|
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/ |
SDL_ataric2p.S | 402 /* ------------ Conversion of a light palette in 4 bits ------------ */ 406 /* a0 is a 256-word light palette */
|
/external/qemu/distrib/sdl-1.2.15/src/video/ggi/ |
SDL_ggivideo.c | 204 /* Set a palette for palletized modes */ 302 /* Set a palette for palletized modes */
|
/external/webkit/Tools/MiniBrowser/qt/ |
BrowserWindow.cpp | 190 QColor backgroundColor = QApplication::palette().color(QPalette::Base); 192 QPalette pallete = m_addressBar->palette();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
SimpleElement.java | 83 * from the object palette (unless it successfully rendered a preview) 93 * level element or an element originating from the object palette.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
extra-view-metadata.xml | 3 Palette Metadata 6 logical palette categories (as well as a natural ordering of the views within their
|
/sdk/emulator/opengl/tests/translator_tests/GLES_CM/ |
triangleCM.cpp | 91 int size = width*height/2 + 16*3/*palette size*/; 98 //rest of the palette is empty
|
/external/libpng/ |
libpng-1.2.44.txt | 593 PALETTE), 2 (GRAY_ALPHA), 3 (RGB), 616 png_get_PLTE(png_ptr, info_ptr, &palette, 618 palette - the palette for the file 620 num_palette - number of entries in the palette 655 entries for palette (PNG_INFO_tRNS) 664 hist - histogram of palette (array of 713 palette_ptr - array of palette structures holding [all...] |
libpng-1.2.46.txt | 593 PALETTE), 2 (GRAY_ALPHA), 3 (RGB), 616 png_get_PLTE(png_ptr, info_ptr, &palette, 618 palette - the palette for the file 620 num_palette - number of entries in the palette 655 entries for palette (PNG_INFO_tRNS) 664 hist - histogram of palette (array of 713 palette_ptr - array of palette structures holding [all...] |
pngget.c | 730 png_get_PLTE(png_structp png_ptr, png_infop info_ptr, png_colorp *palette, 736 && palette != NULL) 738 *palette = info_ptr->palette;
|
/development/ndk/platforms/android-3/include/linux/ |
videodev.h | 73 __u16 palette; member in struct:video_picture
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
qbasic.php | 85 'PAINT', 'PALETTE', 'PCOPY', 'PEEK', 'PMAP', 'POINT', 'POKE', 'POS', 'PRESET',
|
sdlbasic.php | 76 'palette', 'colorcycling', 'ink', 'point', 'dot', 'plot', 'line', 'box',
|
/external/qemu/android/camera/ |
camera-win.h | 40 #define V4L2_PIX_FMT_PAL8 v4l2_fourcc('P','A','L','8') /* 8 8-bit palette */
|
/external/qemu/distrib/libpng-1.2.19/ |
pngget.c | 694 png_get_PLTE(png_structp png_ptr, png_infop info_ptr, png_colorp *palette, 698 && palette != NULL) 701 *palette = info_ptr->palette;
|
/external/qemu/distrib/sdl-1.2.15/ |
README.NanoX | 77 7. Palette handling in 8bpp could be improved
|
/external/qemu/distrib/sdl-1.2.15/src/video/gapi/ |
SDL_gapivideo.h | 92 #define kfPalette 0x10 // Pixel values are indexes into a palette
|
/external/qemu/distrib/sdl-1.2.15/test/ |
testgamma.c | 95 /* Initialize the display, always use hardware palette */
|