Searched refs:LengthTypeUnknown (Results 1 – 4 of 4) sorted by relevance
44 ASSERT(type >= LengthTypeUnknown && type <= LengthTypePC); in toSVGLengthType()69 case LengthTypeUnknown: in lengthTypeToString()105 return firstChar == '%' ? LengthTypePercentage : LengthTypeUnknown; in stringToLengthType()110 return LengthTypeUnknown; in stringToLengthType()129 return LengthTypeUnknown; in stringToLengthType()241 if (type == LengthTypeUnknown) in parseValueInternal()253 SVGLengthType type = LengthTypeUnknown; in setValueAsString()275 if (type == LengthTypeUnknown || type > LengthTypePC) { in newValueSpecifiedUnits()286 if (type == LengthTypeUnknown || type > LengthTypePC) { in convertToSpecifiedUnits()343 svgType = LengthTypeUnknown; in fromCSSPrimitiveValue()[all …]
46 SVG_LENGTHTYPE_UNKNOWN = LengthTypeUnknown,109 || fromType == LengthTypeUnknown in blend()110 || toType == LengthTypeUnknown in blend()
100 case LengthTypeUnknown: in convertValueToUserUnits()132 case LengthTypeUnknown: in convertValueFromUserUnits()
33 LengthTypeUnknown = 0, enumerator