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

<<11121314151617181920>>

  /external/webkit/Source/WebKit/android/jni/
WebFrameView.h 44 const WebCore::IntRect& rect);
  /external/webkit/Source/WebKit/android/plugins/
PluginViewBridgeAndroid.h 42 virtual void draw(GraphicsContext* gc, const IntRect& rect);
  /external/webkit/Source/WebKit/win/
WebScrollBar.cpp 137 IntRect rect(bounds.left, bounds.top, bounds.right-bounds.left, bounds.bottom-bounds.top);
164 IntRect rect(damageRect.left, damageRect.top, damageRect.right-damageRect.left, damageRect.bottom-damageRect.top);
174 IntRect rect = m_scrollBar->frameRect();
272 void WebScrollBar::invalidateScrollbarRect(Scrollbar*, const IntRect& rect)
  /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/mac/
WebPopupMenuProxyMac.h 47 virtual void showPopupMenu(const WebCore::IntRect&, WebCore::TextDirection, double scaleFactor, const Vector<WebPopupItem>&, const PlatformPopupMenuData&, int32_t selectedIndex);
  /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/mac/
WebFullScreenManagerMac.h 34 #import <WebCore/IntRect.h>
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
WebPopupMenuMac.mm 38 void WebPopupMenu::setUpPlatformData(const IntRect&, PlatformPopupMenuData& data)
  /external/webkit/Source/WebCore/rendering/
