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

  /external/webkit/Source/WebCore/platform/gtk/
WidgetRenderingContext.cpp 107 gScratchBuffer = gdk_pixmap_new(0, width, height, gdk_colormap_get_visual(theme->m_colormap)->depth);
108 gdk_drawable_set_colormap(gScratchBuffer, theme->m_colormap);
RenderThemeGtk.h 220 GdkColormap* m_colormap; member in class:WebCore::RenderThemeGtk
RenderThemeGtk2.cpp 76 m_colormap = gdk_screen_get_rgba_colormap(gdk_screen_get_default());
77 if (!m_colormap) {
79 m_colormap = gdk_screen_get_default_colormap(gdk_screen_get_default());
757 gtk_widget_set_colormap(m_gtkWindow, m_colormap);
    [all...]
  /external/webkit/Source/WebCore/plugins/qt/
PluginViewQt.cpp 1019 XFreeColormap(QX11Info::display(), m_colormap); local
    [all...]
  /external/webkit/Source/WebCore/plugins/gtk/
PluginViewGtk.cpp 870 getVisualAndColormap(32, &m_visual, &m_colormap);
875 getVisualAndColormap(gdk_visual_get_depth(gvisual), &m_visual, &m_colormap); local
881 ws->colormap = m_colormap;
  /external/webkit/Source/WebCore/plugins/
PluginView.h 463 Colormap m_colormap; member in class:WebCore::PluginView
PluginView.cpp 942 , m_colormap(0)
    [all...]

Completed in 198 milliseconds