/external/webkit/Source/WebCore/platform/gtk/ |
WidgetRenderingContext.h | 27 #include "IntRect.h" 41 WidgetRenderingContext(GraphicsContext*, const IntRect&); 44 void gtkPaintBox(const IntRect&, GtkWidget*, GtkStateType, GtkShadowType, const gchar*); 45 void gtkPaintFlatBox(const IntRect&, GtkWidget*, GtkStateType, GtkShadowType, const gchar*); 46 void gtkPaintFocus(const IntRect&, GtkWidget*, GtkStateType, const gchar*); 47 void gtkPaintSlider(const IntRect&, GtkWidget*, GtkStateType, GtkShadowType, const gchar*, GtkOrientation); 48 void gtkPaintCheck(const IntRect&, GtkWidget*, GtkStateType, GtkShadowType, const gchar*); 49 void gtkPaintOption(const IntRect&, GtkWidget*, GtkStateType, GtkShadowType, const gchar*); 50 void gtkPaintShadow(const IntRect&, GtkWidget*, GtkStateType, GtkShadowType, const gchar*); 51 void gtkPaintArrow(const IntRect&, GtkWidget*, GtkStateType, GtkShadowType, int arrowDirection, const gchar*) [all...] |
RenderThemeGtk.h | 59 virtual void adjustRepaintRect(const RenderObject*, IntRect&); 100 virtual bool paintCheckbox(RenderObject* o, const PaintInfo& i, const IntRect& r); 103 virtual bool paintRadio(RenderObject* o, const PaintInfo& i, const IntRect& r); 107 virtual bool paintButton(RenderObject*, const PaintInfo&, const IntRect&); 109 virtual bool paintTextField(RenderObject*, const PaintInfo&, const IntRect&); 110 virtual bool paintTextArea(RenderObject*, const PaintInfo&, const IntRect&); 123 virtual bool paintMenuList(RenderObject*, const PaintInfo&, const IntRect&); 124 virtual bool paintMenuListButton(RenderObject*, const PaintInfo&, const IntRect&); 127 virtual bool paintSearchFieldResultsDecoration(RenderObject*, const PaintInfo&, const IntRect&); 130 virtual bool paintSearchField(RenderObject*, const PaintInfo&, const IntRect&) [all...] |
ScrollbarThemeGtk.h | 42 virtual IntRect backButtonRect(Scrollbar*, ScrollbarPart, bool); 43 virtual IntRect forwardButtonRect(Scrollbar*, ScrollbarPart, bool); 44 virtual IntRect trackRect(Scrollbar*, bool); 45 IntRect thumbRect(Scrollbar*, const IntRect& unconstrainedTrackRect); 46 bool paint(Scrollbar*, GraphicsContext*, const IntRect& damageRect); 48 void paintTrackBackground(GraphicsContext*, Scrollbar*, const IntRect&); 49 void paintThumb(GraphicsContext*, Scrollbar*, const IntRect&); 50 virtual void paintButton(GraphicsContext*, Scrollbar*, const IntRect&, ScrollbarPart); 51 virtual void paintScrollCorner(ScrollView*, GraphicsContext*, const IntRect&) [all...] |
/external/webkit/Source/WebCore/rendering/ |
GapRects.h | 26 #include "IntRect.h" 31 const IntRect& left() const { return m_left; } 32 const IntRect& center() const { return m_center; } 33 const IntRect& right() const { return m_right; } 35 void uniteLeft(const IntRect& r) { m_left.unite(r); } 36 void uniteCenter(const IntRect& r) { m_center.unite(r); } 37 void uniteRight(const IntRect& r) { m_right.unite(r); } 40 operator IntRect() const 42 IntRect result = m_left; 55 IntRect m_left [all...] |
RenderThemeWinCE.h | 68 virtual bool paintCheckbox(RenderObject* o, const PaintInfo& i, const IntRect& r) 72 virtual bool paintRadio(RenderObject* o, const PaintInfo& i, const IntRect& r) 77 virtual bool paintButton(RenderObject*, const PaintInfo&, const IntRect&); 79 virtual bool paintTextField(RenderObject*, const PaintInfo&, const IntRect&); 81 virtual bool paintTextArea(RenderObject* o, const PaintInfo& i, const IntRect& r) 85 virtual bool paintMenuList(RenderObject*, const PaintInfo&, const IntRect&); 88 virtual bool paintMenuListButton(RenderObject*, const PaintInfo&, const IntRect&); 90 virtual bool paintSliderTrack(RenderObject* o, const PaintInfo& i, const IntRect& r); 91 virtual bool paintSliderThumb(RenderObject* o, const PaintInfo& i, const IntRect& r); 97 virtual bool paintSearchField(RenderObject*, const PaintInfo&, const IntRect&) [all...] |
RenderThemeMac.h | 52 virtual void adjustRepaintRect(const RenderObject*, IntRect&); 81 virtual bool paintCapsLockIndicator(RenderObject*, const PaintInfo&, const IntRect&); 84 virtual IntSize meterSizeForBounds(const RenderMeter*, const IntRect&) const; 85 virtual bool paintMeter(RenderObject*, const PaintInfo&, const IntRect&); 107 virtual bool paintTextField(RenderObject*, const PaintInfo&, const IntRect&); 110 virtual bool paintTextArea(RenderObject*, const PaintInfo&, const IntRect&); 113 virtual bool paintMenuList(RenderObject*, const PaintInfo&, const IntRect&); 116 virtual bool paintMenuListButton(RenderObject*, const PaintInfo&, const IntRect&); 121 virtual bool paintProgressBar(RenderObject*, const PaintInfo&, const IntRect&); 124 virtual bool paintSliderTrack(RenderObject*, const PaintInfo&, const IntRect&) [all...] |
RenderThemeWin.h | 69 virtual bool paintCheckbox(RenderObject* o, const PaintInfo& i, const IntRect& r) 73 virtual bool paintRadio(RenderObject* o, const PaintInfo& i, const IntRect& r) 78 virtual bool paintButton(RenderObject*, const PaintInfo&, const IntRect&); 81 virtual bool paintInnerSpinButton(RenderObject*, const PaintInfo&, const IntRect&); 83 virtual bool paintTextField(RenderObject*, const PaintInfo&, const IntRect&); 85 virtual bool paintTextArea(RenderObject* o, const PaintInfo& i, const IntRect& r) 89 virtual bool paintMenuList(RenderObject*, const PaintInfo&, const IntRect&); 92 virtual bool paintMenuListButton(RenderObject*, const PaintInfo&, const IntRect&); 94 virtual bool paintSliderTrack(RenderObject* o, const PaintInfo& i, const IntRect& r); 95 virtual bool paintSliderThumb(RenderObject* o, const PaintInfo& i, const IntRect& r) [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...] |
RenderThemeSafari.h | 63 virtual void adjustRepaintRect(const RenderObject*, IntRect&); 89 virtual bool paintCheckbox(RenderObject*, const PaintInfo&, const IntRect&); 92 virtual bool paintRadio(RenderObject*, const PaintInfo&, const IntRect&); 96 virtual bool paintButton(RenderObject*, const PaintInfo&, const IntRect&); 99 virtual bool paintTextField(RenderObject*, const PaintInfo&, const IntRect&); 102 virtual bool paintTextArea(RenderObject*, const PaintInfo&, const IntRect&); 105 virtual bool paintMenuList(RenderObject*, const PaintInfo&, const IntRect&); 108 virtual bool paintMenuListButton(RenderObject*, const PaintInfo&, const IntRect&); 111 virtual bool paintSliderTrack(RenderObject*, const PaintInfo&, const IntRect&); 112 virtual bool paintSliderThumb(RenderObject*, const PaintInfo&, const IntRect&) [all...] |
RenderThemeChromiumMac.h | 37 virtual bool paintMediaPlayButton(RenderObject*, const PaintInfo&, const IntRect&); 38 virtual bool paintMediaMuteButton(RenderObject*, const PaintInfo&, const IntRect&); 39 virtual bool paintMediaSliderTrack(RenderObject*, const PaintInfo&, const IntRect&); 40 virtual bool paintMediaControlsBackground(RenderObject*, const PaintInfo&, const IntRect&); 46 virtual bool paintMediaSliderThumb(RenderObject*, const PaintInfo&, const IntRect&); 47 virtual bool paintMediaVolumeSliderContainer(RenderObject*, const PaintInfo&, const IntRect&); 48 virtual bool paintMediaVolumeSliderTrack(RenderObject*, const PaintInfo&, const IntRect&); 49 virtual bool paintMediaVolumeSliderThumb(RenderObject*, const PaintInfo&, const IntRect&);
|
RenderThemeChromiumSkia.h | 75 virtual bool paintTextArea(RenderObject*, const PaintInfo&, const IntRect&); 78 virtual bool paintSearchField(RenderObject*, const PaintInfo&, const IntRect&); 81 virtual bool paintSearchFieldCancelButton(RenderObject*, const PaintInfo&, const IntRect&); 86 virtual bool paintSearchFieldResultsDecoration(RenderObject*, const PaintInfo&, const IntRect&); 89 virtual bool paintSearchFieldResultsButton(RenderObject*, const PaintInfo&, const IntRect&); 91 virtual bool paintMediaControlsBackground(RenderObject*, const PaintInfo&, const IntRect&); 92 virtual bool paintMediaSliderTrack(RenderObject*, const PaintInfo&, const IntRect&); 93 virtual bool paintMediaVolumeSliderTrack(RenderObject*, const PaintInfo&, const IntRect&); 95 virtual bool paintMediaSliderThumb(RenderObject*, const PaintInfo&, const IntRect&); 96 virtual bool paintMediaVolumeSliderThumb(RenderObject*, const PaintInfo&, const IntRect&) [all...] |
RenderScrollbarTheme.h | 47 virtual void paintScrollCorner(ScrollView*, GraphicsContext* context, const IntRect& cornerRect); 67 virtual IntRect backButtonRect(Scrollbar*, ScrollbarPart, bool painting = false); 68 virtual IntRect forwardButtonRect(Scrollbar*, ScrollbarPart, bool painting = false); 69 virtual IntRect trackRect(Scrollbar*, bool painting = false); 72 virtual void paintTrackBackground(GraphicsContext*, Scrollbar*, const IntRect&); 73 virtual void paintTrackPiece(GraphicsContext*, Scrollbar*, const IntRect&, ScrollbarPart); 74 virtual void paintButton(GraphicsContext*, Scrollbar*, const IntRect&, ScrollbarPart); 75 virtual void paintThumb(GraphicsContext*, Scrollbar*, const IntRect&); 77 virtual IntRect constrainTrackRectToTrackPieces(Scrollbar*, const IntRect&) [all...] |
/external/webkit/Source/WebCore/platform/ |
ScrollbarThemeComposite.h | 35 virtual bool paint(Scrollbar*, GraphicsContext* context, const IntRect& damageRect); 46 virtual void paintScrollCorner(ScrollView*, GraphicsContext*, const IntRect& cornerRect); 52 virtual IntRect backButtonRect(Scrollbar*, ScrollbarPart, bool painting = false) = 0; 53 virtual IntRect forwardButtonRect(Scrollbar*, ScrollbarPart, bool painting = false) = 0; 54 virtual IntRect trackRect(Scrollbar*, bool painting = false) = 0; 56 virtual void splitTrack(Scrollbar*, const IntRect& track, IntRect& startTrack, IntRect& thumb, IntRect& endTrack); 61 virtual void paintTrackBackground(GraphicsContext*, Scrollbar*, const IntRect&) { [all...] |
Widget.cpp | 29 #include "IntRect.h" 72 IntRect Widget::convertFromContainingWindow(const IntRect& windowRect) const 75 IntRect parentRect = parentScrollView->convertFromContainingWindow(windowRect); 81 IntRect Widget::convertToContainingWindow(const IntRect& localRect) const 84 IntRect parentRect = convertToContainingView(localRect); 113 IntRect Widget::convertFromRootToContainingWindow(const Widget*, const IntRect& rect) 118 IntRect Widget::convertFromContainingWindowToRoot(const Widget*, const IntRect& rect [all...] |
/external/webkit/Source/WebCore/platform/graphics/ |
TiledBackingStore.h | 27 #include "IntRect.h" 53 void invalidate(const IntRect& dirtyRect); 54 void paint(GraphicsContext*, const IntRect&); 85 void dropTilesOutsideRect(const IntRect&); 91 IntRect mapToContents(const IntRect&) const; 92 IntRect mapFromContents(const IntRect&) const; 94 IntRect contentsRect() const; 96 IntRect tileRectForCoordinate(const Tile::Coordinate&) const [all...] |
IntRectHash.h | 30 #include "IntRect.h" 37 template<> struct IntHash<WebCore::IntRect> { 38 static unsigned hash(const WebCore::IntRect& key) 42 static bool equal(const WebCore::IntRect& a, const WebCore::IntRect& b) 48 template<> struct DefaultHash<WebCore::IntRect> { typedef IntHash<WebCore::IntRect> Hash; }; 50 template<> struct HashTraits<WebCore::IntRect> : GenericHashTraits<WebCore::IntRect> { 53 static void constructDeletedValue(WebCore::IntRect& slot) { new (&slot) WebCore::IntRect(-1, -1, -1, -1); [all...] |
IntRect.h | 76 class IntRect { 78 IntRect() { } 79 IntRect(const IntPoint& location, const IntSize& size) 81 IntRect(int x, int y, int width, int height) 84 explicit IntRect(const FloatRect& rect); // don't do this implicitly since it's lossy 141 bool intersects(const IntRect&) const; 142 bool contains(const IntRect&) const; 150 void intersect(const IntRect&); 151 void unite(const IntRect&); 152 void uniteIfNonZero(const IntRect&) [all...] |
/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/platform/wx/ |
ScrollbarThemeWx.h | 38 virtual bool paint(Scrollbar*, GraphicsContext*, const IntRect&); 40 virtual void paintScrollCorner(ScrollView*, GraphicsContext*, const IntRect& cornerRect); 48 virtual IntRect backButtonRect(Scrollbar*, ScrollbarPart, bool painting = false); 49 virtual IntRect forwardButtonRect(Scrollbar*, ScrollbarPart, bool painting = false); 50 virtual IntRect trackRect(Scrollbar*, bool painting = false); 52 virtual void splitTrack(Scrollbar*, const IntRect& track, IntRect& startTrack, IntRect& thumb, IntRect& endTrack);
|
/external/webkit/Source/WebCore/platform/win/ |
ScrollbarThemeWin.h | 48 virtual IntRect backButtonRect(Scrollbar*, ScrollbarPart, bool painting = false); 49 virtual IntRect forwardButtonRect(Scrollbar*, ScrollbarPart, bool painting = false); 50 virtual IntRect trackRect(Scrollbar*, bool painting = false); 55 virtual void paintTrackBackground(GraphicsContext*, Scrollbar*, const IntRect&); 56 virtual void paintTrackPiece(GraphicsContext*, Scrollbar*, const IntRect&, ScrollbarPart); 57 virtual void paintButton(GraphicsContext*, Scrollbar*, const IntRect&, ScrollbarPart); 58 virtual void paintThumb(GraphicsContext*, Scrollbar*, const IntRect&);
|
/external/webkit/Source/WebKit2/UIProcess/ |
TiledDrawingAreaProxy.h | 33 #include <WebCore/IntRect.h> 77 void takeSnapshot(const WebCore::IntSize& size, const WebCore::IntRect& contentsRect); 84 void paint(WebCore::GraphicsContext*, const WebCore::IntRect&); 102 WebCore::IntRect mapToContents(const WebCore::IntRect&) const; 103 WebCore::IntRect mapFromContents(const WebCore::IntRect&) const; 109 WebCore::IntRect webViewVisibleRect(); 110 void updateWebView(const Vector<WebCore::IntRect>& paintedArea); 116 virtual bool paint(const WebCore::IntRect&, PlatformDrawingContext) [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/WebKit/android/jni/ |
WebCoreViewBridge.h | 31 #include "IntRect.h" 52 const WebCore::IntRect& rect) = 0; 54 const WebCore::IntRect& getBounds() const 59 const WebCore::IntRect& getVisibleBounds() const 64 const WebCore::IntRect& getWindowBounds() const 91 m_windowBounds = WebCore::IntRect(x, y, h, v); 108 WebCore::IntRect m_bounds; 109 WebCore::IntRect m_windowBounds; 110 WebCore::IntRect m_visibleBounds;
|
/external/webkit/Source/WebCore/platform/android/ |
RenderThemeAndroid.h | 78 virtual bool paintCheckbox(RenderObject*, const PaintInfo&, const IntRect&); 85 virtual bool paintMediaFullscreenButton(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r); 86 virtual bool paintMediaMuteButton(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r); 87 virtual bool paintMediaPlayButton(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r); 88 virtual bool paintMediaSeekBackButton(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r); 89 virtual bool paintMediaSeekForwardButton(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r); 90 virtual bool paintMediaSliderTrack(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r); 91 virtual bool paintMediaSliderThumb(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r); 92 virtual bool paintMediaControlsBackground(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect); 97 virtual bool paintRadio(RenderObject*, const PaintInfo&, const IntRect&) [all...] |
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
LayerTilerChromium.h | 47 virtual void paint(GraphicsContext& context, const IntRect& contentRect) = 0; 60 void invalidateRect(const IntRect& contentRect); 65 void update(TilePaintInterface& painter, const IntRect& contentRect); 71 void updateFromPixels(const IntRect& contentRect, const IntRect& paintRect, const uint8_t* pixels); 74 void draw(const IntRect& contentRect, const TransformationMatrix&, float opacity); 100 void clearDirty() { m_dirtyLayerRect = IntRect(); } 107 IntRect m_dirtyLayerRect; 121 void growLayerToContain(const IntRect& contentRect); 127 void invalidateTiles(const IntRect& contentRect) [all...] |