Home
last modified time | relevance | path

Searched refs:localRect (Results 1 – 25 of 31) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/platform/
DWidget.cpp76 IntRect Widget::convertToRootView(const IntRect& localRect) const in convertToRootView()
79 IntRect parentRect = convertToContainingView(localRect); in convertToRootView()
82 return localRect; in convertToRootView()
112 IntRect Widget::convertToContainingWindow(const IntRect& localRect) const in convertToContainingWindow()
115 IntRect parentRect = convertToContainingView(localRect); in convertToContainingWindow()
118 return localRect; in convertToContainingWindow()
139 IntRect Widget::convertToContainingView(const IntRect& localRect) const in convertToContainingView()
142 IntRect parentRect(localRect); in convertToContainingView()
143 parentRect.setLocation(parentWidget->convertChildToSelf(this, localRect.location())); in convertToContainingView()
146 return localRect; in convertToContainingView()
[all …]
/external/chromium_org/third_party/WebKit/Source/core/editing/
DCaret.cpp141 LayoutRect localRect = caretPosition.localCaretRect(renderer); in updateCaretRect() local
155 localRect.move(renderer->offsetFromContainer(containerObject, localRect.location())); in updateCaretRect()
160 m_caretLocalRect = localRect; in updateCaretRect()
176 LayoutRect localRect(rect); in absoluteBoundsForLocalRect() local
178 toRenderBox(caretPainter)->flipForWritingMode(localRect); in absoluteBoundsForLocalRect()
179 return caretPainter->localToAbsoluteQuad(FloatRect(localRect)).enclosingBoundingBox(); in absoluteBoundsForLocalRect()
DRenderedPosition.cpp230 …IntRect localRect = pixelSnappedIntRect(m_renderer->localCaretRect(m_inlineBox, m_offset, extraWid… in absoluteRect() local
231 …return localRect == IntRect() ? IntRect() : m_renderer->localToAbsoluteQuad(FloatRect(localRect)).… in absoluteRect()
DVisiblePosition.cpp676 LayoutRect localRect = localCaretRect(renderer); in absoluteCaretBounds() local
677 if (localRect.isEmpty() || !renderer) in absoluteCaretBounds()
680 return renderer->localToAbsoluteQuad(FloatRect(localRect)).enclosingBoundingBox(); in absoluteCaretBounds()
686 LayoutRect localRect = localCaretRect(renderer); in lineDirectionPointForBlockDirectionNavigation() local
687 if (localRect.isEmpty() || !renderer) in lineDirectionPointForBlockDirectionNavigation()
693 FloatPoint caretPoint = renderer->localToAbsolute(localRect.location()); in lineDirectionPointForBlockDirectionNavigation()
/external/chromium_org/third_party/skia/src/gpu/
DGrDrawTarget.cpp643 const SkRect* localRect, in onDrawRect() argument
651 set_vertex_attributes(this->drawState(), NULL != localRect); in onDrawRect()
661 if (NULL != localRect) { in onDrawRect()
664 coords->setRectFan(localRect->fLeft, localRect->fTop, in onDrawRect()
665 localRect->fRight, localRect->fBottom, in onDrawRect()
DGrInOrderDrawBuffer.cpp123 const SkRect* localRect, in onDrawRect() argument
134 NULL != localRect, in onDrawRect()
179 coords->setRectFan(localRect->fLeft, localRect->fTop, in onDrawRect()
180 localRect->fRight, localRect->fBottom, in onDrawRect()
DGrDrawTarget.h361 const SkRect* localRect, in drawRect() argument
364 this->onDrawRect(rect, matrix, localRect, localMatrix); in drawRect()
850 const SkRect* localRect,
DGrInOrderDrawBuffer.h136 const SkRect* localRect,
/external/skia/src/gpu/
DGrDrawTarget.cpp643 const SkRect* localRect, in onDrawRect() argument
651 set_vertex_attributes(this->drawState(), NULL != localRect); in onDrawRect()
661 if (NULL != localRect) { in onDrawRect()
664 coords->setRectFan(localRect->fLeft, localRect->fTop, in onDrawRect()
665 localRect->fRight, localRect->fBottom, in onDrawRect()
DGrInOrderDrawBuffer.cpp123 const SkRect* localRect, in onDrawRect() argument
134 NULL != localRect, in onDrawRect()
179 coords->setRectFan(localRect->fLeft, localRect->fTop, in onDrawRect()
180 localRect->fRight, localRect->fBottom, in onDrawRect()
DGrDrawTarget.h361 const SkRect* localRect, in drawRect() argument
364 this->onDrawRect(rect, matrix, localRect, localMatrix); in drawRect()
850 const SkRect* localRect,
DGrInOrderDrawBuffer.h136 const SkRect* localRect,
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollbar.cpp563 IntRect Scrollbar::convertToContainingView(const IntRect& localRect) const in convertToContainingView()
566 return m_scrollableArea->convertFromScrollbarToContainingView(this, localRect); in convertToContainingView()
568 return Widget::convertToContainingView(localRect); in convertToContainingView()
DScrollView.cpp1036 …w::convertFromScrollbarToContainingView(const Scrollbar* scrollbar, const IntRect& localRect) const in convertFromScrollbarToContainingView()
1039 IntRect newRect = localRect; in convertFromScrollbarToContainingView()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderImage.h97 …virtual bool foregroundIsKnownToBeOpaqueInRect(const LayoutRect& localRect, unsigned maxDepthToTes…
DRenderLayerScrollableArea.cpp1072 bool RenderLayerScrollableArea::overflowControlsIntersectRect(const IntRect& localRect) const in overflowControlsIntersectRect()
1076 if (rectForHorizontalScrollbar(borderBox).intersects(localRect)) in overflowControlsIntersectRect()
1079 if (rectForVerticalScrollbar(borderBox).intersects(localRect)) in overflowControlsIntersectRect()
1082 if (scrollCornerRect().intersects(localRect)) in overflowControlsIntersectRect()
1085 if (resizerCornerRect(borderBox, ResizerForPointer).intersects(localRect)) in overflowControlsIntersectRect()
DRenderLayerScrollableArea.h209 bool overflowControlsIntersectRect(const IntRect& localRect) const;
DRenderImage.cpp490 bool RenderImage::foregroundIsKnownToBeOpaqueInRect(const LayoutRect& localRect, unsigned) const in foregroundIsKnownToBeOpaqueInRect() argument
496 if (!contentBoxRect().contains(localRect)) in foregroundIsKnownToBeOpaqueInRect()
DInlineFlowBox.cpp1265 LayoutRect localRect(frameRect); in paintBoxDecorations() local
1266 flipForWritingMode(localRect); in paintBoxDecorations()
1267 LayoutPoint adjustedPaintoffset = paintOffset + localRect.location(); in paintBoxDecorations()
1337 LayoutRect localRect(frameRect); in paintMask() local
1338 flipForWritingMode(localRect); in paintMask()
1339 LayoutPoint adjustedPaintOffset = paintOffset + localRect.location(); in paintMask()
DRenderView.h204 … virtual bool backgroundIsKnownToBeOpaqueInRect(const LayoutRect& localRect) const OVERRIDE FINAL;
DRenderBox.h59 virtual bool backgroundIsKnownToBeOpaqueInRect(const LayoutRect& localRect) const OVERRIDE;
616 …virtual bool foregroundIsKnownToBeOpaqueInRect(const LayoutRect& localRect, unsigned maxDepthToTes…
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp3219 IntRect FrameView::convertToContainingView(const IntRect& localRect) const in convertToContainingView()
3227 return localRect; in convertToContainingView()
3229 IntRect rect(localRect); in convertToContainingView()
3236 return Widget::convertToContainingView(localRect); in convertToContainingView()
3239 return localRect; in convertToContainingView()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp795 FloatRect localRect; in boundsInRootViewSpace() local
796 if (svgElement->getBoundingBox(localRect)) in boundsInRootViewSpace()
797 quads.append(renderer()->localToAbsoluteQuad(localRect)); in boundsInRootViewSpace()
840 FloatRect localRect; in getBoundingClientRect() local
841 if (svgElement->getBoundingBox(localRect)) in getBoundingClientRect()
842 quads.append(renderer()->localToAbsoluteQuad(localRect)); in getBoundingClientRect()
/external/chromium_org/third_party/skia/include/gpu/
DGrContext.h423 const SkRect& localRect,
/external/skia/include/gpu/
DGrContext.h423 const SkRect& localRect,

12