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

<<11121314151617181920>>

  /external/webkit/Source/WebKit/android/nav/
CacheBuilder.cpp 406 IntRect rect = node->getRect();
450 const IntRect& absB = renderer->absoluteBoundingBoxRect();
496 const IntRect& oRect = box->visibleOverflowRect();
514 const IntRect& r = renderer->absoluteBoundingBoxRect();
536 IntRect rect;
546 WTF::Vector<IntRect> rects;
547 IntRect clipBounds = IntRect(0, 0, INT_MAX, INT_MAX);
548 IntRect focusBounds = IntRect(0, 0, INT_MAX, INT_MAX)
    [all...]
  /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/rendering/
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/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/inspector/
InspectorTimelineAgent.h 48 class IntRect;
89 void willPaint(const IntRect&);
  /external/webkit/Source/WebCore/platform/graphics/android/
TiledTexture.cpp 102 IntRect TiledTexture::computeTilesArea(IntRect& visibleArea, float scale)
104 IntRect computedArea;
105 IntRect area(visibleArea.x() * scale,
131 bool startFastSwap, IntRect& visibleArea)
225 int TiledTexture::nbTextures(IntRect& area, float scale)
227 IntRect tileBounds = computeTilesArea(area, scale);
361 bool startFastSwap, IntRect& visibleArea)
  /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/android/
RenderSkinButton.cpp 31 #include "IntRect.h"
86 void RenderSkinButton::draw(SkCanvas* canvas, const IntRect& r,
RenderSkinRadio.cpp 33 #include "IntRect.h"
75 void RenderSkinRadio::Draw(SkCanvas* canvas, Node* element, const IntRect& ir,
  /external/webkit/Source/WebKit/wince/
WebView.h 28 #include "IntRect.h"
89 void paint(HDC hDC, const WebCore::IntRect& clipRect);
  /external/webkit/Source/WebKit2/Shared/gtk/
UpdateChunk.cpp 45 UpdateChunk::UpdateChunk(const IntRect& rect)
82 IntRect rect;
  /external/webkit/Source/WebKit2/Shared/qt/
UpdateChunk.cpp 49 UpdateChunk::UpdateChunk(const IntRect& rect)
81 IntRect rect;
  /external/webkit/Source/WebKit2/UIProcess/
DrawingAreaProxy.h 48 class IntRect;
82 virtual bool paint(const WebCore::IntRect&, PlatformDrawingContext) = 0;
DrawingAreaProxyImpl.h 45 void paint(BackingStore::PlatformGraphicsContext, const WebCore::IntRect&, Region& unpaintedRegion);
53 virtual bool paint(const WebCore::IntRect&, PlatformDrawingContext);
  /external/webkit/Source/WebKit2/UIProcess/mac/
ChunkedUpdateDrawingAreaProxyMac.mm 64 bool ChunkedUpdateDrawingAreaProxy::platformPaint(const IntRect& rect, CGContextRef context)
91 IntRect updateChunkRect = updateChunk->rect();

Completed in 404 milliseconds

<<11121314151617181920>>