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

1 2 34 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/platform/qt/
RenderThemeQt.h 65 virtual void adjustRepaintRect(const RenderObject* o, IntRect& r);
96 virtual bool paintCheckbox(RenderObject* o, const PaintInfo& i, const IntRect& r);
99 virtual bool paintRadio(RenderObject* o, const PaintInfo& i, const IntRect& r);
103 virtual bool paintButton(RenderObject*, const PaintInfo&, const IntRect&);
106 virtual bool paintTextField(RenderObject*, const PaintInfo&, const IntRect&);
109 virtual bool paintTextArea(RenderObject*, const PaintInfo&, const IntRect&);
112 virtual bool paintMenuList(RenderObject* o, const PaintInfo& i, const IntRect& r);
115 virtual bool paintMenuListButton(RenderObject*, const PaintInfo&, const IntRect&);
120 virtual bool paintProgressBar(RenderObject*, const PaintInfo&, const IntRect&);
123 virtual bool paintSliderTrack(RenderObject*, const PaintInfo&, const IntRect&)
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderOverflow.h 24 #include "IntRect.h"
43 RenderOverflow(const IntRect& layoutRect, const IntRect& visualRect)
59 IntRect layoutOverflowRect() const;
65 IntRect visualOverflowRect() const;
79 void addLayoutOverflow(const IntRect&);
80 void addVisualOverflow(const IntRect&);
82 void setLayoutOverflow(const IntRect&);
83 void setVisualOverflow(const IntRect&);
85 void resetLayoutOverflow(const IntRect& defaultRect)
    [all...]
RenderScrollbarTheme.cpp 41 IntRect firstButton = backButtonRect(scrollbar, BackButtonStartPart);
42 IntRect secondButton = forwardButtonRect(scrollbar, ForwardButtonStartPart);
43 IntRect thirdButton = backButtonRect(scrollbar, BackButtonEndPart);
44 IntRect fourthButton = forwardButtonRect(scrollbar, ForwardButtonEndPart);
72 IntRect RenderScrollbarTheme::backButtonRect(Scrollbar* scrollbar, ScrollbarPart partType, bool)
77 IntRect RenderScrollbarTheme::forwardButtonRect(Scrollbar* scrollbar, ScrollbarPart partType, bool)
82 IntRect RenderScrollbarTheme::trackRect(Scrollbar* scrollbar, bool)
94 IntRect RenderScrollbarTheme::constrainTrackRectToTrackPieces(Scrollbar* scrollbar, const IntRect& rect)
96 IntRect backRect = toRenderScrollbar(scrollbar)->trackPieceRectWithMargins(BackTrackPart, rect)
    [all...]
RenderInline.h 51 virtual void absoluteRects(Vector<IntRect>&, int tx, int ty);
56 IntRect linesBoundingBox() const;
57 IntRect linesVisualOverflowBoundingBox() const;
78 virtual void addFocusRingRects(Vector<IntRect>&, int tx, int ty);
102 IntRect culledInlineVisualOverflowBoundingBox() const;
105 void culledInlineAbsoluteRects(const RenderInline* container, Vector<IntRect>&, const IntSize&);
129 virtual IntRect clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer);
130 virtual IntRect rectWithOutlineForRepaint(RenderBoxModelObject* repaintContainer, int outlineWidth);
131 virtual void computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& rect, bool fixed);
138 virtual IntRect borderBoundingBox() cons
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
TileGrid.h 29 #include "IntRect.h"
49 static IntRect computeTilesArea(const IntRect& contentArea, float scale);
52 const IntRect& prepareArea, const IntRect& fullContentArea,
56 void drawGL(const IntRect& visibleContentArea, float opacity,
70 int nbTextures(const IntRect& area, float scale);
82 IntRect m_area;
  /external/webkit/Source/WebCore/platform/graphics/chromium/
TransparencyWin.h 136 const IntRect& region);
156 const IntRect& drawRect() { return m_drawRect; }
179 void setupTransform(const IntRect& region);
180 void setupTransformForKeepTransform(const IntRect& region);
203 IntRect m_sourceRect;
208 IntRect m_transformedSourceRect;
217 IntRect m_drawRect;
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;
  /external/webkit/Source/WebKit/chromium/src/
