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

  /external/webkit/Source/WebCore/platform/gtk/
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...]
WidgetRenderingContext.h 57 GdkRectangle m_paintRect;
  /development/samples/BrowserPlugin/jni/audio/
AudioPlugin.h 61 ANPPaint* m_paintRect;
AudioPlugin.cpp 147 m_paintRect = gPaintI.newPaint();
148 gPaintI.setFlags(m_paintRect, gPaintI.getFlags(m_paintRect) | kAntiAlias_ANPPaintFlag);
149 gPaintI.setColor(m_paintRect, 0xFFA8A8A8);
178 gPaintI.deletePaint(m_paintRect);
272 return (input == m_activeRect) ? m_paintActiveRect : m_paintRect;
  /external/webkit/Tools/DumpRenderTree/chromium/
WebViewHost.cpp     [all...]
WebViewHost.h 336 WebKit::WebRect m_paintRect;
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerTilerChromium.cpp 267 m_paintRect = layerRectToContentRect(dirtyLayerRect);
271 m_canvas.resize(m_paintRect.size());
278 canvasPainter.context()->translate(-m_paintRect.x(), -m_paintRect.y());
281 painter.paint(*canvasPainter.context(), m_paintRect);
290 updateFromPixels(m_updateRect, m_paintRect, locker.pixels());
LayerTilerChromium.h 161 IntRect m_paintRect;

Completed in 295 milliseconds