/external/webkit/Source/WebCore/platform/graphics/cg/ |
IntRectCG.cpp | 27 #include "IntRect.h" 35 IntRect::operator CGRect() const 40 IntRect enclosingIntRect(const CGRect& rect) 46 return IntRect(l, t, r - l, b - t);
|
/external/webkit/Source/WebCore/platform/graphics/filters/ |
FilterEffect.cpp | 49 inline bool isFilterSizeValid(IntRect rect) 59 m_absolutePaintRect = IntRect(); 68 IntRect FilterEffect::requestedRegionOfInputImageData(const IntRect& effectRect) const 73 return IntRect(location, m_absolutePaintRect.size()); 76 IntRect FilterEffect::drawingRegionOfInputImage(const IntRect& srcRect) const 78 return IntRect(IntPoint(srcRect.x() - m_absolutePaintRect.x(), 105 IntRect destinationRect(IntPoint(), m_absolutePaintRect.size()); 113 PassRefPtr<ByteArray> FilterEffect::asUnmultipliedImage(const IntRect& rect [all...] |
/external/webkit/Source/WebCore/platform/graphics/haiku/ |
IntRectHaiku.cpp | 29 #include "IntRect.h" 36 IntRect::IntRect(const BRect& rect) 42 IntRect::operator BRect() const
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
IntRectMac.mm | 27 #include "IntRect.h" 33 IntRect::operator NSRect() const 38 IntRect enclosingIntRect(const NSRect& rect) 44 return IntRect(l, t, r - l, b - t);
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
IntRectQt.cpp | 29 #include "IntRect.h" 35 IntRect::IntRect(const QRect& r) 41 IntRect::operator QRect() const
|
TextureMapperQt.h | 35 virtual PlatformGraphicsContext* beginPaint(const IntRect& dirtyRect); 40 IntRect sourceRect() const { return IntRect(0, 0, contentSize().width(), contentSize().height()); } 56 virtual void drawTexture(const BitmapTexture& texture, const IntRect& targetRect, const TransformationMatrix& matrix, float opacity, const BitmapTexture* maskTexture); 58 virtual void setClip(const IntRect&);
|
/external/webkit/Source/WebCore/platform/graphics/texmap/ |
TextureMapperPlatformLayer.h | 26 class IntRect; 37 virtual void setNeedsDisplayInRect(const IntRect& rect) = 0; 56 IntRect visibleRect; 57 IntRect targetRect;
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
IntRectWin.cpp | 28 #include "IntRect.h" 34 IntRect::IntRect(const RECT& r) 39 IntRect::operator RECT() const
|
/external/webkit/Source/WebCore/platform/graphics/wx/ |
IntRectWx.cpp | 27 #include "IntRect.h" 34 IntRect::IntRect(const wxRect& r) 40 IntRect::operator wxRect() const
|
/external/webkit/Source/WebKit/android/ |
RenderSkinMediaButton.h | 29 #include "IntRect.h" 62 static void Draw(SkCanvas* canvas, const IntRect& rect, MediaButton buttonType, 64 const IntRect& thumb = IntRect());
|
/external/webkit/Source/WebKit/android/jni/ |
AndroidHitTestResult.h | 32 #include "IntRect.h" 48 Vector<WebCore::IntRect>& highlightRects() { return m_highlightRects; } 57 Vector<WebCore::IntRect> enclosingParentRects(WebCore::Node* node); 61 Vector<WebCore::IntRect> m_highlightRects;
|
/external/webkit/Source/WebKit2/Shared/gtk/ |
UpdateChunk.h | 31 #include "IntRect.h" 46 UpdateChunk(const WebCore::IntRect&); 49 const WebCore::IntRect& rect() const { return m_rect; } 60 WebCore::IntRect m_rect;
|
/external/webkit/Source/WebKit2/Shared/mac/ |
UpdateChunk.h | 29 #include <WebCore/IntRect.h> 42 UpdateChunk(const WebCore::IntRect&); 46 const WebCore::IntRect& rect() const { return m_rect; } 57 WebCore::IntRect m_rect;
|
/external/webkit/Source/WebKit2/Shared/qt/ |
UpdateChunk.h | 31 #include <WebCore/IntRect.h> 44 UpdateChunk(const WebCore::IntRect&); 47 const WebCore::IntRect& rect() const { return m_rect; } 58 WebCore::IntRect m_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...] |
/external/webkit/Source/WebCore/platform/ |
ScrollableArea.h | 29 #include "IntRect.h" 87 void invalidateScrollbar(Scrollbar*, const IntRect&); 89 virtual IntRect scrollCornerRect() const = 0; 91 virtual void getTickmarks(Vector<IntRect>&) const { } 100 virtual IntRect convertFromScrollbarToContainingView(const Scrollbar* scrollbar, const IntRect& scrollbarRect) const 104 virtual IntRect convertFromContainingViewToScrollbar(const Scrollbar* scrollbar, const IntRect& parentRect) const 123 virtual IntRect visibleContentRect(bool = false) const { ASSERT_NOT_REACHED(); return IntRect(); } [all...] |
/external/webkit/Source/WebCore/platform/graphics/android/context/ |
PlatformGraphicsContextRecording.h | 101 virtual void addInnerRoundedRectClip(const IntRect& rect, int thickness); 106 virtual bool clipOut(const IntRect& r); 119 virtual void drawEllipse(const IntRect& rect); 120 virtual void drawFocusRing(const Vector<IntRect>& rects, int /* width */, 130 virtual void drawRect(const IntRect& rect); 134 virtual void fillRoundedRect(const IntRect& rect, const IntSize& topLeft, 137 virtual void strokeArc(const IntRect& r, int startAngle, int angleSpan); 143 virtual void drawMediaButton(const IntRect& rect, RenderSkinMediaButton::MediaButton buttonType, 145 const IntRect& thumb = IntRect()); [all...] |
/external/webkit/Source/WebCore/plugins/ |
IFrameShimSupport.h | 28 class IntRect; 30 void getPluginOcclusions(Element*, Widget* parentWidget, const IntRect& frameRect, Vector<IntRect>& occlusions);
|
/external/webkit/Source/WebKit/chromium/src/ |
WebPluginContainerImpl.h | 45 class IntRect; 68 virtual void setFrameRect(const WebCore::IntRect&); 69 virtual void paint(WebCore::GraphicsContext*, const WebCore::IntRect&); 70 virtual void invalidateRect(const WebCore::IntRect&); 107 int printBegin(const WebCore::IntRect& printableArea, int printerDPI) const; 138 void calculateGeometry(const WebCore::IntRect& frameRect, 139 WebCore::IntRect& windowRect, 140 WebCore::IntRect& clipRect, 141 Vector<WebCore::IntRect>& cutOutRects); 142 WebCore::IntRect windowClipRect() const [all...] |
/external/webkit/Source/WebKit/haiku/WebCoreSupport/ |
ChromeClientHaiku.h | 105 virtual IntRect windowResizerRect() const; 107 virtual void invalidateWindow(const IntRect&, bool); 108 virtual void invalidateContentsAndWindow(const IntRect&, bool); 109 virtual void invalidateContentsForSlowScroll(const IntRect&, bool); 110 virtual void scroll(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect); 113 virtual IntRect windowToScreen(const IntRect&) const; 116 virtual void scrollRectIntoView(const IntRect&, const ScrollView*) const; 118 void addToDirtyRegion(const IntRect&) [all...] |
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
NetscapePlugin.h | 33 #include <WebCore/IntRect.h> 130 bool platformInvalidate(const WebCore::IntRect&); 132 void platformPaint(WebCore::GraphicsContext*, const WebCore::IntRect& dirtyRect, bool isSnapshot = false); 144 virtual void paint(WebCore::GraphicsContext*, const WebCore::IntRect& dirtyRect); 150 virtual void geometryDidChange(const WebCore::IntRect& frameRect, const WebCore::IntRect& clipRect); 175 virtual void windowAndViewFramesChanged(const WebCore::IntRect& windowFrameInScreenCoordinates, const WebCore::IntRect& viewFrameInWindowCoordinates); 201 WebCore::IntRect m_frameRect; 202 WebCore::IntRect m_clipRect [all...] |
/external/webkit/Source/WebCore/platform/chromium/ |
FramelessScrollView.h | 65 virtual void invalidateScrollbarRect(Scrollbar*, const IntRect&); 69 virtual void invalidateRect(const IntRect&); 73 virtual IntRect windowClipRect(bool clipToContents = true) const; 77 virtual void paintContents(GraphicsContext*, const IntRect&); 78 virtual void paintScrollCorner(GraphicsContext*, const IntRect& cornerRect);
|
/external/webkit/Source/WebCore/platform/graphics/android/rendering/ |
Surface.h | 30 #include "IntRect.h" 77 IntRect computePrepareArea(); 78 IntRect visibleContentArea(bool force3dContentVisible = false) const; 79 IntRect fullContentArea(); 84 IntRect m_fullContentArea;
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
ContentLayerChromium.h | 55 virtual void paintContentsIfDirty(const IntRect& targetSurfaceRect); 60 virtual void draw(const IntRect& targetSurfaceRect); 71 virtual IntRect layerBounds() const; 77 IntRect visibleLayerRect(const IntRect&);
|
RenderSurfaceChromium.h | 33 #include "IntRect.h" 55 void draw(const IntRect& targetSurfaceRect); 61 IntRect contentRect() const { return m_contentRect; } 78 IntRect m_contentRect; 86 IntRect m_scissorRect;
|