Home
last modified time | relevance | path

Searched refs:NearestViewportScope (Results 1 – 5 of 5) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/svg/
H A DSVGStyledLocatableElement.cpp54 return SVGLocatable::computeCTM(this, SVGLocatable::NearestViewportScope, styleUpdateStrategy); in getCTM()
H A DSVGLocatable.h53 NearestViewportScope, // Used for getCTM() enumerator
H A DSVGStyledTransformableElement.cpp48 return SVGLocatable::computeCTM(this, SVGLocatable::NearestViewportScope, styleUpdateStrategy); in getCTM()
H A DSVGLocatable.cpp88 SVGElement* stopAtElement = mode == NearestViewportScope ? nearestViewportElement(element) : 0; in computeCTM()
H A DSVGTextElement.cpp80 return SVGLocatable::computeCTM(this, SVGLocatable::NearestViewportScope, styleUpdateStrategy); in getCTM()