Searched refs:LengthTypePC (Results 1 – 5 of 5) sorted by relevance
44 ASSERT(type >= LengthTypeUnknown && type <= LengthTypePC); in toSVGLengthType()116 if (unitType == LengthTypeUnknown || unitType > LengthTypePC) { in newValueSpecifiedUnits()132 if (unitType == LengthTypeUnknown || unitType > LengthTypePC) { in convertToSpecifiedUnits()
62 case LengthTypePC: in lengthTypeToString()92 type = LengthTypePC; in stringToLengthType()182 ASSERT(type != LengthTypeUnknown && type <= LengthTypePC); in setUnitType()249 ASSERT(type != LengthTypeUnknown && type <= LengthTypePC); in convertToSpecifiedUnits()299 svgType = LengthTypePC; in fromCSSPrimitiveValue()350 case LengthTypePC: in toCSSPrimitiveValue()
54 SVG_LENGTHTYPE_PC = LengthTypePC
133 case LengthTypePC: in convertValueToUserUnits()165 case LengthTypePC: in convertValueFromUserUnits()
43 LengthTypePC enumerator