OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createSVGTransformFromMatrix
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTransformList.h
34
SVGTransform
createSVGTransformFromMatrix
(const SVGMatrix&) const;
SVGTransformList.cpp
32
SVGTransform SVGTransformList::
createSVGTransformFromMatrix
(const SVGMatrix& matrix) const
34
return SVGSVGElement::
createSVGTransformFromMatrix
(matrix);
SVGTransformList.idl
38
[StrictTypeChecking, RaisesException] SVGTransform
createSVGTransformFromMatrix
(SVGMatrix matrix);
SVGSVGElement.idl
68
SVGTransform
createSVGTransformFromMatrix
([Default=Undefined] optional SVGMatrix matrix);
SVGSVGElement.h
119
static SVGTransform
createSVGTransformFromMatrix
(const SVGMatrix&);
SVGSVGElement.cpp
416
SVGTransform SVGSVGElement::
createSVGTransformFromMatrix
(const SVGMatrix& matrix)
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGTransformListPropertyTearOff.h
42
PassRefPtr<SVGPropertyTearOff<SVGTransform> >
createSVGTransformFromMatrix
(SVGPropertyTearOff<SVGMatrix>* matrix, ExceptionState& es)
49
return SVGPropertyTearOff<SVGTransform>::create(m_values->
createSVGTransformFromMatrix
(matrix->propertyReference()));
Completed in 68 milliseconds