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

  /external/webkit/WebCore/plugins/gtk/
PluginViewGtk.cpp 788 static void getVisualAndColormap(int depth, Visual** visual, Colormap* colormap)
893 getVisualAndColormap(32, &m_visual, &m_colormap);
898 getVisualAndColormap(gvisual->depth, &m_visual, &m_colormap);
  /external/webkit/WebCore/plugins/qt/
PluginViewQt.cpp 703 static void getVisualAndColormap(int depth, Visual **visual, Colormap *colormap)
797 getVisualAndColormap(32, &m_visual, &m_colormap);
802 getVisualAndColormap(x11Info->depth(), &m_visual, &m_colormap);

Completed in 66 milliseconds