Searched refs:computeCTM (Results 1 – 8 of 8) sorted by relevance
/external/webkit/Source/WebCore/svg/ |
D | SVGStyledLocatableElement.cpp | 54 return SVGLocatable::computeCTM(this, SVGLocatable::NearestViewportScope, styleUpdateStrategy); in getCTM() 59 return SVGLocatable::computeCTM(this, SVGLocatable::ScreenScope, styleUpdateStrategy); in getScreenCTM()
|
D | SVGStyledTransformableElement.cpp | 48 return SVGLocatable::computeCTM(this, SVGLocatable::NearestViewportScope, styleUpdateStrategy); in getCTM() 53 return SVGLocatable::computeCTM(this, SVGLocatable::ScreenScope, styleUpdateStrategy); in getScreenCTM()
|
D | SVGTextElement.cpp | 80 return SVGLocatable::computeCTM(this, SVGLocatable::NearestViewportScope, styleUpdateStrategy); in getCTM() 85 return SVGLocatable::computeCTM(this, SVGLocatable::ScreenScope, styleUpdateStrategy); in getScreenCTM()
|
D | SVGLocatable.h | 61 static AffineTransform computeCTM(const SVGElement*, CTMScope, StyleUpdateStrategy);
|
D | SVGLocatable.cpp | 80 AffineTransform SVGLocatable::computeCTM(const SVGElement* element, CTMScope mode, StyleUpdateStrat… in computeCTM() function in WebCore::SVGLocatable
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2011-02-16 | 23029 (WebCore::SVGLocatable::computeCTM): 45166 (WebCore::SVGLocatable::computeCTM): Ditto.
|
D | ChangeLog-2010-12-06 | 75427 (WebCore::SVGLocatable::computeCTM): 125831 (WebCore::SVGLocatable::computeCTM): 126037 (WebCore::SVGLocatable::computeCTM): 126112 (WebCore::SVGLocatable::computeCTM):
|
D | ChangeLog-2010-05-24 | 28357 (WebCore::SVGLocatable::computeCTM):
|