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

<<1112131415161718

  /external/libpng/contrib/gregbook/
readppm.c 148 /* expand palette images to RGB, low-bit-depth grayscale images to 8 bits,
readpng.c 222 /* expand palette images to RGB, low-bit-depth grayscale images to 8 bits,
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
gnuplot.php 79 'output', 'palette', 'parametric', 'pm3d',
  /external/qemu/distrib/sdl-1.2.15/
README.RISCOS 105 In a wimp mode the screen colours are not changed for a hardware palette instead the RISC OS sprite colour mapping is used to get the best matching colours.
WhatsNew 119 a physical and a logical palette. The physical palette determines
121 logical palette controls the mapping from blits to/from the screen.
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlcreatergbsurface.html 133 > is 8 bits an empty palette is allocated for the surface, otherwise a 'packed-pixel' <A
sdlsetvideomode.html 234 >Give SDL exclusive palette access. Without this flag you may not always get the the colors you request with <A
sdlsurface.html 379 >Surface has exclusive palette</TD
  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscostask.c 97 messages[0] = 9; /* Palette changed */
SDL_wimppoll.c 269 case 9: /* Palette changed */
  /external/qemu/distrib/sdl-1.2.15/test/
testsprite.c 43 if ( sprite->format->palette ) {
  /external/qemu-pc-bios/vgabios/
vbe.c     [all...]
  /external/webkit/Source/WebCore/platform/qt/
ScrollbarThemeQt.cpp 164 p.painter->fillRect(opt->rect, opt->palette.background());
  /external/libpng/
pngrutil.c 529 /* Read and check the palette */
533 png_color palette[PNG_MAX_PALETTE_LENGTH]; local
575 png_warning(png_ptr, "Invalid palette chunk");
582 png_error(png_ptr, "Invalid palette chunk");
589 for (i = 0, pal_ptr = palette; i < num; i++, pal_ptr++)
605 palette[i].red = buf[0];
606 palette[i].green = buf[1];
607 palette[i].blue = buf[2];
649 png_set_PLTE(png_ptr, info_ptr, palette, num);
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngrutil.c 417 /* read and check the palette */
421 png_color palette[PNG_MAX_PALETTE_LENGTH]; local
461 png_warning(png_ptr, "Invalid palette chunk");
467 png_error(png_ptr, "Invalid palette chunk");
474 for (i = 0, pal_ptr = palette; i < num; i++, pal_ptr++)
490 palette[i].red = buf[0];
491 palette[i].green = buf[1];
492 palette[i].blue = buf[2];
533 png_set_PLTE(png_ptr, info_ptr, palette, num);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/macrom/
SDL_romvideo.c 227 /* Create our palette */
688 /* Set the screen palette and update the display */
721 /* Free palette and restore original one */
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
icon_design_status_bar.jd 451 <tr><td><em>1.</em></td><td>Front part:</td><td>Use fill gradient from primary color palette</td></tr>
454 <tr><td><em>4.</em></td><td>Disabled detail:</td><td>grey gradient from palette<br>+ inner bevel: smooth | depth 1% | direction down | size 0px | angle 117° | <br>altitude 42° | highlight white 70% | no shadow</td></tr>
466 <h4 id="palette1">Color palette</h4>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java 224 /** Property key for the window preferences for the palette flyout */
225 private static final String PREF_PALETTE = "design.palette"; //$NON-NLS-1$
250 /** The sash that splits the palette from the error view.
254 /** The palette displayed on the left of the sash. */
380 mPaletteComposite.setTitleText("Palette");
389 paletteComposite.setTitleText("Palette");
390 paletteComposite.setTitleImage(IconFactory.getInstance().getIcon("palette"));
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/macdsp/
SDL_dspvideo.c 567 SDL_SetError ("Could not create palette");
    [all...]
  /external/quake/quake/src/QW/scitech/include/
mgraph.h 280 * default palette will have been programmed to contain these values when a
281 * graphics modes is started. If the palette has been changed, they will
390 /* Palette rotation directions */
393 MGL_ROTATE_UP, /* Rotate the palette values up */
394 MGL_ROTATE_DOWN, /* Rotate the palette values down */
656 /* Palette entry structure */
665 /* Maximum value for each palette entry component */
667 #define PALMAX 255 /* Max value for palette components */
705 palette_t *pal; /* Palette (NULL if not loaded) */
708 /* ... palette, pixel format and bitmap data are store contiguously */
    [all...]
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
MGRAPH.H 280 * default palette will have been programmed to contain these values when a
281 * graphics modes is started. If the palette has been changed, they will
390 /* Palette rotation directions */
393 MGL_ROTATE_UP, /* Rotate the palette values up */
394 MGL_ROTATE_DOWN, /* Rotate the palette values down */
656 /* Palette entry structure */
665 /* Maximum value for each palette entry component */
667 #define PALMAX 255 /* Max value for palette components */
705 palette_t *pal; /* Palette (NULL if not loaded) */
708 /* ... palette, pixel format and bitmap data are store contiguously */
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/gem/
SDL_gemvideo.c 378 /* Setup hardware -> VDI palette mapping */
384 /* Save current palette */
1057 /* Do not change palette in True Colour */
  /external/quake/quake/src/WinQuake/data/
TECHINFO.TXT 432 On some ATI Mach64 adapters, the palette is sometimes too dark in
470 Under Win 95, the palette occasionally gets messed up when switching from
471 Quake to the desktop and back again. You can restore the palette by
475 which sets the palette. Press Esc to exit the console. Alternatively,
477 gamma console variable, sets the palette.
591 * the known palette problem on some Mach64s.
593 * the known palette problems switching from fullscreen to the desktop and
    [all...]
  /bionic/libc/kernel/common/linux/
videodev.h 109 __u16 palette; member in struct:video_picture
  /external/freetype/src/raster/
ftraster.c     [all...]

Completed in 739 milliseconds

<<1112131415161718