Home
last modified time | relevance | path

Searched refs:LengthTypeEXS (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGLength.h50 SVG_LENGTHTYPE_EXS = LengthTypeEXS,
92 return type == LengthTypePercentage || type == LengthTypeEMS || type == LengthTypeEXS; in isRelative()
113 …om.isZero() && !isZero() && (fromType == LengthTypeEMS || fromType == LengthTypeEXS) && fromType !… in blend()
128 …== toType || from.isZero() || isZero() || fromType == LengthTypeEMS || fromType == LengthTypeEXS) { in blend()
DSVGLength.cpp76 case LengthTypeEXS: in lengthTypeToString()
115 return LengthTypeEXS; in stringToLengthType()
321 svgType = LengthTypeEXS; in fromCSSPrimitiveValue()
374 case LengthTypeEXS: in toCSSPrimitiveValue()
DSVGLengthContext.cpp111 case LengthTypeEXS: in convertValueToUserUnits()
141 case LengthTypeEXS: in convertValueFromUserUnits()
DSVGLengthContext.h37 LengthTypeEXS, enumerator