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

  /external/webkit/Source/WebCore/bindings/js/
JSSVGLengthCustom.cpp 83 unsigned short unitType = exec->argument(0).toUInt32(exec);
88 podImp.convertToSpecifiedUnits(unitType, impl()->contextElement(), ec);
  /external/webkit/Source/WebCore/svg/
SVGAngle.cpp 146 SVGAngleType unitType = stringToAngleType(ptr, end);
147 if (unitType == SVG_ANGLETYPE_UNKNOWN) {
152 m_unitType = unitType;
156 void SVGAngle::newValueSpecifiedUnits(unsigned short unitType, float valueInSpecifiedUnits, ExceptionCode& ec)
158 if (unitType == SVG_ANGLETYPE_UNKNOWN || unitType > SVG_ANGLETYPE_GRAD) {
163 if (unitType != m_unitType)
164 m_unitType = static_cast<SVGAngleType>(unitType);
169 void SVGAngle::convertToSpecifiedUnits(unsigned short unitType, ExceptionCode& ec)
171 if (unitType == SVG_ANGLETYPE_UNKNOWN || m_unitType == SVG_ANGLETYPE_UNKNOWN || unitType > SVG_ANGLETYPE_GRAD)
    [all...]
SVGAngle.h 43 SVGAngleType unitType() const { return m_unitType; }
54 void newValueSpecifiedUnits(unsigned short unitType, float valueInSpecifiedUnits, ExceptionCode&);
55 void convertToSpecifiedUnits(unsigned short unitType, ExceptionCode&);
SVGLength.cpp 150 SVGLengthType SVGLength::unitType() const
520 switch (length.unitType()) {
  /external/webkit/Source/WebCore/css/
CSSGradientValue.cpp 417 unsigned short unitType = stop.m_position->primitiveType();
418 if (unitType == CSSPrimitiveValue::CSS_EMS || unitType == CSSPrimitiveValue::CSS_EXS || unitType == CSSPrimitiveValue::CSS_REMS)
    [all...]
CSSParser.cpp     [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 152 milliseconds