HomeSort by relevance Sort by last modified time
    Searched full:intrect (Results 426 - 450 of 888) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginProxy.cpp 125 void PluginProxy::paint(GraphicsContext* graphicsContext, const IntRect& dirtyRect)
137 m_pluginBackingStore->paint(*graphicsContext, IntPoint(), IntRect(0, 0, m_frameRect.width(), m_frameRect.height()));
142 IntRect dirtyRectInPluginCoordinates = dirtyRect;
170 void PluginProxy::geometryDidChange(const IntRect& frameRect, const IntRect& clipRect)
338 void PluginProxy::windowAndViewFramesChanged(const WebCore::IntRect& windowFrameInScreenCoordinates, const WebCore::IntRect& viewFrameInWindowCoordinates)
460 void PluginProxy::update(const IntRect& paintedRect)
465 IntRect paintedRectPluginCoordinates = paintedRect;
  /external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapperNode.cpp 140 void TextureMapperNode::setNeedsDisplayInRect(IntRect rect)
147 rect.intersect(IntRect(0, 0, m_size.width(), m_size.height()));
386 m_transforms.targetBoundingRect = IntRect(m_transforms.target.mapRect(entireRect()));
417 void TextureMapperNode::uploadTextureFromContent(TextureMapper* textureMapper, const IntRect& visibleRect, GraphicsLayer* layer)
446 IntRect dirtyRect = IntRect(0, 0, m_size.width(), m_size.height());
514 const IntRect rect = m_layerType == ClipLayer ? entireRect() : targetRect();
542 options.textureMapper->drawTexture(texture, IntRect(IntPoint(0, 0), options.surface->size()), TransformationMatrix(), 1.0f, maskTexture.get());
545 options.textureMapper->drawTexture(*m_replicaSurface.get(), IntRect(IntPoint(0, 0), options.surface->size()), TransformationMatrix(), options.opacity, 0);
569 m_layerType == TransparencyLayer ? IntRect(IntPoint(0, 0), options.surface->size())
    [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
ChromeClientQt.cpp 365 IntRect ChromeClientQt::windowResizerRect() const
369 return IntRect();
373 return IntRect();
377 return IntRect();
398 return IntRect();
402 void ChromeClientQt::invalidateWindow(const IntRect& windowRect, bool)
416 void ChromeClientQt::invalidateContentsAndWindow(const IntRect& windowRect, bool immediate)
431 void ChromeClientQt::invalidateContentsForSlowScroll(const IntRect& windowRect, bool immediate)
436 void ChromeClientQt::scroll(const IntSize& delta, const IntRect& scrollViewRect, const IntRect&
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.h 230 void setViewNeedsDisplay(const WebCore::IntRect&);
232 void scrollView(const WebCore::IntRect& scrollRect, const WebCore::IntSize& scrollOffset);
257 void windowAndViewFramesChanged(const WebCore::IntRect& windowFrameInScreenCoordinates, const WebCore::IntRect& viewFrameInWindowCoordinates, const WebCore::IntPoint& accessibilityViewCoordinates);
266 WebCore::IntRect firstRectForCharacterRange(uint64_t, uint64_t);
278 WebCore::IntRect firstRectForCharacterInSelectedRange(int);
288 void setActualVisibleContentRect(const WebCore::IntRect& rect);
469 void drawRectToPDF(WebFrameProxy*, const WebCore::IntRect&, PassRefPtr<DataCallback>);
475 void flashBackingStoreUpdates(const Vector<WebCore::IntRect>& updateRects);
567 void windowToScreen(const WebCore::IntRect& viewRect, WebCore::IntRect& result)
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderBoxModelObject.cpp 562 RoundedIntRect RenderBoxModelObject::getBackgroundRoundedRect(const IntRect& borderRect, InlineFlowBox* box, int inlineBoxWidth, int inlineBoxHeight,
567 RoundedIntRect segmentBorder = style()->getRoundedBorderFor(IntRect(0, 0, inlineBoxWidth, inlineBoxHeight), includeLogicalLeftEdge, includeLogicalRightEdge);
615 IntRect borderRect(tx, ty, w, h);
630 IntRect borderRect(tx, ty, w, h);
668 context->clip(IntRect(x, y, width, height));
673 IntRect maskRect(tx, ty, w, h);
734 IntRect rect(tx, ty, w, h);
754 IntRect destRect;
    [all...]
InlineFlowBox.cpp 69 IntRect InlineFlowBox::roundedFrameRect() const
78 return IntRect(snappedX, snappedY, snappedMaxX - snappedX, snappedMaxY - snappedY);
    [all...]
LayoutState.h 29 #include "IntRect.h"
85 IntRect m_clipRect;
RenderFrameSet.h 122 void paintRowBorder(const PaintInfo&, const IntRect&);
123 void paintColumnBorder(const PaintInfo&, const IntRect&);
RenderTreeAsText.h 40 class IntRect;
71 TextStream& operator<<(TextStream&, const IntRect&);
  /external/webkit/Source/WebCore/platform/graphics/cairo/
ImageBufferCairo.cpp 160 PassRefPtr<ByteArray> getImageData(const IntRect& rect, const ImageBufferData& data, const IntSize& size)
218 PassRefPtr<ByteArray> ImageBuffer::getUnmultipliedImageData(const IntRect& rect) const
223 PassRefPtr<ByteArray> ImageBuffer::getPremultipliedImageData(const IntRect& rect) const
229 void putImageData(ByteArray*& source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint, ImageBufferData& data, const IntSize& size)
286 void ImageBuffer::putUnmultipliedImageData(ByteArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint)
291 void ImageBuffer::putPremultipliedImageData(ByteArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint)
  /external/webkit/Source/WebKit/win/
WebFrame.h 53 class IntRect;
389 const Vector<WebCore::IntRect>& computePageRects(HDC printDC);
392 WebCore::IntRect printerMarginRect(HDC);
394 void drawHeader(PlatformGraphicsContext* pctx, IWebUIDelegate*, const WebCore::IntRect& pageRect, float headerHeight);
395 void drawFooter(PlatformGraphicsContext* pctx, IWebUIDelegate*, const WebCore::IntRect& pageRect, UINT page, UINT pageCount, float headerHeight, float footerHeight);
404 Vector<WebCore::IntRect> m_pageRects;
  /external/webkit/Source/WebKit/chromium/src/
ChromeClientImpl.cpp 52 #include "IntRect.h"
178 m_webView->client()->setWindowRect(IntRect(r));
499 IntRect ChromeClientImpl::windowResizerRect() const
501 IntRect result;
514 void ChromeClientImpl::invalidateWindow(const IntRect&, bool)
519 void ChromeClientImpl::invalidateContentsAndWindow(const IntRect& updateRect, bool /*immediate*/)
534 void ChromeClientImpl::invalidateContentsForSlowScroll(const IntRect& updateRect, bool immediate)
548 const IntSize& scrollDelta, const IntRect& scrollRect,
549 const IntRect& clipRect)
572 IntRect ChromeClientImpl::windowToScreen(const IntRect& rect) cons
    [all...]
DragScrollTimer.cpp 41 static IntSize distanceToRect(const IntPoint& point, const IntRect& rect)
110 IntRect bounds(0, 0, view->visibleWidth(), view->visibleHeight());
  /external/webkit/Source/WebCore/accessibility/
AccessibilityObject.h 33 #include "IntRect.h"
429 virtual IntRect boundingBoxRect() const { return IntRect(); }
430 virtual IntRect elementRect() const = 0;
506 virtual IntRect boundsForVisiblePositionRange(const VisiblePositionRange&) const { return IntRect(); }
537 virtual IntRect doAXBoundsForRange(const PlainTextRange&) const { return IntRect(); }
  /external/webkit/Source/WebCore/html/
HTMLCanvasElement.h 100 void paint(GraphicsContext*, const IntRect&);
113 IntRect convertLogicalToDevice(const FloatRect&) const;
  /external/webkit/Source/WebCore/inspector/
InspectorTimelineAgent.h 48 class IntRect;
89 void willPaint(const IntRect&);
  /external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsContextAndroid.cpp 158 void GraphicsContext::drawRect(const IntRect& rect)
197 void GraphicsContext::drawEllipse(const IntRect& rect)
206 void GraphicsContext::strokeArc(const IntRect& r, int startAngle, int angleSpan)
225 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight,
271 void GraphicsContext::addInnerRoundedRectClip(const IntRect& rect, int thickness)
287 void GraphicsContext::clipOut(const IntRect& r)
412 void GraphicsContext::drawFocusRing(const Vector<IntRect>& rects, int width, int offset, const Color& color)
544 void GraphicsContext::setURLForRect(const KURL& link, const IntRect& destRect)
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
VideoLayerManager.h 30 #include "IntRect.h"
136 IntRect m_buttonRect;
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
MediaPlayerPrivateGStreamer.h 43 class IntRect;
106 void paint(GraphicsContext*, const IntRect&);
  /external/webkit/Source/WebCore/platform/graphics/qt/
MediaPlayerPrivateQt.h 91 void paint(GraphicsContext*, const IntRect&);
93 void paintCurrentFrameInContext(GraphicsContext*, const IntRect&);
  /external/webkit/Source/WebCore/platform/gtk/
MainFrameScrollbarGtk.cpp 27 #include "IntRect.h"
127 void MainFrameScrollbarGtk::paint(GraphicsContext* context, const IntRect& rect)
  /external/webkit/Source/WebCore/rendering/style/
ShadowData.cpp 26 #include "IntRect.h"
74 void ShadowData::adjustRectForShadow(IntRect& rect, int additionalOutlineSize) const
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGInline.cpp 70 IntRect RenderSVGInline::clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer)
75 void RenderSVGInline::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& repaintRect, bool fixed)
RenderSVGRoot.h 78 virtual IntRect clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer);
79 virtual void computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& repaintRect, bool fixed);
  /external/webkit/Source/WebKit/wince/
WebView.h 28 #include "IntRect.h"
89 void paint(HDC hDC, const WebCore::IntRect& clipRect);

Completed in 923 milliseconds

<<11121314151617181920>>