Searched defs:drawableDepth (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/plugins/gtk/
H A DPluginViewGtk.cpp218 const unsigned int drawableDepth = ((NPSetWindowCallbackStruct*)m_npWindow.ws_info)->depth; local
219 ASSERT(drawableDepth == actualDepth);
227 if (m_isTransparent && drawableDepth != 32) {
/external/webkit/WebCore/plugins/qt/
H A DPluginViewQt.cpp180 const int drawableDepth = ((NPSetWindowCallbackStruct*)m_npWindow.ws_info)->depth; local
181 ASSERT(drawableDepth == qtDrawable.depth());
189 if (m_isTransparent && drawableDepth != 32) {
204 if (hasValidBackingStore && backingStorePixmap->depth() == drawableDepth

Completed in 101 milliseconds