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

1 2 34 5 6 7 8 91011

  /external/chromium_org/third_party/libjpeg_turbo/
cderror.h 43 JMESSAGE(JERR_BMP_BADCMAP, "Unsupported BMP colormap format")
102 JMESSAGE(JERR_TGA_BADCMAP, "Unsupported Targa colormap format")
115 "Output file format cannot handle %d colormap entries")
jdmaster.c 498 cinfo->colormap = NULL;
499 } else if (cinfo->colormap != NULL) {
629 if (cinfo->quantize_colors && cinfo->colormap == NULL) {
687 * Switch to a new external colormap between output passes.
700 cinfo->colormap != NULL) {
701 /* Select 2-pass quantizer for external colormap use */
703 /* Notify quantizer of colormap change */
  /external/jpeg/
cderror.h 42 JMESSAGE(JERR_BMP_BADCMAP, "Unsupported BMP colormap format")
100 JMESSAGE(JERR_TGA_BADCMAP, "Unsupported Targa colormap format")
113 "Output file format cannot handle %d colormap entries")
jdmaster.c 349 cinfo->colormap = NULL;
350 } else if (cinfo->colormap != NULL) {
476 if (cinfo->quantize_colors && cinfo->colormap == NULL) {
534 * Switch to a new external colormap between output passes.
547 cinfo->colormap != NULL) {
548 /* Select 2-pass quantizer for external colormap use */
550 /* Notify quantizer of colormap change */
filelist.doc 98 jquant1.c One-pass color quantization using a fixed-spacing colormap.
99 jquant2.c Two-pass color quantization using a custom-generated colormap.
147 rdcolmap.c Code to read a colormap file for djpeg's "-map" switch.
  /external/pdfium/core/src/fxcodec/libjpeg/
cderror.h 42 JMESSAGE(JERR_BMP_BADCMAP, "Unsupported BMP colormap format")
100 JMESSAGE(JERR_TGA_BADCMAP, "Unsupported Targa colormap format")
113 "Output file format cannot handle %d colormap entries")
fpdfapi_jdmaster.c 327 cinfo->colormap = NULL;
328 } else if (cinfo->colormap != NULL) {
454 if (cinfo->quantize_colors && cinfo->colormap == NULL) {
512 * Switch to a new external colormap between output passes.
525 cinfo->colormap != NULL) {
526 /* Select 2-pass quantizer for external colormap use */
528 /* Notify quantizer of colormap change */
  /external/qemu/distrib/jpeg-6b/
cderror.h 42 JMESSAGE(JERR_BMP_BADCMAP, "Unsupported BMP colormap format")
100 JMESSAGE(JERR_TGA_BADCMAP, "Unsupported Targa colormap format")
113 "Output file format cannot handle %d colormap entries")
jdmaster.c 349 cinfo->colormap = NULL;
350 } else if (cinfo->colormap != NULL) {
476 if (cinfo->quantize_colors && cinfo->colormap == NULL) {
534 * Switch to a new external colormap between output passes.
547 cinfo->colormap != NULL) {
548 /* Select 2-pass quantizer for external colormap use */
550 /* Notify quantizer of colormap change */
filelist.doc 98 jquant1.c One-pass color quantization using a fixed-spacing colormap.
99 jquant2.c Two-pass color quantization using a custom-generated colormap.
147 rdcolmap.c Code to read a colormap file for djpeg's "-map" switch.
  /external/qemu/distrib/sdl-1.2.15/test/
graywin.c 2 /* Simple program: Fill a colormap with gray and stripe it down the screen */
122 /* Set a gray colormap, reverse order from white to black */
148 /* See if we try to get a hardware colormap */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xproto.h 245 #define Colormap CARD32
333 Colormap defaultColormap B32;
448 Colormap colormap B32;
1164 Colormap colormap B32;
1172 } colormap;
1169 } colormap; member in union:_xEvent::__anon45851
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xproto.h 245 #define Colormap CARD32
333 Colormap defaultColormap B32;
448 Colormap colormap B32;
1164 Colormap colormap B32;
1172 } colormap;
1169 } colormap; member in union:_xEvent::__anon47587
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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.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...]
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.c 357 xattr.colormap = SDL_XColorMap;
751 /* Free the colormap entries */
965 printf("Choosing %s visual at %d bpp - %d colormap entries\n", vis->class == PseudoColor ? "PseudoColor" : (vis->class == TrueColor ? "TrueColor" : (vis->class == DirectColor ? "DirectColor" : "Unknown")), depth, vis->map_entries);
982 /* Create the appropriate colormap */
998 /* always allocate a private colormap on non-default visuals */
1011 /* Create a colormap which we can manipulate for gamma */
1016 /* Initialize the colormap to the identity mapping */
1022 /* Create a read-only colormap for our window */
1035 with a private colormap */
1059 swa.colormap = SDL_XColorMap
    [all...]
  /external/giflib/
gif_lib.h 49 ColorMapObject *ColorMap; /* The local color map */
75 ColorMapObject *SColorMap; /* Global colormap, NULL if nonexistent. */
237 const GifColorType *ColorMap);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xmesa_x.h 44 typedef Colormap XMesaColormap;
  /external/chromium_org/third_party/skia/src/views/unix/
SkOSWindow_Unix.cpp 117 Colormap colorMap = XCreateColormap(dsp,
122 swa.colormap = colorMap;
  /external/mesa3d/src/mesa/drivers/x11/
xmesa_x.h 44 typedef Colormap XMesaColormap;
  /external/skia/src/views/unix/
SkOSWindow_Unix.cpp 117 Colormap colorMap = XCreateColormap(dsp,
122 swa.colormap = colorMap;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/
eclipse 
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusimageAttributes.h 288 IN const ColorMap *map,
313 IN const ColorMap *map)
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlsetpalette.html 163 display, the display colormap will be updated with the requested colors. If
179 colormap has to be warped or run under emulation.</P
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusimageattributes.h 138 Status SetBrushRemapTable(UINT mapSize, ColorMap *map)
193 Status SetRemapTable(UINT mapSize, const ColorMap *map,

Completed in 4329 milliseconds

1 2 34 5 6 7 8 91011