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

<<11121314151617181920>>

  /external/webkit/Source/WebCore/platform/gtk/
ScrollViewGtk.cpp 43 #include "IntRect.h"
166 IntRect ScrollView::visibleContentRect(bool includeScrollbars) const
172 return IntRect(IntPoint(m_scrollOffset.width(), m_scrollOffset.height()),
189 return IntRect(IntPoint(m_scrollOffset.width(), m_scrollOffset.height()),
  /external/webkit/Source/WebCore/rendering/
EllipsisBox.h 45 IntRect selectionRect(int tx, int ty);
RenderInputSpeech.h 43 static bool paintInputFieldSpeechButton(RenderObject*, const PaintInfo&, const IntRect&);
RenderMediaControls.h 42 static bool paintMediaControlsPart(MediaControlElementType, RenderObject*, const PaintInfo&, const IntRect&);
RenderSlider.h 38 IntRect thumbRect();
RenderLayerCompositor.cpp 98 IntRect m_compositingBounds;
468 IntRect RenderLayerCompositor::calculateCompositedBounds(const RenderLayer* layer, const RenderLayer* ancestorLayer)
471 return IntRect();
473 IntRect boundingBoxRect = layer->localBoundingBox();
487 IntRect unionBounds = boundingBoxRect;
498 IntRect childUnionBounds = calculateCompositedBounds(reflection, layer);
510 IntRect childUnionBounds = calculateCompositedBounds(curLayer, layer);
521 IntRect childUnionBounds = calculateCompositedBounds(curLayer, layer);
532 IntRect curAbsBounds = calculateCompositedBounds(curLayer, layer);
566 IntRect compBounds = child->backing()->compositedBounds()
    [all...]
  /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/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/layers/
CanvasLayer.cpp 68 m_visibleContentRect = IntRect();
165 IntRect CanvasLayer::visibleContentRect() const
172 return IntRect();
  /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...]

Completed in 909 milliseconds

<<11121314151617181920>>