HomeSort by relevance Sort by last modified time
    Searched full:intrect (Results 226 - 250 of 887) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebKit2/UIProcess/
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/WebKit2/WebProcess/InjectedBundle/DOM/
InjectedBundleNodeHandle.h 36 class IntRect;
61 WebCore::IntRect elementBounds() const;
62 WebCore::IntRect renderRect(bool*) const;
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
ChunkedUpdateDrawingArea.h 42 virtual void setNeedsDisplay(const WebCore::IntRect&);
43 virtual void scroll(const WebCore::IntRect& scrollRect, const WebCore::IntSize& scrollOffset);
67 WebCore::IntRect m_dirtyRect;
FindController.cpp 166 IntRect selectionRect = enclosingIntRect(selectedFrame->selection()->bounds());
173 IntRect selectionRectInWindowCoordinates = selectedFrame->view()->contentsToWindow(selectionRect);
185 IntRect paintRect = selectionRect;
204 IntRect textRectInSelectionRectCoordinates = selectedFrame->view()->contentsToWindow(enclosingIntRect(textRects[i]));
226 Vector<IntRect> FindController::rectsForTextMatches()
228 Vector<IntRect> rects;
235 IntRect visibleRect = frame->view()->visibleContentRect();
236 Vector<IntRect> frameRects = document->markers()->renderedRectsForMarkers(DocumentMarker::TextMatch);
240 for (Vector<IntRect>::iterator it = frameRects.begin(), end = frameRects.end(); it != end; ++it) {
293 void FindController::drawRect(PageOverlay* pageOverlay, GraphicsContext& graphicsContext, const IntRect& dirtyRect
    [all...]
FindController.h 37 class IntRect;
63 virtual void drawRect(PageOverlay*, WebCore::GraphicsContext&, const WebCore::IntRect& dirtyRect);
65 Vector<WebCore::IntRect> rectsForTextMatches();
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/WebCore/rendering/
RenderThemeWin.cpp 618 static void drawControl(GraphicsContext* context, RenderObject* o, HANDLE theme, const ThemeData& themeData, const IntRect& r)
676 bool RenderThemeWin::paintButton(RenderObject* o, const PaintInfo& i, const IntRect& r)
691 bool RenderThemeWin::paintInnerSpinButton(RenderObject* o, const PaintInfo& i, const IntRect& r)
697 IntRect upRect(r);
699 IntRect downRect(r);
723 bool RenderThemeWin::paintTextField(RenderObject* o, const PaintInfo& i, const IntRect& r)
729 bool RenderThemeWin::paintMenuList(RenderObject* o, const PaintInfo& i, const IntRect& r)
784 bool RenderThemeWin::paintMenuListButton(RenderObject* o, const PaintInfo& i, const IntRect& r)
791 IntRect buttonRect(r);
811 bool RenderThemeWin::paintSliderTrack(RenderObject* o, const PaintInfo& i, const IntRect& r
    [all...]
RenderMediaControlsChromium.cpp 64 static bool paintMediaButton(GraphicsContext* context, const IntRect& rect, Image* image)
66 IntRect imageRect = image->rect();
71 static bool paintMediaMuteButton(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect)
87 static bool paintMediaPlayButton(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect)
109 static bool paintMediaSlider(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect)
132 IntRect bufferedRect = rect;
168 static bool paintMediaSliderThumb(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect)
184 static bool paintMediaVolumeSlider(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect)
203 static bool paintMediaVolumeSliderThumb(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect)
212 static bool paintMediaTimelineContainer(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect
    [all...]
RenderWidget.cpp 161 bool RenderWidget::setWidgetGeometry(const IntRect& frame, const IntSize& boundsSize)
166 IntRect clipRect = enclosingLayer()->childrenClipRect();
207 setWidgetGeometry(IntRect(localToAbsoluteQuad(FloatQuad(contentBoxRect())).boundingBox()), contentBoxRect().size());
274 IntRect borderRect = IntRect(tx, ty, width(), height());
292 IntRect paintRect = paintInfo.rect;
345 IntRect contentBox = contentBoxRect();
346 IntRect absoluteContentBox = IntRect(localToAbsoluteQuad(FloatQuad(contentBox)).boundingBox());
366 IntRect RenderWidget::windowClipRect() cons
    [all...]
  /external/webkit/Source/WebCore/platform/android/
RenderThemeAndroid.cpp 226 bool RenderThemeAndroid::paintCheckbox(RenderObject* obj, const PaintInfo& info, const IntRect& rect)
232 bool RenderThemeAndroid::paintButton(RenderObject* obj, const PaintInfo& info, const IntRect& rect)
283 bool RenderThemeAndroid::paintMediaFullscreenButton(RenderObject* o, const PaintInfo& paintInfo, const IntRect& rect)
292 bool RenderThemeAndroid::paintMediaMuteButton(RenderObject* o, const PaintInfo& paintInfo, const IntRect& rect)
301 bool RenderThemeAndroid::paintMediaPlayButton(RenderObject* o, const PaintInfo& paintInfo, const IntRect& rect)
316 bool RenderThemeAndroid::paintMediaSeekBackButton(RenderObject* o, const PaintInfo& paintInfo, const IntRect& rect)
325 bool RenderThemeAndroid::paintMediaSeekForwardButton(RenderObject* o, const PaintInfo& paintInfo, const IntRect& rect)
334 bool RenderThemeAndroid::paintMediaControlsBackground(RenderObject* o, const PaintInfo& paintInfo, const IntRect& rect)
343 bool RenderThemeAndroid::paintMediaSliderTrack(RenderObject* o, const PaintInfo& paintInfo, const IntRect& rect)
353 bool RenderThemeAndroid::paintMediaSliderThumb(RenderObject* o, const PaintInfo& paintInfo, const IntRect& rect
    [all...]
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.cpp 40 #include "IntRect.h"
95 return IntRect(left, top, width, height);
102 IntRect intrect = IntRect(rect); local
106 "x", intrect.x(),
107 "y", intrect.y(),
108 "width", intrect.width(),
109 "height", intrect.height(),
121 gtk_window_move(GTK_WINDOW(window), intrect.x(), intrect.y())
    [all...]
  /external/webkit/Source/WebCore/html/
DataGridColumn.h 70 m_rect = IntRect();
79 const IntRect& rect() const { return m_rect; }
80 void setRect(const IntRect& rect) { m_rect = rect; }
110 IntRect m_rect;
  /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/graphics/
ShadowBlur.h 66 IntRect calculateLayerBoundingRect(GraphicsContext*, const FloatRect& layerArea, const IntRect& clipRect);
69 void drawRectShadowWithoutTiling(GraphicsContext*, const FloatRect&, const RoundedIntRect::Radii&, const IntRect& layerRect);
72 void drawInsetShadowWithoutTiling(GraphicsContext*, const FloatRect&, const FloatRect& holeRect, const RoundedIntRect::Radii&, const IntRect& layerRect);
  /external/webkit/Source/WebCore/platform/graphics/openvg/
PainterOpenVG.h 36 class IntRect;
103 void drawArc(const IntRect& ellipseBounds, int startAngle, int angleSpan, VGbitfield paintModes = (VG_STROKE_PATH | VG_FILL_PATH));
104 void drawEllipse(const IntRect& bounds, VGbitfield paintModes = (VG_STROKE_PATH | VG_FILL_PATH));
120 TiledImageOpenVG* asNewNativeImage(const IntRect& src, VGImageFormat);
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.h 53 class IntRect;
69 virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip);
119 void paint(GraphicsContext*, const IntRect&);
120 void paintCompleted(GraphicsContext&, const IntRect&);
  /external/webkit/Source/WebCore/platform/graphics/wx/
ImageBufferWx.cpp 63 PassRefPtr<ByteArray> ImageBuffer::getUnmultipliedImageData(const IntRect& rect) const
69 PassRefPtr<ByteArray> ImageBuffer::getPremultipliedImageData(const IntRect& rect) const
75 void ImageBuffer::putUnmultipliedImageData(ByteArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint)
80 void ImageBuffer::putPremultipliedImageData(ByteArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint)
  /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/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/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/WebKit/wx/WebKitSupport/
ChromeClientWx.cpp 342 IntRect ChromeClientWx::windowResizerRect() const
345 return IntRect();
348 void ChromeClientWx::invalidateWindow(const IntRect& rect, bool immediate)
354 void ChromeClientWx::invalidateContentsForSlowScroll(const IntRect& rect, bool immediate)
359 void ChromeClientWx::invalidateContentsAndWindow(const IntRect& rect, bool immediate)
371 IntRect ChromeClientWx::windowToScreen(const IntRect& rect) const
394 const IntRect& scrollViewRect,
395 const IntRect& clipRect)
447 void ChromeClientWx::scroll(const IntSize&, const IntRect&, const IntRect&
    [all...]
  /external/webkit/Source/WebCore/accessibility/
AccessibilityMenuListPopup.h 51 virtual IntRect elementRect() const { return IntRect(); }
  /external/webkit/Source/WebCore/page/brew/
ChromeClientBrew.h 38 class IntRect;
46 virtual void createSelectPopup(PopupMenuClient*, int selected, const IntRect& rect) = 0;
  /external/webkit/Source/WebCore/page/win/
FrameWin.cpp 39 void computePageRectsForFrame(Frame* frame, const IntRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, Vector<IntRect>& outPages, int& outPageHeight)

Completed in 775 milliseconds

1 2 3 4 5 6 7 8 91011>>