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

  /external/webkit/WebCore/plugins/qt/
PluginViewQt.cpp 180 const int drawableDepth = ((NPSetWindowCallbackStruct*)m_npWindow.ws_info)->depth;
181 ASSERT(drawableDepth == qtDrawable.depth());
189 if (m_isTransparent && drawableDepth != 32) {
204 if (hasValidBackingStore && backingStorePixmap->depth() == drawableDepth
  /external/webkit/WebCore/plugins/gtk/
PluginViewGtk.cpp 218 const unsigned int drawableDepth = ((NPSetWindowCallbackStruct*)m_npWindow.ws_info)->depth;
219 ASSERT(drawableDepth == actualDepth);
227 if (m_isTransparent && drawableDepth != 32) {

Completed in 106 milliseconds