OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currentTranslate
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGDocument.cpp
85
m_translate = FloatPoint(start.x() - svg->
currentTranslate
().x(), start.y() - svg->
currentTranslate
().y());
SVGSVGElement.idl
40
readonly attribute SVGPoint
currentTranslate
;
SVGSVGElement.h
87
SVGPoint&
currentTranslate
() { return m_translation; }
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot.cpp
333
SVGPoint translate = svg->
currentTranslate
();
Completed in 1551 milliseconds