OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SVGTransform
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTransform.cpp
22
#include "core/svg/
SVGTransform
.h"
31
SVGTransform
::
SVGTransform
()
37
SVGTransform
::
SVGTransform
(SVGTransformType type, ConstructionMode mode)
45
SVGTransform
::
SVGTransform
(const AffineTransform& matrix)
52
void
SVGTransform
::setMatrix(const AffineTransform& matrix)
59
void
SVGTransform
::updateSVGMatrix()
62
// Spec: In case the matrix object is changed directly (i.e., without using the methods on the
SVGTransform
interface itself
[
all
...]
SVGTransform.h
32
class
SVGTransform
{
49
SVGTransform
();
50
SVGTransform
(SVGTransformType, ConstructionMode = ConstructIdentityTransform);
51
explicit
SVGTransform
(const AffineTransform&);
79
friend bool operator==(const
SVGTransform
& a, const
SVGTransform
& b);
87
inline bool operator==(const
SVGTransform
& a, const
SVGTransform
& b)
92
inline bool operator!=(const
SVGTransform
& a, const
SVGTransform
& b
[
all
...]
Completed in 235 milliseconds