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

<<21222324252627282930>>

  /external/webkit/Source/WebCore/rendering/
ColumnInfo.h 30 #include "IntRect.h"
RenderButton.h 54 virtual IntRect controlClipRect(int /*tx*/, int /*ty*/) const;
RenderHTMLCanvas.cpp 59 IntRect rect = contentBoxRect();
RenderListMarker.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGPath.h 64 virtual void addFocusRingRects(Vector<IntRect>&, int tx, int ty);
SVGRenderSupport.cpp 48 IntRect SVGRenderSupport::clippedOverflowRectForRepaint(RenderObject* object, RenderBoxModelObject* repaintContainer)
52 return IntRect();
56 IntRect repaintRect = enclosingIntRect(object->repaintRectInLocalCoordinates());
61 void SVGRenderSupport::computeRectForRepaint(RenderObject* object, RenderBoxModelObject* repaintContainer, IntRect& repaintRect, bool fixed)
  /external/webkit/Source/WebKit/chromium/src/
SpeechInputClientImpl.h 61 bool startRecognition(int requestId, const WebCore::IntRect& elementRect, const AtomicString& language, const String& grammar, WebCore::SecurityOrigin*);
WebScrollbarImpl.cpp 79 IntRect oldRect = m_scrollbar->frameRect();
276 void WebScrollbarImpl::invalidateScrollbarRect(Scrollbar*, const IntRect& rect)
284 void WebScrollbarImpl::invalidateScrollCornerRect(const IntRect&)
298 void WebScrollbarImpl::getTickmarks(Vector<IntRect>& tickmarks) const
  /external/webkit/Source/WebKit2/Shared/qt/
ShareableBitmapQt.cpp 50 void ShareableBitmap::paint(GraphicsContext& context, const IntPoint& dstPoint, const IntRect& srcRect)
  /external/webkit/Source/WebKit2/UIProcess/
FindIndicator.h 53 void draw(WebCore::GraphicsContext&, const WebCore::IntRect& dirtyRect);
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebPageProxyMac.mm 136 void WebPageProxy::windowAndViewFramesChanged(const IntRect& windowFrameInScreenCoordinates, const IntRect& viewFrameInWindowCoordinates, const IntPoint& accessibilityViewCoordinates)
183 WebCore::IntRect WebPageProxy::firstRectForCharacterRange(uint64_t location, uint64_t length)
185 IntRect resultRect;
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundleHitTestResult.cpp 103 WebCore::IntRect InjectedBundleHitTestResult::imageRect() const
InjectedBundleHitTestResult.h 59 WebCore::IntRect imageRect() const;
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginProxy.messages.in 30 Update(WebCore::IntRect paintedRect)
  /external/webkit/Source/WebKit2/UIProcess/win/
WebView.cpp 51 #include <WebCore/IntRect.h>
627 void WebView::paint(HDC hdc, const IntRect& dirtyRect)
636 Vector<IntRect> unpaintedRects = unpaintedRegion.rects();
653 static void flashRects(HDC dc, const IntRect rects[], size_t rectCount, HBRUSH brush)
676 IntRect rect = paintStruct.rcPaint;
923 void WebView::setViewNeedsDisplay(const WebCore::IntRect& rect)
934 void WebView::scrollView(const IntRect& scrollRect, const IntSize& scrollOffset)
940 void WebView::flashBackingStoreUpdates(const Vector<IntRect>& updateRects)
953 return IntRect(clientRect).size();
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.cpp 570 m_drawingArea->setNeedsDisplay(IntRect(IntPoint(0, 0), viewSize));
576 void WebPage::setActualVisibleContentRect(const IntRect& rect)
642 void WebPage::drawRect(GraphicsContext& graphicsContext, const IntRect& rect)
650 void WebPage::drawPageOverlay(GraphicsContext& graphicsContext, const IntRect& rect)
787 PassRefPtr<WebImage> WebPage::snapshotInViewCoordinates(const IntRect& rect, ImageOptions options)
811 PassRefPtr<WebImage> WebPage::scaledSnapshotInDocumentCoordinates(const IntRect& rect, double scaleFactor, ImageOptions options)
843 PassRefPtr<WebImage> WebPage::snapshotInDocumentCoordinates(const IntRect& rect, ImageOptions options)
    [all...]
  /external/webkit/Source/WebCore/accessibility/
AccessibilityListBox.cpp 177 IntRect parentRect = boundingBoxRect();
182 IntRect rect = toRenderListBox(m_renderer)->itemBoundingBoxRect(parentRect.x(), parentRect.y(), i);
  /external/webkit/Source/WebCore/dom/
CanvasSurface.cpp 106 IntRect CanvasSurface::convertLogicalToDevice(const FloatRect& logicalRect) const
108 return IntRect(convertLogicalToDevice(logicalRect.location()), convertLogicalToDevice(logicalRect.size()));
Range.h 108 IntRect boundingBox();
110 void textRects(Vector<IntRect>&, bool useSelectionHeight = false);
  /external/webkit/Source/WebCore/editing/
VisiblePosition.h 95 IntRect localCaretRect(RenderObject*&) const;
97 IntRect absoluteCaretBounds() const;
  /external/webkit/Source/WebCore/html/
HTMLCanvasElement.h 100 void paint(GraphicsContext*, const IntRect&);
113 IntRect convertLogicalToDevice(const FloatRect&) const;
  /external/webkit/Source/WebCore/inspector/
TimelineRecordFactory.cpp 38 #include "IntRect.h"
167 PassRefPtr<InspectorObject> TimelineRecordFactory::createPaintData(const IntRect& rect)
  /external/webkit/Source/WebCore/platform/
ScrollableArea.cpp 146 IntRect boundsAndCorner = horizontalScrollbar->boundsRect();
201 void ScrollableArea::invalidateScrollbar(Scrollbar* scrollbar, const IntRect& rect)
  /external/webkit/Source/WebCore/platform/graphics/
FloatQuad.h 34 #include "IntRect.h"
92 IntRect enclosingBoundingBox() const
  /external/webkit/Source/WebCore/platform/graphics/android/
TiledPage.h 40 class IntRect;
96 void invalidateRect(const IntRect& invalRect, const unsigned int pictureCount);

Completed in 769 milliseconds

<<21222324252627282930>>