/external/libpng/ |
pngread.c | 1415 png_voidp colormap; member in struct:__anon8326 2916 png_const_colorp colormap = png_ptr->palette; local [all...] |
png.h | [all...] |
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/ |
d3d10x11main.cpp | 50 Colormap cmap = XCreateColormap(dpy, RootWindow(dpy, DefaultScreen(dpy)), visual, AllocNone); 52 swa.colormap = cmap;
|
/external/mesa3d/src/gallium/targets/graw-xlib/ |
graw_xlib.c | 108 attr.colormap = XCreateColormap( graw.display, root, visinfo->visual, AllocNone);
|
/sdk/emulator/opengl/tests/ut_renderer/ |
X11Windowing.cpp | 102 Colormap x11Colormap = XCreateColormap(dpy, rootWindow, visualInfo->visual, AllocNone); 104 sWA.colormap = x11Colormap;
|
/external/chromium_org/ui/display/chromeos/x11/ |
native_display_delegate_x11.cc | 633 Colormap colormap = DefaultColormap(display_, 0); local 639 XAllocColor(display_, colormap, &color); 648 XFreeColors(display_, colormap, &color.pixel, 1, 0);
|
/external/chromium_org/third_party/libjpeg_turbo/ |
jdapimin.c | 205 cinfo->colormap = NULL;
|
/external/deqp/framework/platform/X11/ |
tcuX11.cpp | 146 swa.colormap = m_colormap;
|
/external/jpeg/ |
jdapimin.c | 206 cinfo->colormap = NULL;
|
/external/pdfium/core/src/fxcodec/libjpeg/ |
fpdfapi_jdapimin.c | 206 cinfo->colormap = NULL;
|
/external/qemu/distrib/jpeg-6b/ |
jdapimin.c | 206 cinfo->colormap = NULL;
|
/external/libpng/contrib/gregbook/ |
rpng2-x.c | 283 static Colormap colormap; variable 872 colormap = XCreateColormap(display, root, visual, AllocNone); 873 if (!colormap) { [all...] |
/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/libpng/contrib/libtests/ |
pngstest.c | 562 png_uint_16 colormap[256*4]; member in struct:__anon8311 [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/chromium_org/third_party/npapi/npspy/extern/plugin/ |
npapi.h | 326 Colormap colormap; member in struct:__anon19296
|
/external/chromium_org/third_party/skia/src/views/unix/ |
SkOSWindow_Unix.cpp | 117 Colormap colorMap = XCreateColormap(dsp, 122 swa.colormap = colorMap;
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
SDL_x11gl.c | 242 attributes.colormap = SDL_XColorMap;
|
/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.6/sysroot/usr/include/X11/ |
Xutil.h | 315 Colormap colormap; member in struct:__anon25073 711 XStandardColormap* /* colormap */,
|
Xlib.h | 279 Colormap cmap; /* default color map */ 315 Colormap colormap; /* color map to be associated with window */ member in struct:__anon24803 337 Colormap colormap; /* color map to be associated with window */ member in struct:__anon24804 899 Colormap colormap; /* COLORMAP or None */ member in struct:__anon24843 [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/ |
Xutil.h | 315 Colormap colormap; member in struct:__anon26809 711 XStandardColormap* /* colormap */,
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/ |
xm_api.c | 434 * \param cmap the window's colormap, if known. 439 XMesaVisual vis, Colormap cmap) 483 * Find an XMesaBuffer by matching X display and colormap but NOT matching 487 xmesa_find_buffer(Display *dpy, Colormap cmap, XMesaBuffer notThis) 552 * \param cmap the colormap associated with the window/pixmap 558 Colormap cmap) 956 Colormap cmap; 971 /* Find colormap */ 972 if (attr.colormap) { 973 cmap = attr.colormap; [all...] |
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
xm_api.c | 434 * \param cmap the window's colormap, if known. 439 XMesaVisual vis, Colormap cmap) 483 * Find an XMesaBuffer by matching X display and colormap but NOT matching 487 xmesa_find_buffer(Display *dpy, Colormap cmap, XMesaBuffer notThis) 552 * \param cmap the colormap associated with the window/pixmap 558 Colormap cmap) 956 Colormap cmap; 971 /* Find colormap */ 972 if (attr.colormap) { 973 cmap = attr.colormap; [all...] |