Home
last modified time | relevance | path

Searched refs:absoluteQuads (Results 1 – 25 of 28) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGHiddenContainer.cpp45 void RenderSVGHiddenContainer::absoluteQuads(Vector<FloatQuad>&, bool*) const in absoluteQuads() function in WebCore::RenderSVGHiddenContainer
DRenderSVGHiddenContainer.h46 virtual void absoluteQuads(Vector<FloatQuad>&, bool* wasFixed) const OVERRIDE FINAL;
DRenderSVGModelObject.h58 virtual void absoluteQuads(Vector<FloatQuad>&, bool* wasFixed) const OVERRIDE;
DRenderSVGInline.h52 virtual void absoluteQuads(Vector<FloatQuad>&, bool* wasFixed) const OVERRIDE FINAL;
DRenderSVGText.h69 virtual void absoluteQuads(Vector<FloatQuad>&, bool* wasFixed) const OVERRIDE;
DRenderSVGModelObject.cpp80 void RenderSVGModelObject::absoluteQuads(Vector<FloatQuad>& quads, bool* wasFixed) const in absoluteQuads() function in WebCore::RenderSVGModelObject
DRenderSVGInline.cpp108 void RenderSVGInline::absoluteQuads(Vector<FloatQuad>& quads, bool* wasFixed) const in absoluteQuads() function in WebCore::RenderSVGInline
DRenderSVGText.cpp466 void RenderSVGText::absoluteQuads(Vector<FloatQuad>& quads, bool* wasFixed) const in absoluteQuads() function in WebCore::RenderSVGText
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderText.h68 virtual void absoluteQuads(Vector<FloatQuad>&, bool* wasFixed) const OVERRIDE FINAL;
72 void absoluteQuads(Vector<FloatQuad>&, bool* wasFixed = 0, ClippingOption = NoClipping) const;
DRenderView.h97 virtual void absoluteQuads(Vector<FloatQuad>&, bool* wasFixed) const OVERRIDE;
DRenderInline.h60 virtual void absoluteQuads(Vector<FloatQuad>&, bool* wasFixed) const OVERRIDE;
DRenderText.cpp413 void RenderText::absoluteQuads(Vector<FloatQuad>& quads, bool* wasFixed, ClippingOption option) con… in absoluteQuads() function in WebCore::RenderText
431 void RenderText::absoluteQuads(Vector<FloatQuad>& quads, bool* wasFixed) const in absoluteQuads() function in WebCore::RenderText
433 absoluteQuads(quads, wasFixed, NoClipping); in absoluteQuads()
DRenderBlock.h430 virtual void absoluteQuads(Vector<FloatQuad>&, bool* wasFixed) const OVERRIDE;
DRenderInline.cpp677 void RenderInline::absoluteQuads(Vector<FloatQuad>& quads, bool* wasFixed) const in absoluteQuads() function in WebCore::RenderInline
683 continuation()->absoluteQuads(quads, wasFixed); in absoluteQuads()
DRenderView.cpp542 void RenderView::absoluteQuads(Vector<FloatQuad>& quads, bool* wasFixed) const in absoluteQuads() function in WebCore::RenderView
DRenderBox.h331 virtual void absoluteQuads(Vector<FloatQuad>&, bool* wasFixed) const OVERRIDE;
DRenderObject.h755 virtual void absoluteQuads(Vector<FloatQuad>&, bool* /*wasFixed*/ = 0) const { }
/external/chromium_org/third_party/WebKit/Source/web/
DLinkHighlight.cpp201 renderer->absoluteQuads(outQuads); in computeQuads()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorTraceEvents.cpp87 rootForThisLayout->absoluteQuads(quads); in endData()
DInspectorOverlay.cpp162 renderer->absoluteQuads(quads); in buildNodeQuads()
DInspectorTimelineAgent.cpp499 root->absoluteQuads(quads); in didLayout()
/external/chromium_org/third_party/WebKit/Source/core/page/
DTouchAdjustment.cpp151 node->renderer()->absoluteQuads(quads); in appendBasicSubtargetsForNode()
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXRenderObject.cpp2290 toRenderText(obj)->absoluteQuads(quads, 0, RenderText::ClipToEllipsis); in computeElementRect()
2292 obj->absoluteQuads(quads); in computeElementRect()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp807 renderBoxModelObject()->absoluteQuads(quads); in boundsInRootViewSpace()
833 renderBoxModelObject->absoluteQuads(quads); in getClientRects()
852 renderBoxModelObject()->absoluteQuads(quads); in getBoundingClientRect()
DRange.cpp1636 renderBoxModelObject->absoluteQuads(elementQuads); in getBorderAndTextQuads()

12