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

  /external/webkit/WebCore/plugins/gtk/
PluginViewGtk.cpp 272 XGraphicsExposeEvent& exposeEvent = xevent.xgraphicsexpose;
273 exposeEvent.type = GraphicsExpose;
274 exposeEvent.display = GDK_DISPLAY();
275 exposeEvent.drawable = m_drawable;
276 exposeEvent.x = exposedRect.x();
277 exposeEvent.y = exposedRect.y();
278 exposeEvent.width = exposedRect.x() + exposedRect.width(); // flash bug? it thinks width is the right in transparent mode
279 exposeEvent.height = exposedRect.y() + exposedRect.height(); // flash bug? it thinks height is the bottom in transparent mode
  /external/webkit/WebCore/plugins/qt/
PluginViewQt.cpp 221 XGraphicsExposeEvent& exposeEvent = xevent.xgraphicsexpose;
222 exposeEvent.type = GraphicsExpose;
223 exposeEvent.display = QX11Info::display();
224 exposeEvent.drawable = qtDrawable.handle();
225 exposeEvent.x = exposedRect.x();
226 exposeEvent.y = exposedRect.y();
227 exposeEvent.width = exposedRect.x() + exposedRect.width(); // flash bug? it thinks width is the right in transparent mode
228 exposeEvent.height = exposedRect.y() + exposedRect.height(); // flash bug? it thinks height is the bottom in transparent mode
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 

Completed in 54 milliseconds