HomeSort by relevance Sort by last modified time
    Searched defs:m_paintRect (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/platform/gtk/
WidgetRenderingContext.h 57 GdkRectangle m_paintRect;
WidgetRenderingContext.cpp 80 m_paintRect = graphicsContext->getCTM().mapRect(targetRect);
90 m_paintRect = IntRect(IntPoint(m_extraSpace.width(), m_extraSpace.height()),
149 GdkRectangle paintRect = { m_paintRect.x + rect.x(), m_paintRect.y + rect.y(), rect.width(), rect.height() };
155 allocation.x += m_paintRect.x;
156 allocation.y += m_paintRect.y;
165 GdkRectangle paintRect = { m_paintRect.x + rect.x(), m_paintRect.y + rect.y(), rect.width(), rect.height() };
172 GdkRectangle paintRect = { m_paintRect.x + rect.x(), m_paintRect.y + rect.y(), rect.width(), rect.height() }
    [all...]
  /development/samples/BrowserPlugin/jni/audio/
AudioPlugin.h 61 ANPPaint* m_paintRect;
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerTilerChromium.h 161 IntRect m_paintRect;
  /external/webkit/Tools/DumpRenderTree/chromium/
WebViewHost.h 336 WebKit::WebRect m_paintRect;

Completed in 64 milliseconds