HomeSort by relevance Sort by last modified time
    Searched full:colormap (Results 126 - 150 of 271) sorted by null

1 2 3 4 56 7 8 91011

  /external/webkit/Source/WebCore/plugins/gtk/
gtk2xtbin.c 82 Colormap xtcolormap,
338 Colormap colormap; local
355 colormap = XCreateColormap(GDK_DISPLAY_XDISPLAY(gdk_screen_get_display(screen)),
361 colormap,
540 Colormap xtcolormap,
  /external/webkit/Source/WebCore/plugins/qt/
PluginViewQt.cpp 871 static void getVisualAndColormap(int depth, Visual **visual, Colormap *colormap)
874 *colormap = 0;
911 *colormap = XCreateColormap(QX11Info::display(), QX11Info::appRootWindow(), *visual, AllocNone);
    [all...]
  /external/jpeg/
libjpeg.doc 240 that is, colormap[i][j] is the value of the i'th color component for pixel
241 value (map index) j. Note that since the colormap indexes are stored in
629 scaling, are available in the JPEG object; so is the selected colormap, if
636 colormap the selected colormap, if any
637 actual_number_of_colors number of entries in colormap
639 output_components is 1 (a colormap index) when quantizing colors; otherwise it
    [all...]
jpeglib.h 454 int desired_number_of_colors; /* max # colors to use in created colormap */
457 boolean enable_external_quant;/* enable future use of external colormap */
470 /* output_components is 1 (a colormap index) when quantizing colors;
479 /* When quantizing colors, the output colormap is described by these fields.
480 * The application can supply a colormap by setting colormap non-NULL before
481 * calling jpeg_start_decompress; otherwise a colormap is created during
486 JSAMPARRAY colormap; /* The color map as a 2-D pixel array */ member in struct:jpeg_decompress_struct
    [all...]
  /external/qemu/distrib/jpeg-6b/
libjpeg.doc 240 that is, colormap[i][j] is the value of the i'th color component for pixel
241 value (map index) j. Note that since the colormap indexes are stored in
629 scaling, are available in the JPEG object; so is the selected colormap, if
636 colormap the selected colormap, if any
637 actual_number_of_colors number of entries in colormap
639 output_components is 1 (a colormap index) when quantizing colors; otherwise it
    [all...]
jpeglib.h 454 int desired_number_of_colors; /* max # colors to use in created colormap */
457 boolean enable_external_quant;/* enable future use of external colormap */
470 /* output_components is 1 (a colormap index) when quantizing colors;
479 /* When quantizing colors, the output colormap is described by these fields.
480 * The application can supply a colormap by setting colormap non-NULL before
481 * calling jpeg_start_decompress; otherwise a colormap is created during
486 JSAMPARRAY colormap; /* The color map as a 2-D pixel array */ member in struct:jpeg_decompress_struct
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.2.R36x_v20101019_1345/
eclipse_1310.so 
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11wm.c 63 /* The icon must use the default visual, depth and colormap of the
84 the default colormap */
87 Colormap dcmap;
  /external/quake/quake/src/QW/server/
sv_init.c 106 svent->baseline.colormap = entnum;
111 svent->baseline.colormap = 0;
130 MSG_WriteByte (&sv.signon, svent->baseline.colormap);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xutil.h 315 Colormap colormap; member in struct:__anon25758
711 XStandardColormap* /* colormap */,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xutil.h 315 Colormap colormap; member in struct:__anon27348
711 XStandardColormap* /* colormap */,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xutil.h 315 Colormap colormap; member in struct:__anon28863
711 XStandardColormap* /* colormap */,
  /external/chromium/chrome/browser/ui/gtk/
gtk_theme_service.h 146 typedef std::map<int, SkColor> ColorMap;
266 ColorMap colors_;
  /external/qemu/distrib/sdl-1.2.15/test/
testwin.c 74 " (colormap fading will suffer - try the -warp option)\n"
141 /* Fade the colormap */
  /external/quake/quake/src/QW/client/
cl_tent.c 340 ent->colormap = vid.colormap;
  /external/quake/quake/src/WinQuake/
cl_tent.cpp 315 ent->colormap = vid.colormap;
vid_vga.cpp 376 lvid->colormap = host_colormap;
377 lvid->fullbright = 256 - LittleLong (*((int *)lvid->colormap + 2048));
  /external/skia/src/images/
SkImageDecoder_libgif.cpp 112 const ColorMapObject* cmap = gif->Image.ColorMap;
118 // no colormap found
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-linux.c 150 swa.colormap = XCreateColormap(sDisplay,
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
BitmapTextPage.java 75 this.texture = (Texture2D) mat.getTextureParam("ColorMap").getTextureValue();
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/font/plugins/
BitmapFontLoader.java 113 mat.setTexture("ColorMap", tex);
  /external/jmonkeyengine/engine/src/test/jme3test/input/
TestCameraNode.java 77 mat.setTexture("ColorMap", assetManager.loadTexture("Interface/Logo/Monkey.jpg"));
TestChaseCamera.java 67 mat_ground.setTexture("ColorMap", assetManager.loadTexture("Interface/Logo/Monkey.jpg"));
  /external/jmonkeyengine/engine/src/test/jme3test/post/
TestLightScattering.java 100 // mat2.setTexture("ColorMap", assetManager.loadTexture("Interface/Logo/Monkey.jpg"));
TestRenderToTexture.java 118 mat.setTexture("ColorMap", offTex);

Completed in 1229 milliseconds

1 2 3 4 56 7 8 91011