OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SVGLengthMode
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLengthList.h
33
void parse(const String& value,
SVGLengthMode
);
38
void parseInternal(const CharType*& ptr, const CharType* end,
SVGLengthMode
);
SVGLengthContext.h
46
enum
SVGLengthMode
{
66
float convertValueToUserUnits(float,
SVGLengthMode
, SVGLengthType fromUnit, ExceptionState&) const;
67
float convertValueFromUserUnits(float,
SVGLengthMode
, SVGLengthType toUnit, ExceptionState&) const;
74
float convertValueFromUserUnitsToPercentage(float value,
SVGLengthMode
, ExceptionState&) const;
75
float convertValueFromPercentageToUserUnits(float value,
SVGLengthMode
, ExceptionState&) const;
SVGLength.h
59
SVGLength(
SVGLengthMode
= LengthModeOther, const String& valueAsString = String());
60
SVGLength(const SVGLengthContext&, float,
SVGLengthMode
= LengthModeOther, SVGLengthType = LengthTypeNumber);
64
SVGLengthMode
unitMode() const;
69
static SVGLength construct(
SVGLengthMode
, const String&, SVGParsingError&, SVGLengthNegativeValuesMode = AllowNegativeLengths);
74
void setValue(const SVGLengthContext&, float,
SVGLengthMode
, SVGLengthType, ExceptionState&);
83
void setValueAsString(const String&,
SVGLengthMode
, ExceptionState&);
102
static
SVGLengthMode
lengthModeForAnimatedLengthAttribute(const QualifiedName&);
SVGLengthList.cpp
31
void SVGLengthList::parseInternal(const CharType*& ptr, const CharType* end,
SVGLengthMode
mode)
54
void SVGLengthList::parse(const String& value,
SVGLengthMode
mode)
SVGLength.cpp
36
static inline
SVGLengthMode
toSVGLengthMode(unsigned short mode)
39
return static_cast<
SVGLengthMode
>(mode);
48
static inline unsigned int storeUnit(
SVGLengthMode
mode, SVGLengthType type)
53
static inline
SVGLengthMode
extractMode(unsigned int unit)
132
SVGLength::SVGLength(
SVGLengthMode
mode, const String& valueAsString)
139
SVGLength::SVGLength(const SVGLengthContext& context, float value,
SVGLengthMode
mode, SVGLengthType unitType)
152
void SVGLength::setValueAsString(const String& valueAsString,
SVGLengthMode
mode, ExceptionState& exceptionState)
170
SVGLength SVGLength::construct(
SVGLengthMode
mode, const String& valueAsString, SVGParsingError& parseError, SVGLengthNegativeValuesMode negativeValuesMode)
190
SVGLengthMode
SVGLength::unitMode() const
205
void SVGLength::setValue(const SVGLengthContext& context, float value,
SVGLengthMode
mode, SVGLengthType unitType, ExceptionState& exceptionState
[
all
...]
SVGAnimatedLength.h
57
SVGLengthMode
m_lengthMode;
SVGAnimatedLengthList.h
57
SVGLengthMode
m_lengthMode;
SVGLengthContext.cpp
89
float SVGLengthContext::convertValueToUserUnits(float value,
SVGLengthMode
mode, SVGLengthType fromUnit, ExceptionState& exceptionState) const
129
float SVGLengthContext::convertValueFromUserUnits(float value,
SVGLengthMode
mode, SVGLengthType toUnit, ExceptionState& exceptionState) const
161
float SVGLengthContext::convertValueFromUserUnitsToPercentage(float value,
SVGLengthMode
mode, ExceptionState& exceptionState) const
182
float SVGLengthContext::convertValueFromPercentageToUserUnits(float value,
SVGLengthMode
mode, ExceptionState& exceptionState) const
SVGAnimatedLength.cpp
35
static inline SVGLength& sharedSVGLength(
SVGLengthMode
mode, const String& valueAsString)
115
SVGLengthMode
lengthMode = SVGLength::lengthModeForAnimatedLengthAttribute(m_animationElement->attributeName());
Completed in 3118 milliseconds