OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gdk_window_get_visual
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/platform/gtk/
GtkVersioning.h
46
#define
gdk_window_get_visual
gdk_drawable_get_visual
macro
PlatformScreenGtk.cpp
66
return
gdk_window_get_visual
(gtk_widget_get_window(container));
/external/webkit/Source/WebCore/plugins/gtk/
PluginViewGtk.cpp
847
ws->visual = GDK_VISUAL_XVISUAL(
gdk_window_get_visual
(window));
848
ws->depth = gdk_visual_get_depth(
gdk_window_get_visual
(window));
Completed in 86 milliseconds