RenderLayerCompositor.cpp 459 IntRect RenderLayerCompositor::calculateCompositedBounds(const RenderLayer* layer, const RenderLayer* ancestorLayer)
462 return IntRect();
464 IntRect boundingBoxRect = layer->localBoundingBox();
478 IntRect unionBounds = boundingBoxRect;
489 IntRect childUnionBounds = calculateCompositedBounds(reflection, layer);
501 IntRect childUnionBounds = calculateCompositedBounds(curLayer, layer);
512 IntRect childUnionBounds = calculateCompositedBounds(curLayer, layer);
523 IntRect curAbsBounds = calculateCompositedBounds(curLayer, layer);
557 IntRect compBounds = child->backing()->compositedBounds();
585 void RenderLayerCompositor::addToOverlapMap(OverlapMap& overlapMap, RenderLayer* layer, IntRect& layerBounds, bool& boundsComputed
    [all...]
RenderFrameSet.cpp 84 void RenderFrameSet::paintColumnBorder(const PaintInfo& paintInfo, const IntRect& borderRect)
99 context->fillRect(IntRect(borderRect.location(), IntSize(1, height())), borderStartEdgeColor(), colorSpace);
100 context->fillRect(IntRect(IntPoint(borderRect.maxX() - 1, borderRect.y()), IntSize(1, height())), borderEndEdgeColor(), colorSpace);
104 void RenderFrameSet::paintRowBorder(const PaintInfo& paintInfo, const IntRect& borderRect)
119 context->fillRect(IntRect(borderRect.location(), IntSize(width(), 1)), borderStartEdgeColor(), colorSpace);
120 context->fillRect(IntRect(IntPoint(borderRect.x(), borderRect.maxY() - 1), IntSize(width(), 1)), borderEndEdgeColor(), colorSpace);
148 paintColumnBorder(paintInfo, IntRect(tx + xPos, ty + yPos, borderThickness, height()));
157 paintRowBorder(paintInfo, IntRect(tx, ty + yPos, width(), borderThickness));
460 IntRect oldBounds;
512 IntRect newBounds = absoluteClippedOverflowRect()
    [all...]
RenderInputSpeech.cpp 58 bool RenderInputSpeech::paintInputFieldSpeechButton(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect)
69 IntRect inputContentBox = inputRenderBox->contentBoxRect();
76 IntRect buttonRect(object->offsetFromAncestorContainer(inputRenderBox).width(),
  /external/webkit/Source/WebCore/platform/
Theme.h 31 #include "IntRect.h"
100 virtual void paint(ControlPart, ControlStates, GraphicsContext*, const IntRect& /*zoomedRect*/, float /*zoomFactor*/, ScrollView*) const { }
106 virtual void inflateControlPaintRect(ControlPart, ControlStates, IntRect& /*zoomedRect*/, float /*zoomFactor*/) const { }
  /external/webkit/Source/WebCore/platform/graphics/
Image.h 34 #include "IntRect.h"
105 IntRect rect() const { return IntRect(IntPoint(), size()); }
MediaPlayerPrivate.h 36 class IntRect;
98 virtual void paint(GraphicsContext*, const IntRect&) = 0;
100 virtual void paintCurrentFrameInContext(GraphicsContext* c, const IntRect& r) { paint(c, r); }
RoundedIntRect.cpp 30 #include "IntRect.h"
121 RoundedIntRect::RoundedIntRect(const IntRect& rect, const Radii& radii)
127 RoundedIntRect::RoundedIntRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight)
  /external/webkit/Source/WebCore/platform/graphics/android/
ImageTexture.cpp 167 IntRect visibleArea(0, 0, m_image->width(), m_image->height());
200 IntRect visibleArea(0, 0, m_image->width(), m_image->height());
216 IntRect layerArea = m_layer->unclippedArea();
Layer.h 31 class IntRect;
94 virtual bool prepare(double currentTime, WebCore::IntRect& viewRect,
96 virtual bool drawGL(WebCore::IntRect& viewRect,
  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCLayerImpl.cpp 132 void CCLayerImpl::draw(const IntRect& targetSurfaceRect)
158 const IntRect CCLayerImpl::getDrawRect() const
163 IntRect mappedRect = enclosingIntRect(drawTransform().mapRect(layerRect));
  /external/webkit/Source/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.h 129 void paint(GraphicsContext*, const IntRect&);
130 void paintCurrentFrameInContext(GraphicsContext*, const IntRect&);
197 IntRect m_rect;
  /external/webkit/Source/WebCore/platform/graphics/transforms/
AffineTransform.h 55 class IntRect;
77 IntRect mapRect(const IntRect&) const;
  /external/webkit/Source/WebCore/plugins/
IFrameShimSupport.cpp 122 void getPluginOcclusions(Element* element, Widget* parentWidget, const IntRect& frameRect, Vector<IntRect>& occlusions)
161 occlusions.append(IntRect(point, size));
  /external/webkit/Source/WebCore/plugins/win/
PluginViewWin.cpp 427 IntRect oldWindowRect = m_windowRect;
428 IntRect oldClipRect = m_clipRect;
433 m_windowRect = IntRect(frameView->contentsToWindow(frameRect().location()), frameRect().size());
535 IntRect r = static_cast<FrameView*>(parent())->contentsToWindow(frameRect());
561 void PluginView::paintWindowedPluginIntoContext(GraphicsContext* context, const IntRect& rect)
597 void PluginView::paint(GraphicsContext* context, const IntRect& rect)
621 IntRect rectInWindow = static_cast<FrameView*>(parent())->contentsToWindow(frameRect());
780 void PluginView::setNPWindowRect(const IntRect& rect)
786 IntRect r = static_cast<FrameView*>(parent())->contentsToWindow(rect);
896 void PluginView::invalidateRect(const IntRect& rect
    [all...]
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGContainer.cpp 136 IntRect paintRectInParent = enclosingIntRect(localToParentTransform().mapRect(repaintRect));
142 void RenderSVGContainer::addFocusRingRects(Vector<IntRect>& rects, int, int)
144 IntRect paintRectInParent = enclosingIntRect(localToParentTransform().mapRect(repaintRectInLocalCoordinates()));
RenderSVGImage.cpp 172 void RenderSVGImage::imageChanged(WrappedImagePtr, const IntRect*)
185 void RenderSVGImage::addFocusRingRects(Vector<IntRect>& rects, int, int)
188 IntRect contentRect = enclosingIntRect(repaintRectInLocalCoordinates());

Completed in 582 milliseconds

<<11121314151617181920>>