/external/webkit/Source/WebCore/platform/graphics/android/rendering/ |
SurfaceBacking.cpp | 68 const IntRect& prepareArea, const IntRect& fullContentArea, 150 void SurfaceBacking::drawGL(const IntRect& visibleContentArea, float opacity, 177 const IntRect& visibleContentArea, 178 const IntRect& fullContentArea,
|
GLUtils.h | 32 #include "IntRect.h" 79 const IntRect& inval = IntRect(), GLint filter = GL_LINEAR);
|
/external/webkit/Source/WebCore/platform/graphics/openvg/ |
TiledImageOpenVG.cpp | 24 #include "IntRect.h" 91 IntRect TiledImageOpenVG::tilesInRect(const FloatRect& rect) const 107 return IntRect(leftIndex, topIndex, 120 IntRect TiledImageOpenVG::tileRect(int xIndex, int yIndex) const 128 return IntRect(x, y,
|
/external/webkit/Source/WebCore/platform/gtk/ |
ScrollbarThemeGtk3.cpp | 67 void ScrollbarThemeGtk::paintTrackBackground(GraphicsContext* context, Scrollbar* scrollbar, const IntRect& rect) 72 IntRect fullScrollbarRect(rect); 74 fullScrollbarRect = IntRect(scrollbar->x(), scrollbar->y(), scrollbar->width(), scrollbar->height()); 100 void ScrollbarThemeGtk::paintThumb(GraphicsContext* context, Scrollbar* scrollbar, const IntRect& rect) 120 void ScrollbarThemeGtk::paintButton(GraphicsContext* context, Scrollbar* scrollbar, const IntRect& rect, ScrollbarPart part)
|
GtkPluginWidget.cpp | 44 void GtkPluginWidget::invalidateRect(const IntRect& _rect) 60 IntRect rect = frameRect(); 69 void GtkPluginWidget::paint(GraphicsContext* context, const IntRect& rect)
|
/external/webkit/Source/WebCore/rendering/ |
InlineTextBox.h | 85 IntRect logicalOverflowRect() const; 86 void setLogicalOverflowRect(const IntRect&); 98 virtual IntRect calculateBoundaries() const { return IntRect(x(), y(), width(), height()); } 100 virtual IntRect selectionRect(int absx, int absy, int startPos, int endPos);
|
RenderThemeMac.mm | 501 void RenderThemeMac::adjustRepaintRect(const RenderObject* o, IntRect& r) 532 IntRect RenderThemeMac::inflateRect(const IntRect& r, const IntSize& size, const int* margins, float zoomLevel) const 538 IntRect result(r); 550 FloatRect RenderThemeMac::convertToPaintingRect(const RenderObject* inputRenderer, const RenderObject* partRenderer, const FloatRect& inputRect, const IntRect& r) const 711 bool RenderThemeMac::paintTextField(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r) 722 bool RenderThemeMac::paintCapsLockIndicator(RenderObject*, const PaintInfo& paintInfo, const IntRect& r) 733 bool RenderThemeMac::paintTextArea(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r) 772 bool RenderThemeMac::paintMenuList(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r) 785 IntRect inflatedRect = r [all...] |
RenderView.cpp | 256 bool RenderView::shouldRepaint(const IntRect& r) const 267 void RenderView::repaintViewRectangle(const IntRect& ur, bool immediate) 278 IntRect vr = viewRect(); 279 IntRect r = intersection(ur, vr); 292 void RenderView::repaintRectangleInViewAndCompositedLayers(const IntRect& ur, bool immediate) 305 void RenderView::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& rect, bool fixed) 331 void RenderView::absoluteRects(Vector<IntRect>& rects, int tx, int ty) 333 rects.append(IntRect(tx, ty, m_layer->width(), m_layer->height())); 350 IntRect RenderView::selectionBounds(bool clipToVisibleContent) const 377 IntRect selRect [all...] |
RenderImage.h | 59 virtual void imageChanged(WrappedImagePtr, const IntRect* = 0); 61 virtual void paintIntoRect(GraphicsContext*, const IntRect&); 90 void imageDimensionsChanged(bool imageSizeChanged, const IntRect* = 0);
|
RenderTableCol.cpp | 72 IntRect RenderTableCol::clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer) 81 return IntRect(); 85 void RenderTableCol::imageChanged(WrappedImagePtr, const IntRect*)
|
/external/webkit/Source/WebKit2/UIProcess/API/mac/ |
PageClientImpl.h | 53 virtual void setViewNeedsDisplay(const WebCore::IntRect&); 55 virtual void scrollView(const WebCore::IntRect& scrollRect, const WebCore::IntSize& scrollOffset); 81 virtual WebCore::IntRect windowToScreen(const WebCore::IntRect&); 108 virtual void flashBackingStoreUpdates(const Vector<WebCore::IntRect>& updateRects);
|
/external/webkit/Source/WebKit2/UIProcess/gtk/ |
WebView.h | 80 virtual void setViewNeedsDisplay(const WebCore::IntRect&); 82 virtual void scrollView(const WebCore::IntRect& scrollRect, const WebCore::IntSize& scrollOffset); 101 virtual WebCore::IntRect windowToScreen(const WebCore::IntRect&); 108 virtual void flashBackingStoreUpdates(const Vector<WebCore::IntRect>& updateRects);
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
ChunkedUpdateDrawingArea.cpp | 53 void ChunkedUpdateDrawingArea::scroll(const IntRect& scrollRect, const IntSize& scrollOffset) 59 void ChunkedUpdateDrawingArea::setNeedsDisplay(const IntRect& rect) 80 IntRect dirtyRect = m_dirtyRect; 81 m_dirtyRect = IntRect(); 135 UpdateChunk updateChunk(IntRect(0, 0, viewSize.width(), viewSize.height()));
|
/external/webkit/Source/WebKit/android/nav/ |
WebView.cpp | 41 #include "IntRect.h" 227 void scrollRectOnScreen(const IntRect& rect) 254 int drawGL(WebCore::IntRect& invScreenRect, WebCore::IntRect* invalRect, 255 WebCore::IntRect& screenRect, int titleBarHeight, 256 WebCore::IntRect& screenClip, float scale, int extras, bool shouldDraw) 373 IntRect bounds = enclosingIntRect(parent->fullContentAreaMapped()); 477 void postInvalidateDelayed(int64_t delay, const WebCore::IntRect& bounds) 597 IntRect cursorRect = selectText->caretRect(handleId); 598 IntRect textRect = selectText->textRect(handleId) [all...] |
DrawExtra.cpp | 54 void RegionLayerDrawExtra::addHighlightRegion(const LayerAndroid* layer, const Vector<IntRect>& rects, 56 const IntRect& clipRect) 69 IntRect r = rects.at(i);
|
/external/webkit/Source/WebCore/accessibility/ |
AccessibilityImageMapLink.cpp | 123 IntRect AccessibilityImageMapLink::elementRect() const 126 return IntRect(); 135 return IntRect();
|
/external/webkit/Source/WebCore/page/ |
Chrome.cpp | 70 void Chrome::invalidateWindow(const IntRect& updateRect, bool immediate) 75 void Chrome::invalidateContentsAndWindow(const IntRect& updateRect, bool immediate) 80 void Chrome::invalidateContentsForSlowScroll(const IntRect& updateRect, bool immediate) 85 void Chrome::scroll(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect) 102 IntRect Chrome::windowToScreen(const IntRect& rect) const 117 void Chrome::scrollRectIntoView(const IntRect& rect) const 352 IntRect Chrome::windowResizerRect() const 532 bool ChromeClient::paintCustomOverhangArea(GraphicsContext*, const IntRect&, const IntRect&, const IntRect& [all...] |
DragController.h | 43 class IntRect; 107 IntRect selectionDraggingRect(Frame*); 109 void doImageDrag(Element*, const IntPoint&, const IntRect&, Clipboard*, Frame*, IntPoint&);
|
/external/webkit/Source/WebCore/page/chromium/ |
FrameChromium.cpp | 81 IntRect topLevelRect; 82 IntRect paintingRect = renderer->paintingRootRect(topLevelRect); 105 IntRect paintingRect = enclosingIntRect(selection()->bounds());
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
GLWebViewState.cpp | 179 void GLWebViewState::addDirtyArea(const IntRect& rect) 184 IntRect inflatedRect = rect; 206 double GLWebViewState::setupDrawing(const IntRect& invScreenRect, 208 const IntRect& screenRect, int titleBarHeight, 209 const IntRect& screenClip, float scale) 310 int GLWebViewState::drawGL(IntRect& invScreenRect, SkRect& visibleContentRect, 311 IntRect* invalRect, IntRect& screenRect, int titleBarHeight, 312 IntRect& screenClip, float scale, 427 void GLWebViewState::showFrameInfo(const IntRect& rect, bool collectionsSwapped [all...] |
/external/webkit/Source/WebCore/platform/graphics/avfoundation/ |
MediaPlayerPrivateAVFoundationObjC.h | 81 virtual void paint(GraphicsContext*, const IntRect&); 82 virtual void paintCurrentFrameInContext(GraphicsContext*, const IntRect&); 117 RetainPtr<CGImageRef> createImageForTimeInRect(float, const IntRect&);
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
MediaPlayerPrivateQuickTimeVisualContext.h | 51 class IntRect; 111 void paint(GraphicsContext*, const IntRect&); 112 void paintCompleted(GraphicsContext&, const IntRect&);
|
/external/webkit/Source/WebCore/plugins/ |
PluginViewNone.cpp | 51 void PluginView::paint(GraphicsContext*, const IntRect&) 67 void PluginView::setNPWindowRect(const IntRect&) 92 void PluginView::invalidateRect(const IntRect&)
|
/external/webkit/Source/WebKit/android/jni/ |
WebCoreJni.h | 30 #include "IntRect.h" 93 jobjectArray intRectVectorToRectArray(JNIEnv*, Vector<WebCore::IntRect>&); 95 jobject intRectToRect(JNIEnv* env, const WebCore::IntRect& rect);
|
/external/webkit/Source/WebKit2/UIProcess/ |
GenericCallback.h | 156 typedef void (*CallbackFunction)(const Vector<WebCore::IntRect>&, double, WKErrorRef, void*); 168 void performCallbackWithReturnValue(const Vector<WebCore::IntRect>& returnValue1, double returnValue2) 182 m_callback(Vector<WebCore::IntRect>(), 0, toAPI(error.get()), context());
|