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

  /external/webkit/WebCore/svg/
SVGAngle.cpp 41 SVGAngle::SVGAngleType SVGAngle::unitType() const
120 void SVGAngle::newValueSpecifiedUnits(unsigned short unitType, float valueInSpecifiedUnits)
122 m_unitType = (SVGAngleType)unitType;
127 void SVGAngle::convertToSpecifiedUnits(unsigned short unitType)
129 if (m_unitType == unitType)
132 if (m_unitType == SVG_ANGLETYPE_DEG && unitType == SVG_ANGLETYPE_RAD)
134 else if (m_unitType == SVG_ANGLETYPE_GRAD && unitType == SVG_ANGLETYPE_RAD)
136 else if (m_unitType == SVG_ANGLETYPE_DEG && unitType == SVG_ANGLETYPE_GRAD)
138 else if (m_unitType == SVG_ANGLETYPE_RAD && unitType == SVG_ANGLETYPE_GRAD)
140 else if (m_unitType == SVG_ANGLETYPE_RAD && unitType == SVG_ANGLETYPE_DEG
    [all...]
SVGLength.cpp 121 SVGLengthType SVGLength::unitType() const
  /external/webkit/WebCore/css/
CSSParser.cpp     [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 38 milliseconds