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

1 2 3 45 6

  /prebuilt/windows/sdl/host/include/SDL/
SDL_video.h 70 SDL_Palette *palette; member in struct:SDL_PixelFormat
135 #define SDL_HWPALETTE 0x20000000 /* Surface has exclusive palette */
316 * at the video surface structure to determine the actual palette.
417 * it will return 0, and you should look at the surface palette to
418 * determine the actual color palette.
423 * will always return 1, and the palette is guaranteed to be set the way
433 * SDL_LOGPAL -- set logical palette, which controls how blits are mapped
435 * SDL_PHYSPAL -- set physical palette, which controls how pixels look on
476 * If the depth is 4 or 8 bits, an empty palette is allocated for the surface.
    [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_video.h 63 SDL_Palette *palette; member in struct:SDL_PixelFormat
123 #define SDL_HWPALETTE 0x20000000 /* Surface has exclusive palette */
312 * at the video surface structure to determine the actual palette.
413 * it will return 0, and you should look at the surface palette to
414 * determine the actual color palette.
419 * will always return 1, and the palette is guaranteed to be set the way
429 * SDL_LOGPAL -- set logical palette, which controls how blits are mapped
431 * SDL_PHYSPAL -- set physical palette, which controls how pixels look on
474 * If the depth is 4 or 8 bits, an empty palette is allocated for the surface.
    [all...]
  /external/libpng/
png.c 569 png_zfree(png_ptr, info_ptr->palette);
570 info_ptr->palette = NULL;
pngread.c 589 /* Initialize palette, background, etc, after transformations
591 * the user to obtain a gamma-corrected palette, for example.
1023 // color palette mode.
    [all...]
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...]
pngwrite.c 149 png_write_PLTE(png_ptr, info_ptr->palette,
152 png_error(png_ptr, "Valid palette required for paletted images");
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.c 83 /* Calculate the appropriate palette for the given gamma ramp */
756 D(bug("XPixels palette allocation...\n"));
1269 // In this case I have to unalloc and realloc the full palette
1273 for ( pixel=0; pixel<this->screen->format->palette->ncolors; ++pixel ) {
1279 for ( i=0; i<this->screen->format->palette->ncolors; ++i ) {
    [all...]
  /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/fbcon/
SDL_fbvideo.c 151 /* Internal palette functions */
604 /* Save hardware palette, if needed */
873 /* Restore the original palette */
889 current->format->palette->ncolors = 16;
903 /* Save hardware palette, if needed */
938 /* Restore the original palette */
1029 /* Save hardware palette, if needed */
1046 /* Let the application know we have a hardware palette */
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9-swt.jar 
jfreechart-1.0.9.jar 
  /external/qemu/distrib/libpng-1.2.19/
pngread.c 554 /* Initialize palette, background, etc, after transformations
556 * the user to obtain a gamma-corrected palette, for example.
    [all...]
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...]
pngwrite.c 139 png_write_PLTE(png_ptr, info_ptr->palette,
142 png_error(png_ptr, "Valid palette required for paletted images");
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11video.c     [all...]
  /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...]
  /external/webkit/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.cpp 211 QBrush brush = m_webFrame->page()->palette().brush(QPalette::Base);
    [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/quake/quake/src/QW/dxsdk/sdk/inc/
d3drmobj.h 516 STDMETHOD(Changed)(THIS_ BOOL pixels, BOOL palette) PURE;
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DRMOBJ.H 516 STDMETHOD(Changed)(THIS_ BOOL pixels, BOOL palette) PURE;
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 

Completed in 678 milliseconds

1 2 3 45 6