/external/qemu/distrib/sdl-1.2.15/src/video/ |
SDL_blit_A.c | 92 dR = dstfmt->palette->colors[*dst].r; 93 dG = dstfmt->palette->colors[*dst].g; 94 dB = dstfmt->palette->colors[*dst].b; 145 dR = dstfmt->palette->colors[*dst].r; 146 dG = dstfmt->palette->colors[*dst].g; 147 dB = dstfmt->palette->colors[*dst].b; 200 dR = dstfmt->palette->colors[*dst].r; 201 dG = dstfmt->palette->colors[*dst].g; 202 dB = dstfmt->palette->colors[*dst].b; [all...] |
/external/qemu/distrib/sdl-1.2.15/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.15/src/video/picogui/ |
SDL_pgvideo.c | 248 current->format->palette = NULL;
|
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/ |
SDL_sysvideo.cc | 366 /* Is the system palette settable? */
|
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/ |
SDL_QuartzVideo.m | 347 palette = CGPaletteCreateDefaultColorPalette(); [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
SDL_x11video.c | [all...] |
/external/quake/quake/src/QW/client/ |
client.h | 498 unsigned char palette[48]; member in struct:__anon14116
|
/external/quake/quake/src/QW/progs/ |
files.dat | 218 1 gfx/palette.lmp
|
world.qc | 26 precache_file ("gfx/palette.lmp");
|
/frameworks/base/docs/html/sdk/installing/ |
studio-tips.jd | 101 widgets available to drag-and-drop by clicking <strong>Palette</strong> on the
|
/frameworks/base/tools/aapt/ |
Images.cpp | 874 // Write the palette index for the pixel to outRows optimistically 898 NOISY(printf("Size w/ palette = %d, gray+alpha = %d, rgb(a) = %d\n", 912 // Use a simple heuristic to determine whether using a palette will 933 // Perform postprocessing of the image or palette data based on the final [all...] |
/external/libpng/ |
png.c | 570 png_zfree(png_ptr, info_ptr->palette); 571 info_ptr->palette = NULL;
|
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.15/src/video/wincommon/ |
SDL_sysevents.c | 626 /* We are about to get palette focus! */ 633 /* Another application changed the palette */
|
/external/quake/quake/src/WinQuake/ |
host.cpp | 880 host_basepal = (byte *)COM_LoadHunkFile ("gfx/palette.lmp"); 882 Sys_Error ("Couldn't load gfx/palette.lmp");
|
/external/webkit/Source/WebCore/platform/image-decoders/gif/ |
GIFImageReader.cpp | 830 /* Switch to the new local palette after it loads */ 848 /* Switch back to the global palette */
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
icon_design_tab.jd | 422 <tr><td><em>1.</em></td><td>Front part:</td><td>Use fill gradient from color palette.</td></tr> 436 <h4 id="selectedtabpalette1">Color palette</h4>
|
/frameworks/base/docs/html/tools/sdk/ |
eclipse-adt.jd | [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
SwtUtils.java | 196 PaletteData swtPalette = swtData.palette; 269 ImageData destData = new ImageData(destWidth, destHeight, srcData.depth, srcData.palette);
|
/external/qemu-pc-bios/vgabios/ |
vgabios.c | 831 Bit8u line,mmask,*palette,vpti; local 872 // if palette loading (bit 3 of modeset ctl = 0) 880 // From which palette 883 palette=&palette0; 886 palette=&palette1; 889 palette=&palette2; 892 palette=&palette3; 898 {outb(VGAREG_DAC_DATA,palette[(i*3)+0]); 899 outb(VGAREG_DAC_DATA,palette[(i*3)+1]); 900 outb(VGAREG_DAC_DATA,palette[(i*3)+2]) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/gapi/ |
SDL_gapivideo.c | 490 // Setup a custom color palette 507 // Create the GDI palette object 515 // Realize the palette [all...] |
/external/jpeg/ |
jerror.h | 165 "JFIF extension marker: palette thumbnail image, length %u")
|