HomeSort by relevance Sort by last modified time
    Searched refs:palette (Results 201 - 225 of 281) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/pdfium/third_party/lpng_v163/
pngpriv.h     [all...]
png.h     [all...]
pngrutil.c 867 /* Read and check the palette */
871 png_color palette[PNG_MAX_PALETTE_LENGTH]; local
934 for (i = 0, pal_ptr = palette; i < num; i++, pal_ptr++)
950 palette[i].red = buf[0];
951 palette[i].green = buf[1];
952 palette[i].blue = buf[2];
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngpriv.h 815 png_const_colorp palette, png_uint_32 num_pal));
    [all...]
png.h 573 png_byte index; /* used for palette files */
611 /* When the depth of the sPLT palette is 8 bits, the color and alpha samples
618 png_charp name; /* palette name */
619 png_byte depth; /* depth of palette samples */
620 png_sPLT_entryp entries; /* palette entries */
621 png_int_32 nentries; /* number of palette entries */
    [all...]
  /prebuilts/misc/windows/sdl2/test/
controllermap.c 64 if (temp->format->palette) {
testautomation_pixels.c 165 if (result->palette != NULL) {
316 const char *expectedError2 = "Parameter 'palette' is invalid";
323 /* Allocate palette */
testrendertarget.c 55 if (temp->format->palette) {
testsprite2.c 68 if (temp->format->palette) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
  /external/libpng/
png.c 610 png_free(png_ptr, info_ptr->palette);
611 info_ptr->palette = NULL;
834 /* Build a grayscale palette. Palette is assumed to be 1 << bit_depth
840 png_build_grayscale_palette(int bit_depth, png_colorp palette)
849 if (palette == NULL)
882 palette[i].red = (png_byte)(v & 0xff);
883 palette[i].green = (png_byte)(v & 0xff);
884 palette[i].blue = (png_byte)(v & 0xff);
    [all...]
pngtest.c 1177 png_colorp palette; local
    [all...]
png.h 526 png_byte index; /* used for palette files */
564 /* When the depth of the sPLT palette is 8 bits, the color and alpha samples
571 png_charp name; /* palette name */
572 png_byte depth; /* depth of palette samples */
573 png_sPLT_entryp entries; /* palette entries */
574 png_int_32 nentries; /* number of palette entries */
    [all...]
pngrutil.c 901 /* Read and check the palette */
905 png_color palette[PNG_MAX_PALETTE_LENGTH]; local
967 /* If the palette has 256 or fewer entries but is too large for the bit
969 * libpng versions. We silently truncate the unused extra palette entries
981 for (i = 0, pal_ptr = palette; i < num; i++, pal_ptr++)
997 palette[i].red = buf[0];
998 palette[i].green = buf[1];
999 palette[i].blue = buf[2];
    [all...]
  /external/ImageMagick/coders/
png.c 965 result = "Palette";
2719 palette; local
2998 palette; local
3020 palette; local
7925 palette[257]; local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java 73 import android.support.v7.graphics.Palette;
2370 final Palette palette = Palette.generate(bitmap, NUMBER_OF_PALETTE_COLORS); local
    [all...]
  /hardware/intel/img/psb_video/src/
psb_output.c 650 * pointer to an array holding the palette data. The size of the array is
652 * in the palette is described by the component_order in VAImage struct
654 unsigned char *palette
664 /* only support AI44 palette */
671 memcpy(obj_image->palette, palette, 16);
673 memcpy(obj_image->palette, palette, obj_image->image.num_palette_entries * sizeof(unsigned int));
    [all...]
  /external/opencv3/3rdparty/libpng/
png.h 570 png_byte index; /* used for palette files */
608 /* When the depth of the sPLT palette is 8 bits, the color and alpha samples
615 png_charp name; /* palette name */
616 png_byte depth; /* depth of palette samples */
617 png_sPLT_entryp entries; /* palette entries */
618 png_int_32 nentries; /* number of palette entries */
    [all...]
pngrutil.c 594 /* Read and check the palette */
598 png_color palette[PNG_MAX_PALETTE_LENGTH]; local
641 png_warning(png_ptr, "Invalid palette chunk");
648 png_error(png_ptr, "Invalid palette chunk");
655 for (i = 0, pal_ptr = palette; i < num; i++, pal_ptr++)
671 palette[i].red = buf[0];
672 palette[i].green = buf[1];
673 palette[i].blue = buf[2];
719 png_set_PLTE(png_ptr, info_ptr, palette, num);
    [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp 251 ColorPalette* palette,
274 GDIPCONST ColorPalette* palette);
594 UINT palette[4] = {PaletteFlagsHasAlpha, 2, 0, argb}; local
595 CallFunc(GdipSetImagePalette)(bitmap, (ColorPalette*)palette);
    [all...]
  /external/zopfli/src/zopflipng/lodepng/
lodepng.h 91 LCT_PALETTE = 3, /*palette: 1,2,4,8 bit*/
319 palette (PLTE and tRNS)
321 Dynamically allocated with the colors of the palette, including alpha.
322 When encoding a PNG, to store your colors in the palette of the LodePNGColorMode, first use
324 If you encode an image without alpha with palette, don't forget to put value 255 in each A byte of the palette.
326 When decoding, by default you can ignore this palette, since LodePNG already
327 fills the palette colors in the pixels of the raw RGBA output.
329 The palette is only supported for color type 3.
331 unsigned char* palette; /*palette in RGBARGBA... order. When allocated, must be either 0, or have size 1024* member in struct:LodePNGColorMode
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3drmdef.h 161 D3DRMPALETTEENTRY* palette; member in struct:_D3DRMIMAGE
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
IconFactory.java 438 // Set transparent pixel in the palette such that on paint (over palette,
442 int backgroundPixel = data.palette.getPixel(backgroundRgb);
  /external/libgdx/gdx/jni/gdx2d/
stb_image.h 4322 stbi_uc palette[1024], pal_img_n=0; local
    [all...]
  /development/build/
Android.mk 144 android-support-v7-palette \

Completed in 1303 milliseconds

1 2 3 4 5 6 7 891011>>