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

1 2 3 4 5 6 78 91011>>

  /external/webkit/Source/WebCore/platform/graphics/chromium/
IconChromium.cpp 48 void Icon::paint(GraphicsContext* context, const IntRect& rect)
  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCPluginLayerImpl.h 45 virtual void draw(const IntRect&);
  /external/webkit/Source/WebCore/platform/graphics/efl/
IconEfl.cpp 61 void Icon::paint(GraphicsContext* context, const IntRect& rect)
  /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/opengl/
TextureMapperGL.h 41 virtual void drawTexture(const BitmapTexture& texture, const IntRect&, const TransformationMatrix& transform, float opacity, const BitmapTexture* maskTexture);
43 virtual void setClip(const IntRect&);
44 virtual void paintToTarget(const BitmapTexture&, const IntSize&, const TransformationMatrix&, float opacity, const IntRect& visibleRect);
65 virtual PlatformGraphicsContext* beginPaint(const IntRect& dirtyRect, bool opaque) = 0;
  /external/webkit/Source/WebCore/platform/haiku/
PopupMenuHaiku.h 24 #include "IntRect.h"
41 virtual void show(const IntRect&, FrameView*, int index);
  /external/webkit/Source/WebCore/platform/wx/
WidgetWx.cpp 31 #include "IntRect.h"
77 IntRect Widget::frameRect() const
85 void Widget::setFrameRect(const IntRect& rect)
93 void Widget::invalidateRect(const IntRect& r)
99 void Widget::paint(GraphicsContext*,const IntRect& r)
  /external/webkit/Source/WebCore/rendering/
RenderListMarker.h 57 virtual void imageChanged(WrappedImagePtr, const IntRect* = 0);
68 virtual IntRect selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool clipToVisibleContent = true);
76 IntRect getRelativeMarkerRect();
77 IntRect localSelectionRect();
RenderThemeChromiumMac.mm 108 bool RenderThemeChromiumMac::paintMediaPlayButton(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect)
113 bool RenderThemeChromiumMac::paintMediaMuteButton(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect)
118 bool RenderThemeChromiumMac::paintMediaSliderTrack(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect)
123 bool RenderThemeChromiumMac::paintMediaControlsBackground(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect)
141 bool RenderThemeChromiumMac::paintMediaVolumeSliderContainer(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect)
146 bool RenderThemeChromiumMac::paintMediaVolumeSliderTrack(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect)
151 bool RenderThemeChromiumMac::paintMediaVolumeSliderThumb(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect)
156 bool RenderThemeChromiumMac::paintMediaSliderThumb(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect)
RenderThemeChromiumSkia.cpp 198 IntRect center(const IntRect& original, int width, int height)
205 return IntRect(x, y, width, height);
237 bool RenderThemeChromiumSkia::paintTextArea(RenderObject* o, const PaintInfo& i, const IntRect& r)
248 bool RenderThemeChromiumSkia::paintSearchField(RenderObject* o, const PaintInfo& i, const IntRect& r)
262 IntRect RenderThemeChromiumSkia::convertToPaintingRect(RenderObject* inputRenderer, const RenderObject* partRenderer, IntRect partRect, const IntRect& localOffset) const
274 bool RenderThemeChromiumSkia::paintSearchFieldCancelButton(RenderObject* cancelButtonObject, const PaintInfo& paintInfo, const IntRect& r)
281 IntRect inputContentBox = inputRenderBox->contentBoxRect()
    [all...]
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGBlock.h 39 virtual void absoluteRects(Vector<IntRect>&, int tx, int ty);
  /external/webkit/Source/WebKit2/Shared/gtk/
ShareableBitmapGtk.cpp 43 void ShareableBitmap::paint(WebCore::GraphicsContext&, const WebCore::IntPoint& dstPoint, const WebCore::IntRect& srcRect)
  /external/webkit/Source/WebKit2/UIProcess/
TiledDrawingAreaTile.h 31 #include "IntRect.h"
54 void invalidate(const WebCore::IntRect&);
59 void paint(WebCore::GraphicsContext*, const WebCore::IntRect&);
63 const WebCore::IntRect& rect() const { return m_rect; }
75 WebCore::IntRect m_rect;
  /external/webkit/Source/WebKit2/UIProcess/qt/
WebPopupMenuProxyQt.cpp 45 void WebPopupMenuProxyQt::showPopupMenu(const IntRect& rect, WebCore::TextDirection, double, const Vector<WebPopupItem>& items, const PlatformPopupMenuData&, int32_t selectedIndex)
WebPopupMenuProxyQt.h 41 virtual void showPopupMenu(const WebCore::IntRect&, WebCore::TextDirection, double scaleFactor, const Vector<WebPopupItem>&, const PlatformPopupMenuData&, int32_t selectedIndex);
  /external/webkit/Source/WebKit2/WebProcess/FullScreen/
