Home
last modified time | relevance | path

Searched refs:gtkCurrentClipRgn (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebCore/platform/graphics/wx/
DGraphicsContextWx.cpp98 wxRegion gtkCurrentClipRgn; member in WebCore::GraphicsContextPlatformPrivate
105 gtkCurrentClipRgn(wxRegion()), in GraphicsContextPlatformPrivate()
163 m_data->gtkCurrentClipRgn = m_data->context->m_currentClippingRegion; in savePlatformState()
189 m_data->context->m_currentClippingRegion = m_data->gtkCurrentClipRgn; in restorePlatformState()