HomeSort by relevance Sort by last modified time
    Searched defs:unitType (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAngle.cpp 138 static bool parseValue(const String& value, float& valueInSpecifiedUnits, SVGAngle::SVGAngleType& unitType)
146 unitType = stringToAngleType(ptr, end);
147 if (unitType == SVGAngle::SVG_ANGLETYPE_UNKNOWN)
161 SVGAngleType unitType = SVG_ANGLETYPE_UNKNOWN;
163 bool success = value.is8Bit() ? parseValue<LChar>(value, valueInSpecifiedUnits, unitType)
164 : parseValue<UChar>(value, valueInSpecifiedUnits, unitType);
170 m_unitType = unitType;
174 void SVGAngle::newValueSpecifiedUnits(unsigned short unitType, float valueInSpecifiedUnits, ExceptionState& es)
176 if (unitType == SVG_ANGLETYPE_UNKNOWN || unitType > SVG_ANGLETYPE_GRAD)
    [all...]
SVGAngle.h 44 SVGAngleType unitType() const { return m_unitType; }
55 void newValueSpecifiedUnits(unsigned short unitType, float valueInSpecifiedUnits, ExceptionState&);
56 void convertToSpecifiedUnits(unsigned short unitType, ExceptionState&);
SVGAnimatedLength.cpp 105 SVGLengthType unitType = percentage < 0.5 ? fromSVGLength.unitType() : toSVGLength.unitType();
108 animatedSVGLength.setValue(lengthContext, animatedNumber, m_lengthMode, unitType, ASSERT_NO_EXCEPTION);
SVGAnimatedLengthList.cpp 115 SVGLengthType unitType = toLengthList[i].unitType();
119 unitType = fromLengthList[i].unitType();
125 animatedLengthList[i].setValue(lengthContext, animatedNumber, m_lengthMode, unitType, ASSERT_NO_EXCEPTION);
SVGLength.cpp 128 SVGLength::SVGLength(const SVGLengthContext& context, float value, SVGLengthMode mode, SVGLengthType unitType)
130 , m_unit(storeUnit(mode, unitType))
174 SVGLengthType SVGLength::unitType() const
194 void SVGLength::setValue(const SVGLengthContext& context, float value, SVGLengthMode mode, SVGLengthType unitType, ExceptionState& es)
196 m_unit = storeUnit(mode, unitType);
351 switch (length.unitType()) {
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 519 milliseconds