Searched refs:m_colormap (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/gtk/
H A DWidgetRenderingContext.cpp107 gScratchBuffer = gdk_pixmap_new(0, width, height, gdk_colormap_get_visual(theme->m_colormap)->depth);
108 gdk_drawable_set_colormap(gScratchBuffer, theme->m_colormap);
H A DRenderThemeGtk.h220 GdkColormap* m_colormap; member in class:WebCore::RenderThemeGtk
H A DRenderThemeGtk2.cpp76 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);
/external/webkit/Source/WebCore/plugins/qt/
H A DPluginViewQt.cpp979 getVisualAndColormap(32, &m_visual, &m_colormap);
984 getVisualAndColormap(x11Info->depth(), &m_visual, &m_colormap);
990 wsi->colormap = m_colormap;
1018 if (m_colormap)
1019 XFreeColormap(QX11Info::display(), m_colormap); local
/external/webkit/Source/WebCore/plugins/gtk/
H A DPluginViewGtk.cpp870 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/
H A DPluginView.h463 Colormap m_colormap; member in class:WebCore::PluginView
H A DPluginView.cpp942 , m_colormap(0)

Completed in 100 milliseconds