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

1 2 3 4 5 6 7 891011>>

  /external/webkit/Source/WebCore/platform/wx/
RenderThemeWx.cpp 59 virtual bool paintCheckbox(RenderObject* o, const PaintInfo& i, const IntRect& r)
66 virtual bool paintRadio(RenderObject* o, const PaintInfo& i, const IntRect& r)
73 virtual void adjustRepaintRect(const RenderObject*, IntRect&);
76 virtual bool paintButton(RenderObject*, const PaintInfo&, const IntRect&);
79 virtual bool paintTextField(RenderObject*, const PaintInfo&, const IntRect&);
84 virtual bool paintMenuList(RenderObject*, const PaintInfo&, const IntRect&);
87 virtual bool paintMenuListButton(RenderObject*, const PaintInfo&, const IntRect&);
166 void RenderThemeWx::adjustRepaintRect(const RenderObject* o, IntRect& r)
263 bool RenderThemeWx::paintButton(RenderObject* o, const PaintInfo& i, const IntRect& r)
269 IntRect rect = r;
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderLayer.cpp 345 IntRect newRect = renderer()->clippedOverflowRectForRepaint(repaintContainer);
346 IntRect newOutlineBox = renderer()->outlineBoundsForRepaint(repaintContainer, cachedOffset);
362 m_repaintRect = IntRect();
363 m_outlineBox = IntRect();
398 IntRect RenderLayer::repaintRectIncludingDescendants() const
400 IntRect repaintRect = m_repaintRect;
681 IntRect lineBox = inlineFlow->linesBoundingBox();
760 const IntRect borderBox = toRenderBox(renderer())->borderBoxRect();
785 const IntRect borderBox = toRenderBox(renderer())->borderBoxRect();
923 static IntRect transparencyClipBox(const RenderLayer* l, const RenderLayer* rootLayer, PaintBehavior paintBehavio (…)
    [all...]
RenderText.h 59 virtual void absoluteRects(Vector<IntRect>&, int tx, int ty);
60 void absoluteRectsForRange(Vector<IntRect>&, unsigned startOffset = 0, unsigned endOffset = UINT_MAX, bool useSelectionHeight = false);
87 virtual IntRect linesBoundingBox() const;
88 IntRect linesVisualOverflowBoundingBox() const;
99 virtual IntRect selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool clipToVisibleContent = true);
100 virtual IntRect localCaretRect(InlineBox*, int caretOffset, int* extraWidthToEndOfLine = 0);
105 virtual IntRect clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer);
RenderLayerBacking.h 105 void setContentsNeedDisplayInRect(const IntRect& r);
122 IntRect compositedBounds() const;
123 void setCompositedBounds(const IntRect&);
132 virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& clip);
137 IntRect contentsBox() const;
168 FloatPoint3D computeTransformOrigin(const IntRect& borderBox) const;
170 FloatPoint computePerspectiveOrigin(const IntRect& borderBox) const;
191 void paintIntoLayer(RenderLayer* rootLayer, GraphicsContext*, const IntRect& paintDirtyRect,
214 IntRect m_compositedBounds;
RenderReplaced.h 58 IntRect localSelectionRect(bool checkWhetherSelected = true) const; // This is in local coordinates, but it's a physical rect (so the top left corner is physical top left).
72 virtual IntRect clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer);
79 virtual IntRect selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool clipToVisibleContent = true);
RenderView.h 66 virtual void computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect&, bool fixed = false);
67 virtual void repaintViewRectangle(const IntRect&, bool immediate = false);
70 virtual void repaintRectangleInViewAndCompositedLayers(const IntRect&, bool immediate = false);
80 IntRect selectionBounds(bool clipToVisibleContent = true) const;
85 virtual void absoluteRects(Vector<IntRect>&, int tx, int ty);
95 virtual IntRect viewRect() const;
160 const IntRect& printRect() const { return m_legacyPrinting.m_printRect; }
161 void setPrintRect(const IntRect& r) { m_legacyPrinting.m_printRect = r; }
180 IntRect documentRect() const { return IntRect(docLeft(), docTop(), docWidth(), docHeight());
    [all...]
RenderWidget.h 42 IntRect windowClipRect() const;
73 bool setWidgetGeometry(const IntRect&, const IntSize&);
78 IntRect m_clipRect; // The rectangle needs to remain correct after scrolling, so it is stored in content view coordinates, and not clipped to window.
  /external/webkit/Source/WebCore/platform/android/
ScrollViewAndroid.cpp 32 #include "IntRect.h"
56 IntRect ScrollView::platformVisibleContentRect(bool includeScrollbars) const
61 return IntRect(0, 0, width(), height());
119 void ScrollView::platformRepaintContentRectangle(const IntRect &rect, bool now)
121 IntRect offsetRect = rect;
129 void ScrollView::platformOffscreenContentRectangle(const IntRect& vis, const IntRect& rect)
WidgetAndroid.cpp 50 IntRect Widget::frameRect() const
62 void Widget::paint(GraphicsContext* ctx, const IntRect& r)
91 void Widget::setFrameRect(const IntRect& rect)
  /external/webkit/Source/WebKit/win/WebCoreSupport/
EmbeddedWidget.cpp 71 void EmbeddedWidget::invalidateRect(const IntRect& rect)
80 void EmbeddedWidget::setFrameRect(const IntRect& rect)
99 IntRect oldWindowRect = m_windowRect;
100 IntRect oldClipRect = m_clipRect;
102 m_windowRect = IntRect(frameView->contentsToWindow(frameRect().location()), frameRect().size());
164 IntRect EmbeddedWidget::windowClipRect() const
167 IntRect clipRect(m_windowRect);
WebChromeClient.h 97 virtual WebCore::IntRect windowResizerRect() const;
99 virtual void invalidateWindow(const WebCore::IntRect&, bool);
100 virtual void invalidateContentsAndWindow(const WebCore::IntRect&, bool);
101 virtual void invalidateContentsForSlowScroll(const WebCore::IntRect&, bool);
102 virtual void scroll(const WebCore::IntSize& scrollDelta, const WebCore::IntRect& rectToScroll, const WebCore::IntRect& clipRect);
105 virtual WebCore::IntRect windowToScreen(const WebCore::IntRect& r) const;
159 virtual void scrollRectIntoView(const WebCore::IntRect&, const WebCore::ScrollView*) const {}
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginProxy.h 66 virtual void paint(WebCore::GraphicsContext*, const WebCore::IntRect& dirtyRect);
72 virtual void geometryDidChange(const WebCore::IntRect& frameRect, const WebCore::IntRect& clipRect);
94 virtual void windowAndViewFramesChanged(const WebCore::IntRect& windowFrameInScreenCoordinates, const WebCore::IntRect& viewFrameInWindowCoordinates);
108 void update(const WebCore::IntRect& paintedRect);
130 WebCore::IntRect m_frameRect;
PluginView.h 66 void windowAndViewFramesChanged(const WebCore::IntRect& windowFrameInScreenCoordinates, const WebCore::IntRect& viewFrameInWindowCoordinates);
78 WebCore::IntRect clipRectInWindowCoordinates() const;
106 virtual void setFrameRect(const WebCore::IntRect&);
108 virtual void paint(WebCore::GraphicsContext*, const WebCore::IntRect&);
109 virtual void invalidateRect(const WebCore::IntRect&);
120 virtual void invalidate(const WebCore::IntRect&);
  /external/webkit/Source/WebCore/platform/graphics/gpu/
Texture.cpp 40 #include "IntRect.h"
107 IntRect tileBoundsWithBorder = tiling.tileBoundsWithBorder(i);
149 updateSubRect(pixels, IntRect(0, 0, m_tiles.totalSizeX(), m_tiles.totalSizeY()));
152 void Texture::updateSubRect(void* pixels, const IntRect& updateRect)
154 IntRect updateRectSanitized(updateRect);
155 updateRectSanitized.intersect(IntRect(0, 0, m_tiles.totalSizeX(), m_tiles.totalSizeY()));
173 IntRect tileBoundsWithBorder = m_tiles.tileBoundsWithBorder(tile);
175 IntRect updateRectIntersected = updateRectSanitized;
178 IntRect dstRect = updateRectIntersected;
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGInlineText.cpp 108 IntRect RenderSVGInlineText::localCaretRect(InlineBox* box, int caretOffset, int*)
111 return IntRect();
115 return IntRect();
119 IntRect rect = textBox->selectionRect(0, 0, caretOffset, caretOffset + 1);
121 return IntRect(x, rect.y(), caretWidth, rect.height());
124 IntRect rect = textBox->selectionRect(0, 0, caretOffset - 1, caretOffset);
126 return IntRect(x, rect.y(), caretWidth, rect.height());
129 IntRect RenderSVGInlineText::linesBoundingBox() const
131 IntRect boundingBox;
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebChromeClient.h 91 virtual WebCore::IntRect windowResizerRect() const;
93 virtual void invalidateWindow(const WebCore::IntRect&, bool);
94 virtual void invalidateContentsAndWindow(const WebCore::IntRect&, bool);
95 virtual void invalidateContentsForSlowScroll(const WebCore::IntRect&, bool);
96 virtual void scroll(const WebCore::IntSize& scrollDelta, const WebCore::IntRect& rectToScroll, const WebCore::IntRect& clipRect);
99 virtual WebCore::IntRect windowToScreen(const WebCore::IntRect&) const;
102 virtual void scrollRectIntoView(const WebCore::IntRect&, const WebCore::ScrollView*) const;
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
ChromeClientWinCE.h 94 virtual WebCore::IntRect windowResizerRect() const;
97 virtual void invalidateWindow(const WebCore::IntRect&, bool);
98 virtual void invalidateContentsAndWindow(const WebCore::IntRect&, bool);
99 virtual void invalidateContentsForSlowScroll(const WebCore::IntRect&, bool);
100 virtual void scroll(const WebCore::IntSize&, const WebCore::IntRect&, const WebCore::IntRect&);
102 virtual WebCore::IntRect windowToScreen(const WebCore::IntRect&) const;
105 virtual void scrollRectIntoView(const WebCore::IntRect&, const WebCore::ScrollView*) const; // Currently only Mac has a non empty implementation.
  /external/webkit/Source/WebCore/accessibility/
AccessibilityTableColumn.h 34 #include "IntRect.h"
63 virtual IntRect elementRect() const;
68 IntRect m_columnRect;
  /external/webkit/Source/WebCore/loader/cache/
CachedResourceClient.h 38 class IntRect;
54 // because we are animating. If not null, the IntRect is the changed rect of the image.
55 virtual void imageChanged(CachedImage*, const IntRect* = 0) { };
  /external/webkit/Source/WebCore/platform/chromium/
WidgetChromium.cpp 65 void Widget::paint(GraphicsContext*, const IntRect&)
77 IntRect Widget::frameRect() const
82 void Widget::setFrameRect(const IntRect& rect)
  /external/webkit/Source/WebCore/platform/graphics/android/
GLWebViewState.h 34 #include "IntRect.h"
180 int drawGL(IntRect& rect, SkRect& visibleContentRect, IntRect* invalRect,
181 IntRect& screenRect, int titleBarHeight,
182 IntRect& clip, float scale,
190 void addDirtyArea(const IntRect& rect);
217 double setupDrawing(const IntRect& invScreenRect, const SkRect& visibleContentRect,
218 const IntRect& screenRect, int titleBarHeight,
219 const IntRect& screenClip, float scale);
220 void showFrameInfo(const IntRect& rect, bool collectionsSwapped)
    [all...]
  /external/webkit/Source/WebCore/platform/gtk/
WidgetRenderingContext.cpp 69 WidgetRenderingContext::WidgetRenderingContext(GraphicsContext* graphicsContext, const IntRect& targetRect)
90 m_paintRect = IntRect(IntPoint(m_extraSpace.width(), m_extraSpace.height()),
136 IntRect fullTargetRect(m_targetRect);
147 void WidgetRenderingContext::gtkPaintBox(const IntRect& rect, GtkWidget* widget, GtkStateType stateType, GtkShadowType shadowType, const gchar* detail)
163 void WidgetRenderingContext::gtkPaintFlatBox(const IntRect& rect, GtkWidget* widget, GtkStateType stateType, GtkShadowType shadowType, const gchar* detail)
170 void WidgetRenderingContext::gtkPaintFocus(const IntRect& rect, GtkWidget* widget, GtkStateType stateType, const gchar* detail)
177 void WidgetRenderingContext::gtkPaintSlider(const IntRect& rect, GtkWidget* widget, GtkStateType stateType, GtkShadowType shadowType, const gchar* detail, GtkOrientation orientation)
184 void WidgetRenderingContext::gtkPaintCheck(const IntRect& rect, GtkWidget* widget, GtkStateType stateType, GtkShadowType shadowType, const gchar* detail)
191 void WidgetRenderingContext::gtkPaintOption(const IntRect& rect, GtkWidget* widget, GtkStateType stateType, GtkShadowType shadowType, const gchar* detail)
198 void WidgetRenderingContext::gtkPaintShadow(const IntRect& rect, GtkWidget* widget, GtkStateType stateType, GtkShadowType shadowType, const gchar* detail
    [all...]
  /external/webkit/Source/WebCore/platform/qt/
ScreenQt.cpp 35 #include "IntRect.h"
66 return IntRect(dw->screenGeometry(qw));
89 return IntRect(dw->availableGeometry(qw));
  /external/webkit/Source/WebKit/chromium/src/
WebPopupMenuImpl.cpp 37 #include "IntRect.h"
144 IntRect newGeometry(0, 0, m_size.width, m_size.height);
273 void WebPopupMenuImpl::invalidateContents(const IntRect&, bool)
278 void WebPopupMenuImpl::invalidateWindow(const IntRect&, bool)
283 void WebPopupMenuImpl::invalidateContentsAndWindow(const IntRect& paintRect, bool /*immediate*/)
291 void WebPopupMenuImpl::invalidateContentsForSlowScroll(const IntRect& updateRect, bool immediate)
301 const IntRect& scrollRect,
302 const IntRect& clipRect)
317 IntRect WebPopupMenuImpl::windowToScreen(const IntRect& rect) cons
    [all...]
  /external/webkit/Source/WebKit2/Shared/win/
UpdateChunk.cpp 42 UpdateChunk::UpdateChunk(const IntRect& rect)
50 UpdateChunk::UpdateChunk(const IntRect& rect, HANDLE bitmapSharedMemory)
64 IntRect rect;

Completed in 312 milliseconds

1 2 3 4 5 6 7 891011>>