WebFullScreenManager.h 30 #include <WebCore/IntRect.h>
41 class IntRect;
78 WebCore::IntRect getFullScreenRect();
82 WebCore::IntRect m_initialFrame;
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
DrawingArea.h 30 #include <WebCore/IntRect.h>
60 virtual void setNeedsDisplay(const WebCore::IntRect&) = 0;
61 virtual void scroll(const WebCore::IntRect& scrollRect, const WebCore::IntSize& scrollOffset) = 0;
69 virtual void setPageOverlayNeedsDisplay(const WebCore::IntRect&) { }
DrawingAreaImpl.h 50 virtual void setNeedsDisplay(const WebCore::IntRect&);
51 virtual void scroll(const WebCore::IntRect& scrollRect, const WebCore::IntSize& scrollOffset);
56 virtual void setPageOverlayNeedsDisplay(const WebCore::IntRect&);
83 WebCore::IntRect m_scrollRect;
  /external/webkit/Source/WebKit2/WebProcess/WebPage/ca/
LayerTreeHostCA.h 62 virtual void setNonCompositedContentsNeedDisplay(const WebCore::IntRect&);
63 virtual void scrollNonCompositedContents(const WebCore::IntRect& scrollRect, const WebCore::IntSize& scrollOffset);
67 virtual void setPageOverlayNeedsDisplay(const WebCore::IntRect&);
72 virtual void paintContents(const WebCore::GraphicsLayer*, WebCore::GraphicsContext&, WebCore::GraphicsLayerPaintingPhase, const WebCore::IntRect& clipRect);
  /external/webkit/Source/WebKit2/Platform/
Region.h 29 #include <WebCore/IntRect.h>
39 Region(const WebCore::IntRect&);
41 WebCore::IntRect bounds() const { return m_bounds; }
44 Vector<WebCore::IntRect> rects() const;
70 Shape(const WebCore::IntRect&);
72 WebCore::IntRect bounds() const;
114 WebCore::IntRect m_bounds;
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
ChromeClientQt.h 114 virtual IntRect windowResizerRect() const;
116 virtual void invalidateWindow(const IntRect&, bool);
117 virtual void invalidateContentsAndWindow(const IntRect&, bool);
118 virtual void invalidateContentsForSlowScroll(const IntRect&, bool);
119 virtual void scroll(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect);
125 virtual IntRect windowToScreen(const IntRect&) const;
159 virtual IntRect visibleRectForTiledBackingStore() const;
180 virtual void scrollRectIntoView(const IntRect&, const ScrollView*) const {
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/win/
WebPopupMenuProxyWin.h 51 virtual void showPopupMenu(const WebCore::IntRect&, WebCore::TextDirection, double scaleFactor, const Vector<WebPopupItem>&, const PlatformPopupMenuData&, int32_t selectedIndex);
67 virtual void invalidateScrollbarRect(WebCore::Scrollbar*, const WebCore::IntRect&);
68 virtual void invalidateScrollCornerRect(const WebCore::IntRect&) { }
71 virtual WebCore::IntRect scrollCornerRect() const { return WebCore::IntRect(); }
93 void calculatePositionAndSize(const WebCore::IntRect&);
94 WebCore::IntRect clientRect() const;
98 const WebCore::IntRect& windowRect() const { return m_windowRect; }
111 void paint(const WebCore::IntRect& damageRect, HDC = 0);
130 WebCore::IntRect m_windowRect
    [all...]
  /external/webkit/Source/WebCore/dom/
DocumentMarkerController.h 37 class IntRect;
63 void setRenderedRectForMarker(Node*, const DocumentMarker&, const IntRect&);
64 void invalidateRenderedRectsForMarkersInRect(const IntRect&);
72 Vector<IntRect> renderedRectsForMarkers(DocumentMarker::MarkerType);
80 typedef std::pair<Vector<DocumentMarker>, Vector<IntRect> > MarkerMapVectorPair;
  /external/webkit/Source/WebCore/page/
ChromeClient.h 54 class IntRect;
141 virtual IntRect windowResizerRect() const = 0;
144 virtual void invalidateWindow(const IntRect&, bool) = 0;
145 virtual void invalidateContentsAndWindow(const IntRect&, bool) = 0;
146 virtual void invalidateContentsForSlowScroll(const IntRect&, bool) = 0;
147 virtual void scroll(const IntSize&, const IntRect&, const IntRect&) = 0;
152 virtual IntRect windowToScreen(const IntRect&) const = 0;
164 virtual void scrollRectIntoView(const IntRect&, const ScrollView*) const = 0; // Currently only Mac has a non empty implementation
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.h 132 class IntRect;
317 void drawRect(const IntRect&);
319 void drawEllipse(const IntRect&);
326 void strokeArc(const IntRect&, int startAngle, int angleSpan);
331 void fillRoundedRect(const IntRect&, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color&, ColorSpace);
333 void fillRectWithRoundedHole(const IntRect&, const RoundedIntRect& roundedHoleRect, const Color&, ColorSpace);
340 void drawImage(Image*, ColorSpace styleColorSpace, const IntRect&, CompositeOperator = CompositeSourceOver, bool useLowQualityScale = false);
341 void drawImage(Image*, ColorSpace styleColorSpace, const IntPoint& destPoint, const IntRect& srcRect, CompositeOperator = CompositeSourceOver);
342 void drawImage(Image*, ColorSpace styleColorSpace, const IntRect& destRect, const IntRect& srcRect, CompositeOperator = CompositeSourceOver, bool useLowQualityScale = false)
    [all...]

Completed in 1015 milliseconds

1 2 3 4 5 6 78 91011>>