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

/external/webkit/WebCore/plugins/gtk/
H A DPluginViewGtk.cpp232 GdkDrawable* gdkBackingStore = 0; local
235 gdk_window_get_internal_paint_info(widget->window, &gdkBackingStore, &xoff, &yoff);
238 if (gdkBackingStore) {
239 XCopyArea(GDK_DISPLAY(), GDK_DRAWABLE_XID(gdkBackingStore), m_drawable, gc,

Completed in 30 milliseconds