OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SVGTransformType
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimateTransformElement.h
37
SVGTransform::
SVGTransformType
transformType() const { return m_type; }
47
SVGTransform::
SVGTransformType
m_type;
SVGTransformDistance.h
43
SVGTransformDistance(SVGTransform::
SVGTransformType
, float angle, float cx, float cy, const AffineTransform&);
45
SVGTransform::
SVGTransformType
m_type;
SVGTransform.h
34
enum
SVGTransformType
{
50
SVGTransform(
SVGTransformType
, ConstructionMode = ConstructIdentityTransform);
53
SVGTransformType
type() const { return m_type; }
76
static const String& transformTypePrefixForParsing(
SVGTransformType
);
81
SVGTransformType
m_type;
SVGTransform.cpp
37
SVGTransform::SVGTransform(
SVGTransformType
type, ConstructionMode mode)
128
const String& SVGTransform::transformTypePrefixForParsing(
SVGTransformType
type)
SVGParserUtilities.h
102
SVGTransform::
SVGTransformType
parseTransformType(const String&);
SVGTransformDistance.cpp
38
SVGTransformDistance::SVGTransformDistance(SVGTransform::
SVGTransformType
type, float angle, float cx, float cy, const AffineTransform& transform)
SVGParserUtilities.cpp
617
// These should be kept in sync with enum
SVGTransformType
709
SVGTransform::
SVGTransformType
parseTransformType(const String& string)
723
return static_cast<SVGTransform::
SVGTransformType
>(type);
Completed in 31 milliseconds