HomeSort by relevance Sort by last modified time
    Searched refs:PaletteType (Results 1 - 24 of 24) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluspixelformats.h 76 typedef enum PaletteType {
87 } PaletteType;
gdiplusheaders.h 174 PaletteType paletteType, INT optimalColors,
217 PaletteType paletteType, ColorPalette *palette,
gdiplusimpl.h 398 PaletteType paletteType, INT optimalColors,
402 return DllExports::GdipInitializePalette(palette, paletteType,
561 DitherType ditherType, PaletteType paletteType,
567 paletteType, palette, alphaThresholdPercent));
    [all...]
gdiplusflat.h 66 GpStatus WINGDIPAPI GdipBitmapConvertFormat(GpBitmap*,PixelFormat,DitherType,PaletteType,ColorPalette*,REAL);
67 GpStatus WINGDIPAPI GdipInitializePalette(ColorPalette*,PaletteType,INT,BOOL,GpBitmap*);
    [all...]
  /external/ImageMagick/tests/
validate.h 453 { PaletteType, 8 },
  /external/ImageMagick/MagickCore/
colormap.c 199 (void) SetImageType(image,PaletteType,exception);
image.h 57 PaletteType,
attribute.c 613 return(PaletteType);
839 return(PaletteType);
    [all...]
quantum.c 833 image->type=PaletteType;
    [all...]
option.c     [all...]
  /external/ImageMagick/coders/
uil.c 263 (void) SetImageType(image,PaletteType,exception);
map.c 390 (void) SetImageType(image,PaletteType,exception);
xpm.c 739 (void) SetImageType(picon,PaletteType,exception);
937 (void) SetImageType(image,PaletteType,exception);
    [all...]
palm.c 767 (void) SetImageType(image,PaletteType,exception);
    [all...]
sixel.c     [all...]
tga.c 799 (image_info->type != PaletteType) &&
    [all...]
ps3.c 535 (void) SetImageType(mask_image,PaletteType,exception);
    [all...]
gif.c     [all...]
tiff.c     [all...]
png.c     [all...]
  /external/ImageMagick/Magick++/tests/
attributes.cpp 1356 image.type(PaletteType);
1357 if ( image.type() != PaletteType )
1361 << ", type is not PaletteType as expected. Reported type "
  /external/ImageMagick/Magick++/lib/Magick++/
Include.h 692 using MagickCore::PaletteType;
    [all...]
  /external/ImageMagick/www/api/
magick-property.php     [all...]
magick-image.php     [all...]

Completed in 3056 milliseconds