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

/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGLength.h51 SVG_LENGTHTYPE_EXS = LengthTypeEXS,
93 return type == LengthTypePercentage || type == LengthTypeEMS || type == LengthTypeEXS;
114 || (!from.isZero() && !isZero() && (fromType == LengthTypeEMS || fromType == LengthTypeEXS) && fromType != toType))
129 if (fromType == toType || from.isZero() || isZero() || fromType == LengthTypeEMS || fromType == LengthTypeEXS) {
H A DSVGLength.cpp69 case LengthTypeEXS:
107 return LengthTypeEXS;
301 svgType = LengthTypeEXS;
354 case LengthTypeEXS:
H A DSVGLengthContext.h39 LengthTypeEXS, enumerator in enum:WebCore::SVGLengthType
H A DSVGLengthContext.cpp113 case LengthTypeEXS:
143 case LengthTypeEXS:

Completed in 69 milliseconds