HomeSort by relevance Sort by last modified time
    Searched refs:palette (Results 51 - 75 of 127) sorted by null

1 23 4 5 6

  /external/webkit/WebKit/qt/Api/
qgraphicswebview.cpp 107 virtual QPalette palette() const;
274 QPalette QGraphicsWebViewPrivate::palette() const function in class:QGraphicsWebViewPrivate
276 return q->palette();
435 QPalette palette = QApplication::palette(); local
436 palette.setBrush(QPalette::Base, QColor::fromRgbF(0, 0, 0, 0));
437 page->setPalette(palette);
qwebpage_p.h 175 QPalette palette; member in class:QWebPagePrivate
  /external/qemu/distrib/sdl-1.2.12/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 ;
  /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 */
286 /* it indicates how the palette is stored. Not */
289 /* palette :: A typeless pointer to the bitmap palette; this */
307 void* palette; member in struct:FT_Bitmap_
    [all...]
  /external/qemu/distrib/sdl-1.2.12/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.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 */
  /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:__anon6729
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];
client.h 498 unsigned char palette[48]; member in struct:__anon6686
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_screen.c 682 int rowbytes, byte *palette, qboolean upload)
705 Q_memset (pcx->palette,0,sizeof(pcx->palette));
733 // write the palette
734 *pack++ = 0x0c; // palette ID byte
736 *pack++ = *palette++;
750 Find closest color in the palette for named color
1046 cl.cshifts[0].percent = 0; // no area contents palette on next frame
  /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:__anon7090
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];
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
ScreenShotDialog.java 237 PaletteData palette = new PaletteData( local
243 mRawImage.bpp, palette, 1, mRawImage.data);
  /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...]
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;
  /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...]
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.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,
  /bionic/libc/kernel/common/linux/
videodev.h 90 __u16 palette; member in struct:video_picture
  /development/ndk/platforms/android-3/include/linux/
videodev.h 73 __u16 palette; member in struct:video_picture
  /external/kernel-headers/original/linux/
videodev.h 93 __u16 palette; /* Palette in use */ member in struct:video_picture

Completed in 1103 milliseconds

1 23 4 5 6