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

<<11121314151617181920>>

  /external/webkit/Source/WebCore/rendering/svg/
SVGInlineFlowBox.h 46 virtual IntRect calculateBoundaries() const;
  /external/webkit/Source/WebKit/android/plugins/
PluginViewBridgeAndroid.cpp 32 const IntRect& rect) {}
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
PopupMenuQt.h 41 virtual void show(const IntRect&, FrameView*, int index);
  /external/webkit/Source/WebKit2/PluginProcess/
PluginControllerProxy.messages.in 27 GeometryDidChange(WebCore::IntRect frameRect, WebCore::IntRect clipRect, WebKit::ShareableBitmap::Handle backingStoreHandle)
97 WindowAndViewFramesChanged(WebCore::IntRect windowFrameInScreenCoordinates, WebCore::IntRect viewFrameInWindowCoordinates)
  /external/webkit/Source/WebKit2/Shared/
ShareableBitmap.h 30 #include <WebCore/IntRect.h>
89 WebCore::IntRect bounds() const { return WebCore::IntRect(WebCore::IntPoint(), size()); }
97 void paint(WebCore::GraphicsContext&, const WebCore::IntPoint& dstPoint, const WebCore::IntRect& srcRect);
  /external/webkit/Source/WebKit2/Shared/cairo/
ShareableBitmapCairo.cpp 42 void ShareableBitmap::paint(GraphicsContext&, const IntPoint&, const IntRect&)
  /external/webkit/Source/WebKit2/UIProcess/
WebFullScreenManagerProxy.messages.in 32 GetFullScreenRect() -> (WebCore::IntRect rect)
  /external/webkit/Source/WebKit2/UIProcess/gtk/
WebFullScreenManagerProxyGtk.cpp 74 void WebFullScreenManagerProxy::getFullScreenRect(WebCore::IntRect& rect)
  /external/webkit/Source/WebKit2/UIProcess/mac/
BackingStoreMac.mm 39 void BackingStore::paint(PlatformGraphicsContext context, const IntRect& rect)
108 IntRect updateRect = updateInfo.updateRects[i];
109 IntRect srcRect = updateRect;
116 void BackingStore::scroll(const IntRect& scrollRect, const IntSize& scrollOffset)
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/DOM/
InjectedBundleNodeHandle.cpp 40 #include <WebCore/IntRect.h>
107 IntRect InjectedBundleNodeHandle::elementBounds() const
110 return IntRect();
115 IntRect InjectedBundleNodeHandle::renderRect(bool* isReplaced) const
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/gtk/
WebPopupMenuGtk.cpp 37 void WebPopupMenu::setUpPlatformData(const IntRect&, PlatformPopupMenuData&)
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/qt/
WebPopupMenuQt.cpp 35 void WebPopupMenu::setUpPlatformData(const IntRect&, PlatformPopupMenuData&)
  /external/webkit/Source/WebKit2/WebProcess/WebPage/ca/
LayerTreeHostCA.cpp 114 void LayerTreeHostCA::setNonCompositedContentsNeedDisplay(const IntRect& rect)
123 void LayerTreeHostCA::scrollNonCompositedContents(const IntRect& scrollRect, const IntSize& scrollOffset)
158 void LayerTreeHostCA::setPageOverlayNeedsDisplay(const IntRect& rect)
173 void LayerTreeHostCA::paintContents(const GraphicsLayer* graphicsLayer, GraphicsContext& graphicsContext, GraphicsLayerPaintingPhase, const IntRect& clipRect)
  /external/webkit/Source/WebCore/platform/graphics/chromium/
TransparencyWin.h 136 const IntRect& region);
156 const IntRect& drawRect() { return m_drawRect; }
179 void setupTransform(const IntRect& region);
180 void setupTransformForKeepTransform(const IntRect& region);
203 IntRect m_sourceRect;
208 IntRect m_transformedSourceRect;
217 IntRect m_drawRect;
  /external/webkit/Source/WebCore/rendering/
RenderLayerCompositor.h 120 IntRect calculateCompositedBounds(const RenderLayer* layer, const RenderLayer* ancestorLayer);
133 void repaintCompositedLayersAbsoluteRect(const IntRect&);
195 virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect&);
213 void recursiveRepaintLayerRect(RenderLayer* layer, const IntRect& rect);
215 typedef HashMap<RenderLayer*, IntRect> OverlapMap;
216 static void addToOverlapMap(OverlapMap&, RenderLayer*, IntRect& layerBounds, bool& boundsComputed);
217 static bool overlapsCompositedLayers(OverlapMap&, const IntRect& layerBounds);
RenderObject.cpp 758 graphicsContext->drawRect(IntRect(x1, y1, x2 - x1, third));
759 graphicsContext->drawRect(IntRect(x1, y2 - third, x2 - x1, third));
762 graphicsContext->drawRect(IntRect(x1, y1 + 1, third, y2 - y1 - 1));
763 graphicsContext->drawRect(IntRect(x2 - third, y1 + 1, third, y2 - y1 - 1));
766 graphicsContext->drawRect(IntRect(x1, y1 + 1, third, y2 - y1 - 1));
767 graphicsContext->drawRect(IntRect(x2 - third, y1 + 1, third, y2 - y1 - 1));
878 graphicsContext->drawRect(IntRect(x1, y1, x2 - x1, y2 - y1));
    [all...]
