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

<<11121314151617181920>>

  /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/rendering/
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...]
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);
RenderBoxModelObject.h 68 virtual IntRect borderBoundingBox() const = 0;
131 void calculateBackgroundImageGeometry(const FillLayer*, int tx, int ty, int w, int h, IntRect& destRect, IntPoint& phase, IntSize& tileSize);
143 RoundedIntRect getBackgroundRoundedRect(const IntRect&, InlineFlowBox*, int inlineBoxWidth, int inlineBoxHeight,
149 const IntRect& sideRect, BoxSide, BoxSide adjacentSide1, BoxSide adjacentSide2, const class BorderEdge[],
155 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...]
RenderBoxModelObject.cpp 562 RoundedIntRect RenderBoxModelObject::getBackgroundRoundedRect(const IntRect& borderRect, InlineFlowBox* box, int inlineBoxWidth, int inlineBoxHeight,
567 RoundedIntRect segmentBorder = style()->getRoundedBorderFor(IntRect(0, 0, inlineBoxWidth, inlineBoxHeight), includeLogicalLeftEdge, includeLogicalRightEdge);
615 IntRect borderRect(tx, ty, w, h);
630 IntRect borderRect(tx, ty, w, h);
668 context->clip(IntRect(x, y, width, height));
673 IntRect maskRect(tx, ty, w, h);
734 IntRect rect(tx, ty, w, h);
754 IntRect destRect;
    [all...]
  /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/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();
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginProxy.cpp 125 void PluginProxy::paint(GraphicsContext* graphicsContext, const IntRect& dirtyRect)
137 m_pluginBackingStore->paint(*graphicsContext, IntPoint(), IntRect(0, 0, m_frameRect.width(), m_frameRect.height()));
142 IntRect dirtyRectInPluginCoordinates = dirtyRect;
170 void PluginProxy::geometryDidChange(const IntRect& frameRect, const IntRect& clipRect)
338 void PluginProxy::windowAndViewFramesChanged(const WebCore::IntRect& windowFrameInScreenCoordinates, const WebCore::IntRect& viewFrameInWindowCoordinates)
460 void PluginProxy::update(const IntRect& paintedRect)
465 IntRect paintedRectPluginCoordinates = paintedRect;
  /external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapperNode.cpp 140 void TextureMapperNode::setNeedsDisplayInRect(IntRect rect)
147 rect.intersect(IntRect(0, 0, m_size.width(), m_size.height()));
386 m_transforms.targetBoundingRect = IntRect(m_transforms.target.mapRect(entireRect()));
417 void TextureMapperNode::uploadTextureFromContent(TextureMapper* textureMapper, const IntRect& visibleRect, GraphicsLayer* layer)
446 IntRect dirtyRect = IntRect(0, 0, m_size.width(), m_size.height());
514 const IntRect rect = m_layerType == ClipLayer ? entireRect() : targetRect();
542 options.textureMapper->drawTexture(texture, IntRect(IntPoint(0, 0), options.surface->size()), TransformationMatrix(), 1.0f, maskTexture.get());
545 options.textureMapper->drawTexture(*m_replicaSurface.get(), IntRect(IntPoint(0, 0), options.surface->size()), TransformationMatrix(), options.opacity, 0);
569 m_layerType == TransparencyLayer ? IntRect(IntPoint(0, 0), options.surface->size())
    [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
ChromeClientQt.cpp 365 IntRect ChromeClientQt::windowResizerRect() const
369 return IntRect();
373 return IntRect();
377 return IntRect();
398 return IntRect();
402 void ChromeClientQt::invalidateWindow(const IntRect& windowRect, bool)
416 void ChromeClientQt::invalidateContentsAndWindow(const IntRect& windowRect, bool immediate)
431 void ChromeClientQt::invalidateContentsForSlowScroll(const IntRect& windowRect, bool immediate)
436 void ChromeClientQt::scroll(const IntSize& delta, const IntRect& scrollViewRect, const IntRect&
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.h 230 void setViewNeedsDisplay(const WebCore::IntRect&);
232 void scrollView(const WebCore::IntRect& scrollRect, const WebCore::IntSize& scrollOffset);
257 void windowAndViewFramesChanged(const WebCore::IntRect& windowFrameInScreenCoordinates, const WebCore::IntRect& viewFrameInWindowCoordinates, const WebCore::IntPoint& accessibilityViewCoordinates);
266 WebCore::IntRect firstRectForCharacterRange(uint64_t, uint64_t);
278 WebCore::IntRect firstRectForCharacterInSelectedRange(int);
288 void setActualVisibleContentRect(const WebCore::IntRect& rect);
469 void drawRectToPDF(WebFrameProxy*, const WebCore::IntRect&, PassRefPtr<DataCallback>);
475 void flashBackingStoreUpdates(const Vector<WebCore::IntRect>& updateRects);
567 void windowToScreen(const WebCore::IntRect& viewRect, WebCore::IntRect& result)
    [all...]
  /external/webkit/Source/WebKit/android/nav/
CachedFrame.cpp 40 WebCore::IntRect CachedFrame::adjustBounds(const CachedNode* node,
41 const WebCore::IntRect& rect) const
68 bool CachedFrame::CheckBetween(Direction direction, const WebCore::IntRect& bestRect,
69 const WebCore::IntRect& prior, WebCore::IntRect* result)
103 *result = WebCore::IntRect(left, top, width, height);
109 const WebCore::IntRect& bestRect = best->bounds();
116 WebCore::IntRect edges;
121 WebCore::IntRect clip = mRoot->scrolledBounds();
138 const WebCore::IntRect& testBounds) cons
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cairo/
ImageBufferCairo.cpp 160 PassRefPtr<ByteArray> getImageData(const IntRect& rect, const ImageBufferData& data, const IntSize& size)
218 PassRefPtr<ByteArray> ImageBuffer::getUnmultipliedImageData(const IntRect& rect) const
223 PassRefPtr<ByteArray> ImageBuffer::getPremultipliedImageData(const IntRect& rect) const
229 void putImageData(ByteArray*& source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint, ImageBufferData& data, const IntSize& size)
286 void ImageBuffer::putUnmultipliedImageData(ByteArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint)
291 void ImageBuffer::putPremultipliedImageData(ByteArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint)

Completed in 460 milliseconds

<<11121314151617181920>>