HomeSort by relevance Sort by last modified time
    Searched refs:gdk_window_get_visual (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/gtk/
PlatformScreenGtk.cpp 66 return gdk_window_get_visual(gtk_widget_get_window(container));
GtkVersioning.h 46 #define gdk_window_get_visual gdk_drawable_get_visual macro
  /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 55 milliseconds