Searched defs:boundingBox (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderInline.h153 IntRect boundingBox = linesBoundingBox(); variable
H A DHitTestLocation.h68 IntRect boundingBox() const { return m_boundingBox; } function in class:WebCore::HitTestLocation
H A DRenderTextLineBoxes.cpp148 IntRect RenderTextLineBoxes::boundingBox(const RenderText& renderer) const function in class:WebCore::RenderTextLineBoxes
H A DRenderNamedFlowThread.cpp663 LayoutRect boundingBox; local
H A DRenderView.cpp1231 IntRect boundingBox = forRenderer->borderBoundingBox(); local
H A DRenderLayer.h320 LayoutRect boundingBox; member in struct:WebCore::LayerFragment
H A DRenderBox.cpp3164 LayoutRect boundingBox = flow->linesBoundingBox(); local
/macosx-10.10/WebCore-7600.1.25/platform/graphics/win/
H A DSimpleFontDataCGWin.cpp116 FloatRect boundingBox = CGRectApplyAffineTransform(box, CGAffineTransformMakeScale(scale, -scale)); local
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebElementPropertyBag.cpp148 IntRect boundingBox = m_result->innerNonSharedNode() && m_result->innerNonSharedNode()->renderer() ? local
H A DDOMCoreClasses.cpp986 HRESULT STDMETHODCALLTYPE DOMElement::boundingBox( function in class:DOMElement
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFloatPolygon.h57 FloatRect boundingBox() const { return m_boundingBox; } function in class:WebCore::FloatPolygon
H A DFloatQuad.cpp82 FloatRect FloatQuad::boundingBox() const function in class:WebCore::FloatQuad
/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DBasicShapes.cpp106 void BasicShapeCircle::path(Path& path, const FloatRect& boundingBox) argument
145 void BasicShapeEllipse::path(Path& path, const FloatRect& boundingBox) argument
182 path(Path& path, const FloatRect& boundingBox) argument
223 floatSizeForLengthSize(const LengthSize& lengthSize, const FloatRect& boundingBox) argument
229 path(Path& path, const FloatRect& boundingBox) argument
[all...]
H A DRenderStyle.cpp979 void RenderStyle::applyTransform(TransformationMatrix& transform, const FloatRect& boundingBox, ApplyTransformOrigin applyOrigin) const argument
/macosx-10.10/WebCore-7600.1.25/rendering/svg/
H A DRenderSVGInlineText.cpp142 FloatRect boundingBox; local
H A DSVGRenderingContext.cpp356 FloatRect boundingBox = m_renderer->objectBoundingBox(); local
/macosx-10.10/WebCore-7600.1.25/dom/
H A DContainerNode.cpp916 LayoutRect ContainerNode::boundingBox() const function in class:WebCore::ContainerNode
H A DRange.cpp1596 IntRect Range::boundingBox() const function in class:WebCore::Range
H A DNode.cpp620 LayoutRect Node::boundingBox() const function in class:WebCore::Node
/macosx-10.10/WebCore-7600.1.25/html/shadow/
H A DSliderThumbElement.cpp446 IntRect boundingBox = renderer()->absoluteBoundingBoxRect(); local
/macosx-10.10/WebCore-7600.1.25/editing/
H A DAlternativeTextController.cpp200 FloatRect boundingBox = rootViewRectForRange(rangeToReplace.get()); local
346 FloatRect boundingBox = rootViewRectForRange(m_alternativeTextInfo.rangeWithAlternative.get()); local
367 FloatRect boundingBox = rootViewRectForRange(m_alternativeTextInfo.rangeWithAlternative.get()); local
[all...]
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorOverlay.cpp674 IntRect boundingBox = pixelSnappedIntRect(containingView->contentsToRootView(renderer->absoluteBoundingBoxRect())); local
/macosx-10.10/WebCore-7600.1.25/accessibility/
H A DAccessibilityNodeObject.cpp250 LayoutRect boundingBox; local
H A DAccessibilityRenderObject.cpp1948 LayoutRect boundingBox = dataRange->boundingBox(); local
/macosx-10.10/WebCore-7600.1.25/testing/
H A DInternals.cpp696 PassRefPtr<ClientRect> Internals::boundingBox(Element* element, ExceptionCode& ec) function in class:WebCore::Internals

Completed in 381 milliseconds

12