HomeSort by relevance Sort by last modified time
    Searched full:colormap (Results 151 - 175 of 274) sorted by null

1 2 3 4 5 67 8 91011

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xmesaP.h 198 XMesaColormap cmap; /* the X colormap */
222 * because they depend on the window's colormap.
realglx.h 52 Pixmap pixmap, Colormap cmap );
  /external/jpeg/
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/mesa3d/src/mesa/drivers/x11/
xmesaP.h 198 XMesaColormap cmap; /* the X colormap */
222 * because they depend on the window's colormap.
realglx.h 52 Pixmap pixmap, Colormap cmap );
  /external/qemu/distrib/jpeg-6b/
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/sdl-1.2.15/test/
testwin.c 74 " (colormap fading will suffer - try the -warp option)\n"
141 /* Fade the colormap */
testbitmap.c 106 /* Set a gray colormap, reverse order from white to black */
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-linux.c 150 swa.colormap = XCreateColormap(sDisplay,
  /external/chromium_org/chromeos/display/
real_output_configurator_delegate.cc 100 Colormap colormap = DefaultColormap(display_, 0); local
106 XAllocColor(display_, colormap, &color);
109 XFreeColors(display_, colormap, &color.pixel, 1, 0);
  /external/chromium_org/ui/gfx/
gtk_preserve_window.cc 185 attributes.colormap = gtk_widget_get_colormap(widget);
  /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);
  /external/jmonkeyengine/engine/src/test/jme3test/water/
TestSceneWater.java 92 mat.setTexture("ColorMap", assetManager.loadTexture("Interface/Logo/Monkey.jpg"));
TestSimpleWater.java 99 mat.setTexture("ColorMap", assetManager.loadTexture("Interface/Logo/Monkey.jpg"));
  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl_gtk.cc 149 extra->colormap = DefaultColormap(GDK_DISPLAY(), screen);
246 GdkColormap* colormap = gdk_colormap_new(gdk_visual_get_system(), local
248 gdk_drawable_set_colormap(pixmap_, colormap);
250 g_object_unref(colormap);
515 extra->colormap = DefaultColormap(GDK_DISPLAY(), screen);
  /external/chromium_org/tools/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/chromium_org/third_party/skia/src/images/
SkMovie_gif.cpp 236 if (frame->ImageDesc.ColorMap != NULL) {
238 cmap = frame->ImageDesc.ColorMap;
  /external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/
MaterialLoader.java 394 mat.setTexture("ColorMap", textures[0]);
397 mat.setTexture("ColorMap", textures[0]);
  /external/skia/src/images/
SkMovie_gif.cpp 236 if (frame->ImageDesc.ColorMap != NULL) {
238 cmap = frame->ImageDesc.ColorMap;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
X.h 109 typedef XID Colormap;
374 #define BadColor 12 /* no such colormap */

Completed in 622 milliseconds

1 2 3 4 5 67 8 91011