HomeSort by relevance Sort by last modified time
    Searched refs:palette (Results 76 - 100 of 212) sorted by null

1 2 34 5 6 7 8 9

  /external/webp/src/enc/
vp8l.c 35 // Palette
45 // creates a palette and returns true, else returns false.
47 uint32_t palette[MAX_PALETTE_SIZE],
93 palette[num_colors] = colors[i];
98 qsort(palette, num_colors, sizeof(*palette), CompareColors);
847 uint32_t* const palette = enc->palette_; local
852 // Replace each input pixel by corresponding palette index.
871 if (pix == palette[i]) {
882 // Save palette to bitstream
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5video.c 780 error = "No palette attached";
783 error = "No palette hardware";
2484 SDL_Palette *palette; local
    [all...]
  /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 ;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
AdtPrefs.java 62 public final static String PREFS_PALETTE_MODE = AdtPlugin.PLUGIN_ID + ".palette"; //$NON-NLS-1$
453 public void setPaletteModes(String palette) {
454 mPalette = palette;
458 store.setValue(PREFS_PALETTE_MODE, palette);
  /external/freetype/include/freetype/
ftimage.h 221 /* An enumeration type to describe the format of a bitmap palette, */
225 /* ft_palette_mode_rgb :: The palette is an array of 3-byte RGB */
228 /* ft_palette_mode_rgba :: The palette is an array of 4-byte RGBA */
298 /* it indicates how the palette is stored. Not */
301 /* palette :: A typeless pointer to the bitmap palette; this */
319 void* palette; member in struct:FT_Bitmap_
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_gamma.c 175 SDL_Palette *pal = screen->format->palette;
177 /* If physical palette has been set independently, use it */
SDL_blit_0.c 351 const SDL_Color *srcpal = info->src->palette->colors;
398 const SDL_Color *srcpal = srcfmt->palette->colors;
SDL_blit_1.c 415 const SDL_Color *srcpal = info->src->palette->colors;
454 const SDL_Color *srcpal = info->src->palette->colors;
  /external/qemu/distrib/sdl-1.2.15/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 */
  /external/quake/quake/src/QW/client/
gl_vidlinuxglx.c 382 void VID_SetPalette (unsigned char *palette)
401 pal = palette;
586 void VID_Init(unsigned char *palette)
696 VID_SetPalette(palette);
screen.c 591 int rowbytes, byte *palette, qboolean upload)
614 Q_memset (pcx->palette,0,sizeof(pcx->palette));
639 // write the palette
640 *pack++ = 0x0c; // palette ID byte
642 *pack++ = *palette++;
700 Find closest color in the palette for named color
991 cl.cshifts[0].percent = 0; // no area contents palette on next frame
gl_warp.c 363 unsigned char palette[48]; member in struct:__anon14159
382 byte palette[768]; local
406 // seek to palette
408 fread (palette, 1, 768, f);
432 pix[0] = palette[dataByte*3];
433 pix[1] = palette[dataByte*3+1];
434 pix[2] = palette[dataByte*3+2];
  /external/webkit/Source/WebKit/qt/Api/
qwebpage_p.h 202 QPalette palette; member in class:QWebPagePrivate
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
videodev.h 76 __u16 palette; /* Palette in use */ member in struct:video_picture
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
videodev.h 76 __u16 palette; /* Palette in use */ member in struct:video_picture
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
videodev.h 76 __u16 palette; /* Palette in use */ member in struct:video_picture
  /external/quake/quake/src/WinQuake/
gl_vidlinux.cpp 214 void VID_SetPalette (unsigned char *palette)
231 pal = palette;
582 unsigned char palette[768]; local
602 palette[i] = inf;
605 memcpy (pal, palette, sizeof(palette));
608 void VID_Init(unsigned char *palette)
688 Check_Gamma(palette);
689 VID_SetPalette(palette);
gl_warp.cpp 412 unsigned char palette[48]; member in struct:__anon14520
431 byte palette[768]; local
455 // seek to palette
457 fread (palette, 1, 768, f);
481 pix[0] = palette[dataByte*3];
482 pix[1] = palette[dataByte*3+1];
483 pix[2] = palette[dataByte*3+2];
  /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/qemu/distrib/libpng-1.2.19/
pngset.c 229 "Invalid palette size, hIST allocation skipped.");
530 png_colorp palette, int num_palette)
540 png_error(png_ptr, "Invalid palette length");
543 png_warning(png_ptr, "Invalid palette length");
549 * It may not actually be necessary to set png_ptr->palette here;
560 png_ptr->palette = (png_colorp)png_malloc(png_ptr,
562 png_memset(png_ptr->palette, 0, PNG_MAX_PALETTE_LENGTH *
564 png_memcpy(png_ptr->palette, palette, num_palette * png_sizeof (png_color));
565 info_ptr->palette = png_ptr->palette
    [all...]
  /external/qemu/distrib/sdl-1.2.15/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/libpng/
pngset.c 195 "Invalid palette size, hIST allocation skipped.");
446 png_colorp palette, int num_palette)
457 png_error(png_ptr, "Invalid palette length");
460 png_warning(png_ptr, "Invalid palette length");
465 /* It may not actually be necessary to set png_ptr->palette here;
477 png_ptr->palette = (png_colorp)png_calloc(png_ptr,
479 png_memcpy(png_ptr->palette, palette, num_palette * png_sizeof(png_color));
480 info_ptr->palette = png_ptr->palette;
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
DrawUtils.java 299 new ImageData(srcData.height, srcData.width, srcData.depth, srcData.palette);
325 srcData.palette,
  /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/
SwtUtils.java 196 PaletteData swtPalette = swtData.palette;
269 ImageData destData = new ImageData(destWidth, destHeight, srcData.depth, srcData.palette);

Completed in 2663 milliseconds

1 2 34 5 6 7 8 9