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::convertToContainingWindow(const IntRect& localRect) const in convertToContainingWindow()
79 IntRect parentRect = convertToContainingView(localRect); in convertToContainingWindow()
82 return localRect; in convertToContainingWindow()
122 IntRect Widget::convertToContainingView(const IntRect& localRect) const in convertToContainingView()
125 IntRect parentRect(localRect); in convertToContainingView()
126 parentRect.setLocation(parentWidget->convertChildToSelf(this, localRect.location())); in convertToContainingView()
129 return localRect; in convertToContainingView()
135 IntRect localRect = parentRect; in convertFromContainingView() local
136 localRect.setLocation(parentWidget->convertSelfToChild(this, localRect.location())); in convertFromContainingView()
137 return localRect; in convertFromContainingView()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DCaret.cpp205 LayoutRect localRect(rect); in absoluteBoundsForLocalRect() local
206 caretPainter->flipForWritingMode(localRect); in absoluteBoundsForLocalRect()
207 return caretPainter->localToAbsoluteQuad(FloatRect(localRect)).enclosingBoundingBox(); in absoluteBoundsForLocalRect()
DRenderedPosition.cpp232 …IntRect localRect = pixelSnappedIntRect(m_renderer->localCaretRect(m_inlineBox, m_offset, extraWid… in absoluteRect() local
233 …return localRect == IntRect() ? IntRect() : m_renderer->localToAbsoluteQuad(FloatRect(localRect)).… in absoluteRect()
DVisiblePosition.cpp659 LayoutRect localRect = localCaretRect(renderer); in absoluteCaretBounds() local
660 if (localRect.isEmpty() || !renderer) in absoluteCaretBounds()
663 return renderer->localToAbsoluteQuad(FloatRect(localRect)).enclosingBoundingBox(); in absoluteCaretBounds()
669 LayoutRect localRect = localCaretRect(renderer); in lineDirectionPointForBlockDirectionNavigation() local
670 if (localRect.isEmpty() || !renderer) in lineDirectionPointForBlockDirectionNavigation()
676 FloatPoint caretPoint = renderer->localToAbsolute(localRect.location()); in lineDirectionPointForBlockDirectionNavigation()
/external/chromium_org/third_party/WebKit/Source/core/paint/
DInlineFlowBoxPainter.cpp199 LayoutRect localRect(frameRect); in paintBoxDecorationBackground() local
200 m_inlineFlowBox.flipForWritingMode(localRect); in paintBoxDecorationBackground()
201 LayoutPoint adjustedPaintOffset = paintOffset + localRect.location(); in paintBoxDecorationBackground()
262 LayoutRect localRect(frameRect); in paintMask() local
263 m_inlineFlowBox.flipForWritingMode(localRect); in paintMask()
264 LayoutPoint adjustedPaintOffset = paintOffset + localRect.location(); in paintMask()
/external/chromium_org/third_party/skia/src/gpu/
DGrInOrderDrawBuffer.cpp116 const SkRect* localRect, in onDrawRect() argument
122 set_vertex_attributes(drawState, SkToBool(localRect), color); in onDrawRect()
151 if (localRect) { in onDrawRect()
154 coords->setRectFan(localRect->fLeft, localRect->fTop, in onDrawRect()
155 localRect->fRight, localRect->fBottom, in onDrawRect()
DGrDrawTarget.cpp694 const SkRect* localRect, in onDrawRect() argument
697 set_vertex_attributes(this->drawState(), SkToBool(localRect)); in onDrawRect()
707 if (localRect) { in onDrawRect()
710 coords->setRectFan(localRect->fLeft, localRect->fTop, in onDrawRect()
711 localRect->fRight, localRect->fBottom, in onDrawRect()
DGrDrawTarget.h358 const SkRect* localRect, in drawRect() argument
361 this->onDrawRect(rect, localRect, localMatrix); in drawRect()
887 const SkRect* localRect,
DGrInOrderDrawBuffer.h201 const SkRect* localRect,
/external/skia/src/gpu/
DGrDrawTarget.cpp715 const SkRect* localRect, in onDrawRect() argument
723 set_vertex_attributes(this->drawState(), NULL != localRect); in onDrawRect()
733 if (NULL != localRect) { in onDrawRect()
736 coords->setRectFan(localRect->fLeft, localRect->fTop, in onDrawRect()
737 localRect->fRight, localRect->fBottom, in onDrawRect()
DGrDrawTarget.h376 const SkRect* localRect, in drawRect() argument
379 this->onDrawRect(rect, matrix, localRect, localMatrix); in drawRect()
906 const SkRect* localRect,
DGrInOrderDrawBuffer.cpp140 const SkRect* localRect, in onDrawRect() argument
151 NULL != localRect, in onDrawRect()
196 coords->setRectFan(localRect->fLeft, localRect->fTop, in onDrawRect()
197 localRect->fRight, localRect->fBottom, in onDrawRect()
DGrInOrderDrawBuffer.h152 const SkRect* localRect,
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollbar.cpp551 IntRect Scrollbar::convertToContainingView(const IntRect& localRect) const in convertToContainingView()
554 return m_scrollableArea->convertFromScrollbarToContainingView(this, localRect); in convertToContainingView()
556 return Widget::convertToContainingView(localRect); in convertToContainingView()
DScrollView.cpp1017 …w::convertFromScrollbarToContainingView(const Scrollbar* scrollbar, const IntRect& localRect) const in convertFromScrollbarToContainingView()
1020 IntRect newRect = localRect; in convertFromScrollbarToContainingView()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderImage.h97 …virtual bool foregroundIsKnownToBeOpaqueInRect(const LayoutRect& localRect, unsigned maxDepthToTes…
DRenderImage.cpp309 bool RenderImage::foregroundIsKnownToBeOpaqueInRect(const LayoutRect& localRect, unsigned) const in foregroundIsKnownToBeOpaqueInRect() argument
315 if (!contentBoxRect().contains(localRect)) in foregroundIsKnownToBeOpaqueInRect()
DRenderLayerScrollableArea.cpp1151 bool RenderLayerScrollableArea::overflowControlsIntersectRect(const IntRect& localRect) const in overflowControlsIntersectRect()
1155 if (rectForHorizontalScrollbar(borderBox).intersects(localRect)) in overflowControlsIntersectRect()
1158 if (rectForVerticalScrollbar(borderBox).intersects(localRect)) in overflowControlsIntersectRect()
1161 if (scrollCornerRect().intersects(localRect)) in overflowControlsIntersectRect()
1164 if (resizerCornerRect(borderBox, ResizerForPointer).intersects(localRect)) in overflowControlsIntersectRect()
DRenderView.h158 virtual bool backgroundIsKnownToBeOpaqueInRect(const LayoutRect& localRect) const OVERRIDE;
DRenderLayerScrollableArea.h213 bool overflowControlsIntersectRect(const IntRect& localRect) const;
DRenderBox.h86 virtual bool backgroundIsKnownToBeOpaqueInRect(const LayoutRect& localRect) const OVERRIDE;
635 …virtual bool foregroundIsKnownToBeOpaqueInRect(const LayoutRect& localRect, unsigned maxDepthToTes…
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp2836 IntRect FrameView::convertToContainingView(const IntRect& localRect) const in convertToContainingView()
2844 return localRect; in convertToContainingView()
2846 IntRect rect(localRect); in convertToContainingView()
2853 return Widget::convertToContainingView(localRect); in convertToContainingView()
2856 return localRect; in convertToContainingView()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp781 FloatRect localRect; in boundsInRootViewSpace() local
782 if (svgElement->getBoundingBox(localRect)) in boundsInRootViewSpace()
783 quads.append(renderer()->localToAbsoluteQuad(localRect)); in boundsInRootViewSpace()
826 FloatRect localRect; in getBoundingClientRect() local
827 if (svgElement->getBoundingBox(localRect)) in getBoundingClientRect()
828 quads.append(renderer()->localToAbsoluteQuad(localRect)); in getBoundingClientRect()
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DCanvasRenderingContext2D.cpp1729 bool CanvasRenderingContext2D::computeDirtyRect(const FloatRect& localRect, FloatRect* dirtyRect) in computeDirtyRect() argument
1734 return computeDirtyRect(localRect, clipBounds, dirtyRect); in computeDirtyRect()
1737 bool CanvasRenderingContext2D::computeDirtyRect(const FloatRect& localRect, const FloatRect& transf… in computeDirtyRect() argument
1739 FloatRect canvasRect = state().m_transform.mapRect(localRect); in computeDirtyRect()
/external/chromium_org/third_party/skia/include/gpu/
DGrContext.h500 const SkRect& localRect,

12