HomeSort by relevance Sort by last modified time
    Searched full:palette (Results 151 - 175 of 443) sorted by null

1 2 3 4 5 67 8 91011>>

  /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/chromium-trace/trace-viewer/src/tracks/
slice_track.js 17 var palette = tracing.getColorPalette();
115 palette);
146 ctx.fillStyle = palette[colorId];
  /external/quake/quake/src/WinQuake/
vid_win.cpp     [all...]
  /external/freetype/include/freetype/
ftrender.h 219 /* `pal5' to set its gray palette as a character string with */
  /external/kernel-headers/original/linux/
console_struct.h 90 unsigned char vc_palette[16*3]; /* Colour palette for VGA+ */
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
freebasic.php 67 "once", "open", "option", "or", "out", "output", "overload", "paint", "palette",
  /external/opencv/otherlibs/highgui/
grfmt_bmp.cpp 507 PaletteEntry palette[256]; local
532 FillGrayPalette( palette, 8 );
533 m_strm.PutBytes( palette, sizeof(palette));
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_CreateRGBSurface.3 13 If \fBdepth\fR is 8 bits an empty palette is allocated for the surface, otherwise a \&'packed-pixel\&' \fI\fBSDL_PixelFormat\fR\fR is created using the \fB[RGBA]mask\fR\&'s provided (see \fI\fBSDL_PixelFormat\fR\fR)\&. The \fBflags\fR specifies the type of surface that should be created, it is an OR\&'d combination of the following possible values\&.
SDL_SetVideoMode.3 30 Give SDL exclusive palette access\&. Without this flag you may not always get the the colors you request with \fI\fBSDL_SetColors\fP\fR or \fI\fBSDL_SetPalette\fP\fR\&.
  /external/qemu/distrib/sdl-1.2.15/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.15/src/video/riscos/
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/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/webkit/Source/WebCore/platform/qt/
QWebPageClient.h 83 virtual QPalette palette() const = 0;
  /external/webkit/Tools/mangleme/
tags.h 31 { "EMBED", "SRC", "HEIGHT", "WIDTH", "UNITS", "NAME", "PALETTE", "onLoad", "STYLE", 0 },
  /external/webp/src/enc/
histogram.h 31 // literal_ contains green literal, palette-code and
  /packages/wallpapers/Basic/res/values-af/
strings.xml 44 <string name="palette" msgid="1636154448241520718">"Kleurpalet"</string>
  /packages/wallpapers/Basic/res/values-ca/
strings.xml 44 <string name="palette" msgid="1636154448241520718">"Paleta de colors"</string>
  /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>
  /packages/wallpapers/Basic/res/values-es-rUS/
strings.xml 44 <string name="palette" msgid="1636154448241520718">"Paleta de colores"</string>

Completed in 446 milliseconds

1 2 3 4 5 67 8 91011>>