HomeSort by relevance Sort by last modified time
    Searched refs:IntRect (Results 251 - 275 of 833) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebCore/rendering/
RenderSlider.h 38 IntRect thumbRect();
RenderImage.h 59 virtual void imageChanged(WrappedImagePtr, const IntRect* = 0);
61 virtual void paintIntoRect(GraphicsContext*, const IntRect&);
90 void imageDimensionsChanged(bool imageSizeChanged, const IntRect* = 0);
RenderSelectionInfo.h 28 #include "IntRect.h"
65 , m_rect(o->needsLayout() ? IntRect() : o->selectionRectForRepaint(m_repaintContainer, clipToVisibleContent))
74 IntRect rect() const { return m_rect; }
77 IntRect m_rect; // relative to repaint container
RenderTableCol.cpp 72 IntRect RenderTableCol::clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer)
81 return IntRect();
85 void RenderTableCol::imageChanged(WrappedImagePtr, const IntRect*)
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/rendering/svg/
SVGInlineFlowBox.h 46 virtual IntRect calculateBoundaries() const;
  /external/webkit/Source/WebKit/android/jni/
WebFrameView.h 44 const WebCore::IntRect& rect);
  /external/webkit/Source/WebKit/chromium/public/
WebRect.h 37 #include "IntRect.h"
69 WebRect(const WebCore::IntRect& r)
77 WebRect& operator=(const WebCore::IntRect& r)
86 operator WebCore::IntRect() const
88 return WebCore::IntRect(x, y, width, height);
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
PopupMenuQt.h 41 virtual void show(const IntRect&, FrameView*, int index);
  /external/webkit/Source/WebKit/win/
WebScrollBar.h 117 virtual void invalidateScrollbarRect(WebCore::Scrollbar*, const WebCore::IntRect&);
118 virtual void invalidateScrollCornerRect(const WebCore::IntRect&) { }
124 virtual WebCore::IntRect scrollCornerRect() const { return WebCore::IntRect(); }
  /external/webkit/Source/WebKit2/Shared/
ShareableBitmap.h 30 #include <WebCore/IntRect.h>
89 WebCore::IntRect bounds() const { return WebCore::IntRect(WebCore::IntPoint(), size()); }
97 void paint(WebCore::GraphicsContext&, const WebCore::IntPoint& dstPoint, const WebCore::IntRect& srcRect);
  /external/webkit/Source/WebKit2/UIProcess/gtk/
WebFullScreenManagerProxyGtk.cpp 74 void WebFullScreenManagerProxy::getFullScreenRect(WebCore::IntRect& rect)
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebFullScreenManagerProxyMac.mm 32 #import <WebCore/IntRect.h>
94 void WebFullScreenManagerProxy::getFullScreenRect(WebCore::IntRect& rect)
  /external/webkit/Source/WebKit2/UIProcess/
TiledDrawingAreaProxy.cpp 151 IntRect rect;
174 void TiledDrawingAreaProxy::requestTileUpdate(int tileID, const IntRect& dirtyRect)
228 void TiledDrawingAreaProxy::takeSnapshot(const IntSize& size, const IntRect& contentsRect)
234 void TiledDrawingAreaProxy::invalidate(const IntRect& contentsDirtyRect)
236 IntRect dirtyRect(mapFromContents(contentsDirtyRect));
241 IntRect coverRect = calculateCoverRect(m_previousVisibleRect);
300 Vector<IntRect> paintedArea;
314 bool TiledDrawingAreaProxy::paint(const IntRect& rect, PlatformDrawingContext context)
334 IntRect dirtyRect = mapFromContents(rect);
354 IntRect visibleRect = mapFromContents(webViewVisibleRect())
    [all...]
BackingStore.h 40 class IntRect;
64 void paint(PlatformGraphicsContext, const WebCore::IntRect&);
71 void scroll(const WebCore::IntRect& scrollRect, const WebCore::IntSize& scrollOffset);
  /external/webkit/Source/WebCore/loader/cache/
CachedImage.h 28 #include "IntRect.h"
61 IntRect imageRect(float multiplier) const; // The size of the currently decoded portion of the image.
87 virtual void changedInRect(const Image*, const IntRect&);
95 void notifyObservers(const IntRect* changeRect = 0);
  /external/webkit/Source/WebCore/platform/
ScrollbarTheme.h 30 #include "IntRect.h"
45 virtual bool paint(Scrollbar*, GraphicsContext*, const IntRect& /*damageRect*/) { return false; }
79 virtual void paintScrollCorner(ScrollView*, GraphicsContext* context, const IntRect& cornerRect) { defaultPaintScrollCorner(context, cornerRect); }
80 static void defaultPaintScrollCorner(GraphicsContext* context, const IntRect& cornerRect) { context->fillRect(cornerRect, Color::white, ColorSpaceDeviceRGB); }
  /external/webkit/Source/WebCore/platform/android/
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/WebCore/platform/graphics/
MediaPlayerPrivate.h 36 class IntRect;
98 virtual void paint(GraphicsContext*, const IntRect&) = 0;
100 virtual void paintCurrentFrameInContext(GraphicsContext* c, const IntRect& r) { paint(c, r); }
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextRecording.h 104 virtual void addInnerRoundedRectClip(const IntRect& rect, int thickness);
109 virtual bool clipOut(const IntRect& r);
122 virtual void drawEllipse(const IntRect& rect);
123 virtual void drawFocusRing(const Vector<IntRect>& rects, int /* width */,
133 virtual void drawRect(const IntRect& rect);
137 virtual void fillRoundedRect(const IntRect& rect, const IntSize& topLeft,
140 virtual void strokeArc(const IntRect& r, int startAngle, int angleSpan);
146 virtual void drawMediaButton(const IntRect& rect, RenderSkinMediaButton::MediaButton buttonType,
148 const IntRect& thumb = IntRect());
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/avfoundation/
MediaPlayerPrivateAVFoundationObjC.h 81 virtual void paint(GraphicsContext*, const IntRect&);
82 virtual void paintCurrentFrameInContext(GraphicsContext*, const IntRect&);
117 RetainPtr<CGImageRef> createImageForTimeInRect(float, const IntRect&);
  /external/webkit/Source/WebCore/platform/gtk/
WidgetGtk.cpp 36 #include "IntRect.h"
85 void Widget::paint(GraphicsContext* context, const IntRect& rect)
104 IntRect Widget::frameRect() const
109 void Widget::setFrameRect(const IntRect& rect)
  /external/webkit/Source/WebCore/platform/haiku/
WidgetHaiku.cpp 33 #include "IntRect.h"
73 IntRect Widget::frameRect() const
78 void Widget::setFrameRect(const IntRect& rect)
121 void Widget::paint(GraphicsContext*, IntRect const&)
  /external/webkit/Source/WebCore/plugins/
PluginViewNone.cpp 51 void PluginView::paint(GraphicsContext*, const IntRect&)
67 void PluginView::setNPWindowRect(const IntRect&)
92 void PluginView::invalidateRect(const IntRect&)

Completed in 1010 milliseconds

<<11121314151617181920>>