RenderBoxModelObject.h 72 virtual IntRect borderBoundingBox() const = 0;
135 void calculateBackgroundImageGeometry(const FillLayer*, int tx, int ty, int w, int h, IntRect& destRect, IntPoint& phase, IntSize& tileSize);
147 RoundedIntRect getBackgroundRoundedRect(const IntRect&, InlineFlowBox*, int inlineBoxWidth, int inlineBoxHeight,
153 const IntRect& sideRect, BoxSide, BoxSide adjacentSide1, BoxSide adjacentSide2, const class BorderEdge[],
159 void drawBoxSideFromPath(GraphicsContext*, const IntRect&, const Path&, const class BorderEdge[],
RenderBlock.h 116 void flipForWritingModeIncludingColumns(IntRect&) const;
124 IntRect logicalLeftSelectionGap(RenderBlock* rootBlock, const IntPoint& rootBlockPhysicalPosition, const IntSize& offsetFromRootBlock,
126 IntRect logicalRightSelectionGap(RenderBlock* rootBlock, const IntPoint& rootBlockPhysicalPosition, const IntSize& offsetFromRootBlock,
129 IntRect logicalRectToPhysicalRect(const IntPoint& physicalPosition, const IntRect& logicalRect);
137 void adjustRectForColumns(IntRect&) const;
166 IntRect columnRectAt(ColumnInfo*, unsigned) const;
315 virtual void addFocusRingRects(Vector<IntRect>&, int tx, int ty);
370 , rect(IntRect(f->x() - f->marginLeft(), f->y() - f->marginTop(), f->width() + f->marginLeft() + f->marginRight(), f->height() + f->marginTop() + f->marginBottom()))
376 IntRect rect
    [all...]
RenderInline.cpp 468 void RenderInline::absoluteRects(Vector<IntRect>& rects, int tx, int ty)
476 rects.append(IntRect(tx, ty, 0, 0));
489 void RenderInline::culledInlineAbsoluteRects(const RenderInline* container, Vector<IntRect>& rects, const IntSize& offset)
    [all...]
  /external/webkit/Source/WebCore/platform/
Scrollbar.cpp 94 Widget::setFrameRect(IntRect(0, 0, thickness, thickness));
159 void Scrollbar::paint(GraphicsContext* context, const IntRect& damageRect)
387 void Scrollbar::setFrameRect(const IntRect& rect)
391 IntRect adjustedRect(rect);
395 IntRect resizerRect = view->convertFromContainingWindow(view->windowResizerRect());
455 void Scrollbar::invalidateRect(const IntRect& rect)
464 IntRect Scrollbar::convertToContainingView(const IntRect& localRect) const
472 IntRect Scrollbar::convertFromContainingView(const IntRect& parentRect) cons
    [all...]
  /external/webkit/Source/WebCore/accessibility/
AccessibilityRenderObject.h 158 virtual IntRect boundingBoxRect() const;
159 virtual IntRect elementRect() const;
224 virtual IntRect boundsForVisiblePositionRange(const VisiblePositionRange&) const;
247 virtual IntRect doAXBoundsForRange(const PlainTextRange&) const;
285 IntRect checkboxOrRadioRect() const;
  /external/webkit/Source/WebCore/platform/efl/
WidgetEfl.cpp 39 #include "IntRect.h"
173 IntRect Widget::frameRect() const
178 void Widget::setFrameRect(const IntRect& rect)
192 IntRect rect = frameRect();
291 void Widget::paint(GraphicsContext* context, const IntRect&)
  /external/webkit/Source/WebCore/platform/qt/
ScrollbarThemeQt.cpp 140 bool ScrollbarThemeQt::paint(Scrollbar* scrollbar, GraphicsContext* graphicsContext, const IntRect& damageRect)
218 IntRect thumb = style()->subControlRect(QStyle::CC_ScrollBar, opt, QStyle::SC_ScrollBarSlider, 0);
225 IntRect track = style()->subControlRect(QStyle::CC_ScrollBar, opt, QStyle::SC_ScrollBarGroove, 0);
232 IntRect track = style()->subControlRect(QStyle::CC_ScrollBar, opt, QStyle::SC_ScrollBarGroove, 0);
236 void ScrollbarThemeQt::paintScrollCorner(ScrollView* scrollView, GraphicsContext* context, const IntRect& rect)
  /external/webkit/Source/WebCore/dom/
DocumentMarkerController.cpp 36 static IntRect placeholderRectForMarker()
38 return IntRect(-1, -1, -1, -1);
105 Vector<IntRect>& rects = vectorPair->second;
215 Vector<IntRect>& rects = vectorPair->second;
288 Vector<IntRect>& rects = vectorPair->second;
298 IntRect& r = rects[markerIndex];
349 Vector<IntRect> DocumentMarkerController::renderedRectsForMarkers(DocumentMarker::MarkerType markerType)
351 Vector<IntRect> result;
363 Vector<IntRect>& rects = vectorPair->second;
373 IntRect r = rects[markerIndex]
    [all...]
  /external/webkit/Source/WebKit2/Platform/
Region.cpp 43 Region::Region(const IntRect& rect)
49 Vector<IntRect> Region::rects() const
51 Vector<IntRect> rects;
61 rects.append(IntRect(x, y, width, height));
72 Region::Shape::Shape(const IntRect& rect)
178 IntRect Region::Shape::bounds() const
181 return IntRect();
212 return IntRect(minX, minY, maxX - minX, maxY - minY);
422 m_bounds = IntRect();

Completed in 951 milliseconds

<<11121314151617181920>>