WebPopupMenuImpl.h 107 virtual void invalidateContents(const WebCore::IntRect&, bool);
108 virtual void invalidateWindow(const WebCore::IntRect&, bool);
109 virtual void invalidateContentsAndWindow(const WebCore::IntRect&, bool);
110 virtual void invalidateContentsForSlowScroll(const WebCore::IntRect&, bool);
113 const WebCore::IntSize& scrollDelta, const WebCore::IntRect& scrollRect,
114 const WebCore::IntRect& clipRect);
116 virtual WebCore::IntRect windowToScreen(const WebCore::IntRect&) const;
118 virtual void scrollRectIntoView(const WebCore::IntRect&, const WebCore::ScrollView*) const;
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/WebCore/platform/efl/
RenderThemeEfl.h 120 virtual bool paintCheckbox(RenderObject*, const PaintInfo&, const IntRect&);
123 virtual bool paintRadio(RenderObject*, const PaintInfo&, const IntRect&);
126 virtual bool paintButton(RenderObject*, const PaintInfo&, const IntRect&);
129 virtual bool paintTextField(RenderObject*, const PaintInfo&, const IntRect&);
132 virtual bool paintTextArea(RenderObject*, const PaintInfo&, const IntRect&);
135 virtual bool paintMenuList(RenderObject*, const PaintInfo&, const IntRect&);
138 virtual bool paintSearchFieldResultsDecoration(RenderObject*, const PaintInfo&, const IntRect&);
141 virtual bool paintSearchFieldDecoration(RenderObject*, const PaintInfo&, const IntRect&);
144 virtual bool paintSearchField(RenderObject*, const PaintInfo&, const IntRect&);
147 virtual bool paintSearchFieldResultsButton(RenderObject*, const PaintInfo&, const IntRect&)
    [all...]
  /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/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.h 27 #include "IntRect.h"
60 PassRefPtr<ByteArray> asUnmultipliedImage(const IntRect&);
61 PassRefPtr<ByteArray> asPremultipliedImage(const IntRect&);
62 void copyUnmultipliedImage(ByteArray* destination, const IntRect&);
63 void copyPremultipliedImage(ByteArray* destination, const IntRect&);
69 IntRect drawingRegionOfInputImage(const IntRect&) const;
70 IntRect requestedRegionOfInputImageData(const IntRect&) const;
76 IntRect absolutePaintRect() const { return m_absolutePaintRect;
    [all...]
  /external/webkit/Source/WebCore/platform/haiku/
RenderThemeHaiku.h 58 virtual bool paintCheckbox(RenderObject*, const PaintInfo&, const IntRect&);
61 virtual bool paintRadio(RenderObject*, const PaintInfo&, const IntRect&);
65 virtual bool paintMenuList(RenderObject*, const PaintInfo&, const IntRect&);
  /external/webkit/Source/WebCore/platform/win/
WidgetWin.cpp 36 #include "IntRect.h"
79 void Widget::paint(GraphicsContext*, const IntRect&)
91 IntRect Widget::frameRect() const
96 void Widget::setFrameRect(const IntRect& rect)
  /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/WebKit/android/nav/
DrawExtra.h 33 #include "IntRect.h"
67 void addHighlightRegion(const LayerAndroid* layer, const Vector<IntRect>& rects,
69 const IntRect& clipRect = IntRect());
  /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/WebCore/page/
FrameView.h 42 class IntRect;
63 virtual void invalidateRect(const IntRect&);
64 virtual void setFrameRect(const IntRect&);
159 virtual IntRect windowClipRect(bool clipToContents = true) const;
160 IntRect windowClipRectForLayer(const RenderLayer*, bool clipToLayerContents) const;
162 virtual IntRect windowResizerRect() const;
213 virtual void paintContents(GraphicsContext*, const IntRect& damageRect);
220 virtual void paintOverhangAreas(GraphicsContext*, const IntRect& horizontalOverhangArea, const IntRect& verticalOverhangArea, const IntRect& dirtyRect)
    [all...]
  /external/webkit/Source/WebCore/dom/
ClientRect.cpp 36 ClientRect::ClientRect(const IntRect& rect)
  /external/webkit/Source/WebCore/platform/graphics/
IntRect.cpp 27 #include "IntRect.h"
37 IntRect::IntRect(const FloatRect& r)
43 bool IntRect::intersects(const IntRect& other) const
51 bool IntRect::contains(const IntRect& other) const
57 void IntRect::intersect(const IntRect& other)
78 void IntRect::unite(const IntRect& other
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/brew/
IconBrew.cpp 28 #include "IntRect.h"
45 void Icon::paint(GraphicsContext*, const IntRect&)
  /external/webkit/Source/WebCore/platform/graphics/haiku/
IconHaiku.cpp 27 #include "IntRect.h"
45 void Icon::paint(GraphicsContext*, const IntRect&)
  /external/webkit/Source/WebCore/platform/graphics/wx/
IconWx.cpp 26 #include "IntRect.h"
41 void Icon::paint(GraphicsContext* ctx, const IntRect& rect)
  /external/webkit/Source/WebCore/platform/mac/
ScrollbarThemeMac.h 39 virtual bool paint(Scrollbar*, GraphicsContext* context, const IntRect& damageRect);
63 virtual IntRect backButtonRect(Scrollbar*, ScrollbarPart, bool painting = false);
64 virtual IntRect forwardButtonRect(Scrollbar*, ScrollbarPart, bool painting = false);
65 virtual IntRect trackRect(Scrollbar*, bool painting = false);

Completed in 1487 milliseconds

1 2 34 5 6 7 8 91011>>