/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | LayerFragment.h | 49 void moveBy(const LayoutPoint& offset) in moveBy() function 51 layerBounds.moveBy(offset); in moveBy() 52 backgroundRect.moveBy(offset); in moveBy() 53 foregroundRect.moveBy(offset); in moveBy() 54 outlineRect.moveBy(offset); in moveBy() 55 paginationClip.moveBy(offset); in moveBy()
|
D | ClipRect.h | 66 void moveBy(const LayoutPoint& point) { m_rect.moveBy(point); } in moveBy() function
|
D | RenderLayerClipper.cpp | 205 clipRect.moveBy(-clippingRootOffset); in localClipRect() 252 layerBoundsWithVisualOverflow.moveBy(offset); in calculateRects() 257 bounds.moveBy(offset); in calculateRects()
|
D | EllipsisBox.cpp | 43 boxOrigin.moveBy(FloatPoint(paintOffset)); in paint() 148 boxOrigin.moveBy(accumulatedOffset); in nodeAtPoint()
|
D | RenderLayer.cpp | 549 … point.moveBy(-paintInvalidationLayer->groupedMapping()->squashingOffsetFromTransformedAncestor()); in mapPointToPaintBackingCoordinates() 568 … rect.moveBy(-paintInvalidationLayer->groupedMapping()->squashingOffsetFromTransformedAncestor()); in mapRectToPaintBackingCoordinates() 1111 clipRect.moveBy(delta); in expandClipRectForDescendantsAndReflection() 1154 result.moveBy(rootLayerDelta); in transparencyClipBox() 1932 delta.moveBy(translationOffset); in paintLayerByApplyingTransform() 2025 dirtyRectInFlowThread.moveBy(-offsetOfPaginationLayerFromRoot); in collectFragments() 2052 fragment.moveBy(fragment.paginationOffset + offsetOfPaginationLayerFromRoot); in collectFragments() 2102 parentClipRect.moveBy(fragment.paginationOffset + offsetOfPaginationLayerFromRoot); in paintTransformedLayerIntoFragments() 2333 colRect.moveBy(layerOffset); in paintChildLayerIntoColumns() 2492 offset.moveBy(translationOffset); in createLocalTransformState() [all …]
|
D | RenderFlowThread.cpp | 263 fragmentRect.moveBy(fragment.paginationOffset); in fragmentsBoundingBox() 364 blockRect.moveBy(currentBlockLocation); in offsetFromLogicalTopOfFirstRegion()
|
D | RenderTextControlSingleLine.cpp | 83 contentsRect.moveBy(paintOffset + location()); in paint() 277 clipRect.moveBy(additionalOffset); in controlClipRect()
|
D | RenderEmbeddedObject.cpp | 162 contentRect.moveBy(roundedIntPoint(accumulatedOffset)); in getReplacementTextGeometry()
|
/external/chromium_org/third_party/WebKit/Source/core/paint/ |
D | ListMarkerPainter.cpp | 32 overflowRect.moveBy(boxOrigin); in paint() 40 marker.moveBy(roundedIntPoint(boxOrigin)); in paint() 48 selRect.moveBy(boxOrigin); in paint() 56 selRect.moveBy(boxOrigin); in paint() 166 marker.moveBy(roundedIntPoint(-boxOrigin)); in paint() 168 …marker.moveBy(IntPoint(roundToInt(box.x()), roundToInt(box.y() - m_renderListMarker.logicalHeight(… in paint()
|
D | VideoPainter.cpp | 30 rect.moveBy(paintOffset); in paintReplaced() 33 contentRect.moveBy(paintOffset); in paintReplaced()
|
D | HTMLCanvasPainter.cpp | 20 contentRect.moveBy(paintOffset); in paintReplaced() 22 paintRect.moveBy(paintOffset); in paintReplaced()
|
D | BlockPainter.cpp | 44 overflowBox.moveBy(adjustedPaintOffset); in paint() 328 ruleRect.moveBy(paintOffset); in paintColumnRules() 368 colRect.moveBy(paintOffset); in paintColumnContents() 437 gapRectsBounds.moveBy(-paintOffset); in paintSelection() 490 accumulatedPaintOffset.moveBy(block->location()); in paintContinuationOutlines()
|
D | ImagePainter.cpp | 153 contentRect.moveBy(paintOffset); in paintReplaced() 155 paintRect.moveBy(paintOffset); in paintReplaced()
|
D | DetailsMarkerPainter.cpp | 25 overflowRect.moveBy(boxOrigin); in paint()
|
D | TablePainter.cpp | 28 overflowBox.moveBy(adjustedPaintOffset); in paint()
|
D | GridPainter.cpp | 45 localPaintInvalidationRect.moveBy(-paintOffset); in paintChildren()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | FindInPageCoordinates.cpp | 85 normalizedRect.moveBy(-containerRect.location()); in toNormalizedRect() 115 normalizedRect.moveBy(normalizedBoxRect.location()); in findInPageRectFromAbsoluteRect()
|
D | PopupListBox.cpp | 391 scrollbarDirtyRect.moveBy(-location()); in paint() 919 viewRect.moveBy(-scrollPosition()); in contentsToWindow() 1007 newPoint.moveBy(child->location()); in convertChildToSelf() 1015 newPoint.moveBy(-child->location()); in convertSelfToChild()
|
/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
D | FloatPoint.h | 90 void moveBy(const IntPoint& a) in moveBy() function 95 void moveBy(const LayoutPoint&); 96 void moveBy(const FloatPoint& a) in moveBy() function
|
D | FloatPoint.cpp | 81 void FloatPoint::moveBy(const LayoutPoint& point) in moveBy() function in blink::FloatPoint
|
D | IntPoint.h | 59 void moveBy(const IntPoint& offset) { move(offset.x(), offset.y()); } in moveBy() function
|
/external/chromium_org/third_party/WebKit/Source/platform/scroll/ |
D | ScrollView.cpp | 883 documentDirtyRect.moveBy(-location() + scrollPosition()); in paint() 896 scrollViewDirtyRect.moveBy(-location()); in paint() 1021 newRect.moveBy(scrollbar->location()); in convertFromScrollbarToContainingView() 1029 newRect.moveBy(-scrollbar->location()); in convertFromContainingViewToScrollbar() 1038 newPoint.moveBy(scrollbar->location()); in convertFromScrollbarToContainingView() 1046 newPoint.moveBy(-scrollbar->location()); in convertFromContainingViewToScrollbar()
|
D | ScrollView.h | 205 newPoint.moveBy(child->location()); in convertChildToSelf() 214 newPoint.moveBy(-child->location()); in convertSelfToChild()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | RenderSVGModelObject.cpp | 77 rect.moveBy(roundedIntPoint(accumulatedOffset)); in absoluteRects()
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
D | HitRegion.cpp | 38 elementRect.moveBy(canvasRect.location()); in updateAccessibility()
|