HomeSort by relevance Sort by last modified time
    Searched full:palette (Results 176 - 200 of 244) sorted by null

1 2 3 4 5 6 78 910

  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_blit_A.c 91 dR = dstfmt->palette->colors[*dst].r;
92 dG = dstfmt->palette->colors[*dst].g;
93 dB = dstfmt->palette->colors[*dst].b;
144 dR = dstfmt->palette->colors[*dst].r;
145 dG = dstfmt->palette->colors[*dst].g;
146 dB = dstfmt->palette->colors[*dst].b;
199 dR = dstfmt->palette->colors[*dst].r;
200 dG = dstfmt->palette->colors[*dst].g;
201 dB = dstfmt->palette->colors[*dst].b;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/aalib/
SDL_aavideo.c 294 aa_renderpalette(context, local_this->hidden->palette, local_this->hidden->rparams, 0, 0, aa_scrwidth(context), aa_scrheight(context));
  /external/qemu/distrib/sdl-1.2.12/src/video/picogui/
SDL_pgvideo.c 248 current->format->palette = NULL;
  /external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
SDL_sysvideo.cc 366 /* Is the system palette settable? */
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzVideo.m 185 palette = CGPaletteCreateDefaultColorPalette ();
931 CGPaletteSetColorAtIndex (palette, color, index);
934 if ( CGDisplayNoErr != CGDisplaySetPalette (display_id, palette) )
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11video.c     [all...]
  /external/quake/quake/src/QW/client/
client.h 498 unsigned char palette[48]; member in struct:__anon4963
  /external/quake/quake/src/QW/progs/
files.dat 218 1 gfx/palette.lmp
world.qc 26 precache_file ("gfx/palette.lmp");
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
HeapPanel.java 94 /** color palette and map legend. NATIVE is the last enum is a 0 based enum list, so we need
156 * Create color palette for map. Set up titles for legend.
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java 100 * - finish palette (see palette's todo list)
126 /** The sash that splits the palette from the canvas. */
130 /** The palette displayed on the left of the sash. */
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/
UiElementEditPart.java 231 * to accept drag'n'drop of new items from the palette.
  /external/libpng/
pngwutil.c 568 /* Write the palette. We are careful not to trust png_color to be in the
573 png_write_PLTE(png_structp png_ptr, png_colorp palette, png_uint_32 num_pal)
592 png_error(png_ptr, "Invalid number of colors in palette");
596 png_warning(png_ptr, "Invalid number of colors in palette");
614 for (i = 0, pal_ptr = palette; i < num_pal; i++, pal_ptr++)
625 pal_ptr=palette;
877 /* Loop through each palette entry, writing appropriately */
    [all...]
pngtest.c 989 png_colorp palette; local
992 if (png_get_PLTE(read_ptr, read_info_ptr, &palette, &num_palette))
993 png_set_PLTE(write_ptr, write_info_ptr, palette, num_palette);
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
png.c 553 png_zfree(png_ptr, info_ptr->palette);
554 info_ptr->palette = NULL;
pngwutil.c 539 /* write the palette. We are careful not to trust png_color to be in the
544 png_write_PLTE(png_structp png_ptr, png_colorp palette, png_uint_32 num_pal)
562 png_error(png_ptr, "Invalid number of colors in palette");
566 png_warning(png_ptr, "Invalid number of colors in palette");
583 for (i = 0, pal_ptr = palette; i < num_pal; i++, pal_ptr++)
592 pal_ptr=palette;
831 /* loop through each palette entry, writing appropriately */
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/epoc/
SDL_epocvideo.cpp 268 /* It seems that in SA1100 machines for 8bpp displays there is a 512 palette table at the
569 /* Convert each pixel from 256 palette to 4k color values */
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_sysevents.c 703 /* We are about to get palette focus! */
710 /* Another application changed the palette */
  /external/quake/quake/src/WinQuake/
host.cpp 878 host_basepal = (byte *)COM_LoadHunkFile ("gfx/palette.lmp");
880 Sys_Error ("Couldn't load gfx/palette.lmp");
  /external/webkit/WebCore/platform/image-decoders/gif/
GIFImageReader.cpp 846 /* Switch to the new local palette after it loads */
864 /* Switch back to the global palette */
  /external/qemu/distrib/sdl-1.2.12/src/video/gapi/
SDL_gapivideo.c 462 // Setup a custom color palette
479 // Create the GDI palette object
487 // Realize the palette
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle1/
GraphicalLayoutEditor.java 82 import org.eclipse.gef.palette.PaletteRoot;
318 * Creates the palette root.
360 // Create a drag source on the palette viewer.
    [all...]
  /external/jpeg/
jerror.h 165 "JFIF extension marker: palette thumbnail image, length %u")
  /external/libpng/contrib/gregbook/
writepng.c 121 * turned on (except for palette images) and allow all of the filters,
  /external/quake/quake/src/QW/docs/
qwcl-readme.txt 310 The color black doesn't change with palette flashes sometimes
312 Normally, DirectDraw lets QWCL change all 256 colors, so when a palette
319 the palette flashes. There is no workaround.
571 Palette goes bad periodically on #9 Imagine card
    [all...]

Completed in 718 milliseconds

1 2 3 4 5 6 78 910