HomeSort by relevance Sort by last modified time
    Searched refs:visual (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar 
Android.mk 20 org-netbeans-api-visual$(COMMON_JAVA_PACKAGE_SUFFIX) \
  /external/webkit/Source/WebCore/platform/gtk/
PlatformScreenGtk.cpp 71 GdkVisual* visual = getVisual(widget); local
72 if (!visual)
74 return gdk_visual_get_depth(visual);
79 GdkVisual* visual = getVisual(widget); local
80 if (!visual)
83 return gdk_visual_get_bits_per_rgb(visual);
GtkVersioning.h 54 #define gdk_visual_get_depth(visual) (visual)->depth
55 #define gdk_visual_get_bits_per_rgb(visual) (visual)->bits_per_rgb
  /external/jpeg/
rdrle.c 67 rle_kind visual; /* actual type of input file */ member in struct:_rle_source_struct
125 source->visual = GRAYSCALE;
128 source->visual = MAPPEDGRAY;
132 source->visual = PSEUDOCOLOR;
136 source->visual = TRUECOLOR;
140 source->visual = DIRECTCOLOR;
145 if (source->visual == GRAYSCALE || source->visual == MAPPEDGRAY) {
157 if (source->visual != GRAYSCALE) {
270 switch (source->visual) {
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
ViewHierarchyScene.java 26 import org.netbeans.api.visual.action.ActionFactory;
27 import org.netbeans.api.visual.action.WidgetAction;
28 import org.netbeans.api.visual.anchor.AnchorFactory;
29 import org.netbeans.api.visual.border.BorderFactory;
30 import org.netbeans.api.visual.graph.GraphScene;
31 import org.netbeans.api.visual.layout.LayoutFactory;
32 import org.netbeans.api.visual.model.ObjectState;
33 import org.netbeans.api.visual.widget.ConnectionWidget;
34 import org.netbeans.api.visual.widget.LabelWidget;
35 import org.netbeans.api.visual.widget.LayerWidget
    [all...]
  /external/mesa3d/docs/
MESA_pixmap_colormap.spec 52 GLXPixmap glXCreateGLXPixmapMESA( Display *dpy, XVisualInfo *visual,
64 pixmaps of any visual class, not just TrueColor or DirectColor. In order
69 GLXPixmap glXCreateGLXPixmapMESA( Display *dpy, XVisualInfo *visual,
74 same colormap and visual) with the expected results.
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
DragClientGtk.cpp 130 GdkVisual* visual = gdk_screen_get_rgba_visual(screen); local
131 if (!visual)
132 visual = gdk_screen_get_system_visual(screen);
133 gtk_widget_set_visual(m_dragIconWindow, visual);
  /external/libpng/contrib/gregbook/
rpng-x.c 142 static Visual *visual; variable
467 visual = visual_info.visual;
488 visual = visual_list[0].visual;
492 visual_class = visual->class;
493 visualID = XVisualIDFromVisual(visual);
499 visual = visual_info.visual;
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/x11/
NetscapePluginX11.cpp 148 Visual* visual = visualInfo[0].visual; local
149 ASSERT(visual);
152 callbackStruct->visual = visual;
153 callbackStruct->colormap = XCreateColormap(display, rootWindowID(), visual, AllocNone);
  /development/tools/emulator/opengl/tests/ut_renderer/
X11RendererSurface.cpp 49 fprintf(stderr, "couldn't find matching visual\n");
53 Colormap x11Colormap = XCreateColormap(m_display, rootWindow, visualInfo->visual, AllocNone);
X11Windowing.cpp 98 fprintf(stderr, "couldn't find matching visual\n");
102 Colormap x11Colormap = XCreateColormap(dpy, rootWindow, visualInfo->visual, AllocNone);
  /external/webkit/Source/WebCore/plugins/gtk/
PluginViewGtk.cpp 729 static void getVisualAndColormap(int depth, Visual** visual, Colormap* colormap)
731 *visual = 0;
751 XRenderPictFormat* format = XRenderFindVisualFormat(display, visualInfo[idx].visual);
753 *visual = visualInfo[idx].visual;
758 *visual = visualInfo[0].visual;
762 if (*visual)
763 *colormap = XCreateColormap(display, GDK_ROOT_WINDOW(), *visual, AllocNone)
    [all...]
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-linux.c 152 vi->visual, AllocNone);
161 0, vi->depth, InputOutput, vi->visual,
  /sdk/hierarchyviewer/src/
Android.mk 26 org-netbeans-api-visual
  /external/webkit/Source/WebCore/plugins/qt/
PluginViewQt.cpp 871 static void getVisualAndColormap(int depth, Visual **visual, Colormap *colormap)
873 *visual = 0;
898 XRenderPictFormat* format = XRenderFindVisualFormat(QX11Info::display(), xvi[idx].visual);
900 *visual = xvi[idx].visual;
906 *visual = xvi[0].visual;
910 if (*visual)
911 *colormap = XCreateColormap(QX11Info::display(), QX11Info::appRootWindow(), *visual, AllocNone)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxmodes.c 91 this->hidden->visuals[n].visual = tID;
200 bug("\t%lx - depth: %ld bpp: %ld\n",this->hidden->visuals[i].visual,this->hidden->visuals[i].depth,this->hidden->visuals[i].bpp);
SDL_cgxgl.c 194 AmigaMesaGetConfig(glcont->visual, mesa_attrib, value);
SDL_cgxvideo.h 60 Uint32 SDL_VisualUnused; /* The visual used by our window */
87 Uint32 visual; member in struct:SDL_PrivateVideoData::__anon9786
93 Uint32 vis; /* current visual in use */
94 int depth; /* current visual depth (not bpp) */
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.cpp 86 , visual(defaultStyle()->visual)
116 visual.init();
147 , visual(o.visual)
182 && visual == o.visual
351 // FIXME: We should add an optimized form of layout that just recomputes visual overflow.
531 || visual->clip != other->visual->clip || visual->hasClip != other->visual->hasClip
    [all...]
RenderStyle.h 142 DataRef<StyleVisualData> visual; member in class:WebCore::RenderStyle
465 Length clipLeft() const { return visual->clip.left(); }
466 Length clipRight() const { return visual->clip.right(); }
467 Length clipTop() const { return visual->clip.top(); }
468 Length clipBottom() const { return visual->clip.bottom(); }
469 LengthBox clip() const { return visual->clip; }
470 bool hasClip() const { return visual->hasClip; }
486 int textDecoration() const { return visual->textDecoration; }
490 float zoom() const { return visual->m_zoom; }
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11gl.c 113 vi_in.visualid = XVisualIDFromVisual(a.visual);
191 #ifdef GLX_DIRECT_COLOR /* Try for a DirectColor visual for gamma support */
202 if( !glx_visualinfo && !SDL_getenv("SDL_VIDEO_X11_NODIRECTCOLOR") ) { /* No DirectColor visual? Try again.. */
209 SDL_SetError( "Couldn't find matching GLX visual");
213 printf("Found GLX visual 0x%x\n", glx_visualinfo->visualid);
230 black = (glx_visualinfo->visual == DefaultVisual(SDL_Display,
240 InputOutput, glx_visualinfo->visual,
SDL_x11video.h 63 Visual *SDL_Visual; /* The visual used by our window */
108 Visual *visual; member in struct:SDL_PrivateVideoData::__anon9839
114 Visual *vis; /* current visual in use */
115 int depth; /* current visual depth (not bpp) */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
Xdbeproto.h 89 VisualID visual; /* one visual ID that supports double-buffering */ member in struct:__anon20495
90 int depth; /* depth of visual in bits */
91 int perflevel; /* performance level of visual */
117 CARD32 visualID B32; /* associated visual */
118 CARD8 depth; /* depth of visual */
127 CARD32 n B32; /* number of visual info items in list */
238 CARD32 m; /* m, number of visual infos in list */
245 } xDbeGetVisualInfoReply; /* followed by m visual infos */
shmstr.h 169 VisualID visual B32;

Completed in 390 milliseconds

1 2 3 4