Searched refs:LengthTypeUnknown (Results 1 – 5 of 5) sorted by relevance
43 case LengthTypeUnknown: in lengthTypeToString()76 SVGLengthType type = LengthTypeUnknown; in stringToLengthType()112 return LengthTypeUnknown; in stringToLengthType()182 ASSERT(type != LengthTypeUnknown && type <= LengthTypePC); in setUnitType()206 if (type == LengthTypeUnknown) in parseValueInternal()221 SVGLengthType type = LengthTypeUnknown; in setValueAsString()249 ASSERT(type != LengthTypeUnknown && type <= LengthTypePC); in convertToSpecifiedUnits()303 svgType = LengthTypeUnknown; in fromCSSPrimitiveValue()307 if (svgType == LengthTypeUnknown) in fromCSSPrimitiveValue()321 case LengthTypeUnknown: in toCSSPrimitiveValue()[all …]
44 ASSERT(type >= LengthTypeUnknown && type <= LengthTypePC); in toSVGLengthType()116 if (unitType == LengthTypeUnknown || unitType > LengthTypePC) { in newValueSpecifiedUnits()132 if (unitType == LengthTypeUnknown || unitType > LengthTypePC) { in convertToSpecifiedUnits()
44 SVG_LENGTHTYPE_UNKNOWN = LengthTypeUnknown,
112 case LengthTypeUnknown: in convertValueToUserUnits()144 case LengthTypeUnknown: in convertValueFromUserUnits()
33 LengthTypeUnknown = 0, enumerator