HomeSort by relevance Sort by last modified time
    Searched refs:colormap (Results 76 - 100 of 145) sorted by null

1 2 34 5 6

  /external/libjpeg-turbo/
jdapimin.c 217 cinfo->colormap = NULL;
  /external/opencv3/3rdparty/libjpeg/
jdapimin.c 206 cinfo->colormap = NULL;
  /external/pdfium/third_party/libjpeg/
fpdfapi_jdapimin.c 205 cinfo->colormap = NULL;
  /external/libpng/contrib/gregbook/
rpng2-x.c 298 static Colormap colormap; variable
    [all...]
  /external/libpng/contrib/libtests/
pngstest.c 588 png_uint_16 colormap[256*4]; member in struct:__anon16166
    [all...]
  /external/ImageMagick/MagickCore/
quantum-import.c     [all...]
segment.c 89 #include "MagickCore/colormap.h"
521 Allocate image colormap.
529 image->colormap[i].red=(double) ScaleCharToQuantum((unsigned char)
531 image->colormap[i].green=(double) ScaleCharToQuantum((unsigned char)
533 image->colormap[i].blue=(double) ScaleCharToQuantum((unsigned char)
612 p=image->colormap+j;
623 p=image->colormap+k;
    [all...]
xwindow-private.h 249 colormap; member in struct:_XResourceInfo
492 XMakeCursor(Display *,Window,Colormap,char *,char *);
511 XBestPixel(Display *,const Colormap,XColor *,unsigned int,XColor *),
532 XGetMapInfo(const XVisualInfo *,const Colormap,XStandardColormap *),
colorspace.c 1027 red=ScaleQuantumToMap(ClampToQuantum(image->colormap[i].red))
    [all...]
vision.c 46 #include "MagickCore/colormap.h"
548 component_image->colormap[i]=object[i].color;
582 component_image->colormap[i].alpha=TransparentAlpha;
610 component_image->colormap[first].alpha=TransparentAlpha;
image.c 56 #include "MagickCore/colormap.h"
846 if (image->colormap != (PixelInfo *) NULL)
849 Allocate and copy the image colormap.
853 clone_image->colormap=(PixelInfo *) AcquireQuantumMemory(length,
854 sizeof(*clone_image->colormap));
855 if (clone_image->colormap == (PixelInfo *) NULL)
860 (void) CopyMagickMemory(clone_image->colormap,image->colormap,length*
861 sizeof(*clone_image->colormap));
    [all...]
display.c 498 "Standard Colormap.",
    [all...]
  /external/ImageMagick/MagickWand/
display.c 165 "-colormap type Shared or Private",
189 "-map type display image using this Standard Colormap",
794 if (LocaleCompare("colormap",option+1) == 0)
796 resource_info.colormap=PrivateColormap;
802 resource_info.colormap=UndefinedColormap;
804 resource_info.colormap=PrivateColormap;
806 resource_info.colormap=SharedColormap;
807 if (resource_info.colormap == UndefinedColormap)
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/png/
png.py 334 colormap=None,
459 # Ditto for `colormap`.
583 # colormap, interlace) are converted to bool because Iverson's
592 self.colormap = bool(palette)
599 self.color_type = 4*self.alpha + 2*(not greyscale) + 1*self.colormap
602 self.color_planes = (3,1)[self.greyscale or self.colormap]
    [all...]
  /external/ImageMagick/coders/
bmp.c 48 #include "MagickCore/colormap-private.h"
50 #include "MagickCore/colormap.h"
883 Read BMP raster colormap.
887 " Reading colormap of %.20g colors",(double) image->colors);
907 image->colormap[i].blue=(MagickRealType) ScaleCharToQuantum(*p++);
908 image->colormap[i].green=(MagickRealType) ScaleCharToQuantum(*p++);
909 image->colormap[i].red=(MagickRealType) ScaleCharToQuantum(*p++);
    [all...]
dcm.c 51 #include "MagickCore/colormap.h"
52 #include "MagickCore/colormap-private.h"
    [all...]
ps2.c 283 " %% colors: number of colors in the colormap.",
317 " %% colormap: red, green, blue color packets.",
319 " /colormap colors 3 mul string def",
320 " currentfile colormap readhexstring pop pop",
322 " [ /Indexed /DeviceRGB colors 1 sub colormap ] setcolorspace",
    [all...]
psd.c 53 #include "MagickCore/colormap.h"
54 #include "MagickCore/colormap-private.h"
782 SetPixelViaPixelInfo(image,image->colormap+(ssize_t)
    [all...]
pdf.c     [all...]
  /external/libpng/
png.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
lbxproto.h 90 #define Colormap CARD32
184 Colormap cmap B32;
221 Colormap cmap B32;
229 Colormap cmap B32;
359 Colormap colormap B32;
838 Colormap colormap B32;
853 Colormap colormap B32
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
lbxproto.h 90 #define Colormap CARD32
184 Colormap cmap B32;
221 Colormap cmap B32;
229 Colormap cmap B32;
359 Colormap colormap B32;
838 Colormap colormap B32;
853 Colormap colormap B32
    [all...]
  /external/skia/src/views/unix/
SkOSWindow_Unix.cpp 117 Colormap colorMap = XCreateColormap(dsp,
122 swa.colormap = colorMap;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xutil.h 315 Colormap colormap; member in struct:__anon37821
711 XStandardColormap* /* colormap */,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xutil.h 313 Colormap colormap; member in struct:__anon39684
709 XStandardColormap* /* colormap */,

Completed in 933 milliseconds

1 2 34 5 6