/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
Xag.h | 70 Colormap /* default_colormap */,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
Xag.h | 70 Colormap /* default_colormap */,
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/ |
eclipse | |
/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
|
/external/quake/quake/src/QW/server/ |
sv_ents.c | 180 if ( to->colormap != from->colormap ) 223 MSG_WriteByte (msg, to->colormap); 505 state->colormap = ent->v.colormap;
|
/external/jpeg/ |
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/jpeg-6b/ |
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/webkit/Source/WebCore/platform/image-decoders/gif/ |
GIFImageReader.cpp | 398 // Or if we are filling the colormaps, first complete the colormap 425 // Point 'q' to complete block in hold (or in colormap) 430 // 'q' is start of current to be processed block (hold, colormap or buf) 525 // Get the global colormap 533 // Use 'hold' pattern to get the global colormap 818 if (q[8] & 0x80) /* has a local colormap? */ 838 // Use 'hold' pattern to get the image colormap
|
/external/webkit/Source/WebCore/plugins/gtk/ |
PluginViewGtk.cpp | 729 static void getVisualAndColormap(int depth, Visual** visual, Colormap* colormap) 732 *colormap = 0; 763 *colormap = XCreateColormap(display, GDK_ROOT_WINDOW(), *visual, AllocNone); 849 ws->colormap = XCreateColormap(ws->display, GDK_ROOT_WINDOW(), ws->visual, AllocNone); 855 ws->colormap = GTK_XTBIN(platformPluginWidget())->xtclient.xtcolormap; 881 ws->colormap = m_colormap;
|
/external/quake/quake/src/QW/progs/ |
world.qc | 27 precache_file ("gfx/colormap.lmp");
397 bodyque_head.colormap = ent.colormap;
|
/external/jmonkeyengine/engine/src/test/jme3test/app/ |
TestAppStateLifeCycle.java | 63 mat.setTexture("ColorMap", assetManager.loadTexture("Interface/Logo/Monkey.jpg"));
|
/external/jmonkeyengine/engine/src/test/jme3test/asset/ |
TestUrlLoading.java | 70 mat.setTexture("ColorMap", tex);
|
/external/jmonkeyengine/engine/src/test/jme3test/effect/ |
TestSoftParticles.java | 52 mat.setTexture("ColorMap", assetManager.loadTexture("Interface/Logo/Monkey.jpg"));
|
/external/jmonkeyengine/engine/src/test/jme3test/helloworld/ |
HelloAssets.java | 66 mat_brick.setTexture("ColorMap", assetManager.loadTexture("Textures/Terrain/BrickWall/BrickWall.jpg"));
|
/external/jmonkeyengine/engine/src/test/jme3test/niftygui/ |
TestNiftyGui.java | 59 mat.setTexture("ColorMap", assetManager.loadTexture("Interface/Logo/Monkey.jpg"));
|
TestNiftyToMesh.java | 85 mat.setTexture("ColorMap", tex);
|
/external/jmonkeyengine/engine/src/test/jme3test/post/ |
TestHDR.java | 61 mat.setTexture("ColorMap", assetManager.loadTexture("Textures/HdrTest/Memorial.hdr"));
|
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/ |
xf86dga1str.h | 49 CARD32 id B32; /* colormap. */
|
/external/qemu/distrib/sdl-1.2.15/src/video/dga/ |
SDL_dgavideo.h | 68 Colormap DGA_colormap;
|
/external/giflib/ |
gif_lib.h | 81 ColorMapObject *ColorMap; /* The local color map */ 268 const GifColorType * ColorMap);
|
/external/libpng/contrib/gregbook/ |
rpng-x.c | 148 static Colormap colormap; variable 509 colormap = XCreateColormap(display, root, visual, AllocNone); 510 if (!colormap) { 545 attr.colormap = colormap; 561 XSetWindowColormap(display, window, colormap); 884 XFreeColormap(display, colormap);
|
/external/skia/legacy/src/images/ |
SkImageDecoder_libgif.cpp | 108 const ColorMapObject* cmap = gif->Image.ColorMap; 114 // no colormap found
|
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/ |
TextureAtlas.java | 73 * <p>The helper methods that work with <code>Geometry</code> objects handle the <em>DiffuseMap</em> or <em>ColorMap</em> as the master map and 139 * Add a geometries DiffuseMap (or ColorMap), NormalMap and SpecularMap to the atlas. 148 diffuse = getMaterialTexture(geometry, "ColorMap"); 412 * if its DiffuseMap or ColorMap exists in the atlas. 422 * if the DiffuseMap or ColorMap of the input geometry exist in the atlas. 441 tex = getMaterialTexture(geom, "ColorMap");
|