Searched refs:SVGExceptionOffset (Results 1 – 3 of 3) sorted by relevance
38 static const int SVGExceptionOffset = 300; variable42 SVG_WRONG_TYPE_ERR = SVGExceptionOffset,43 SVG_INVALID_VALUE_ERR = SVGExceptionOffset + 1,44 SVG_MATRIX_NOT_INVERTABLE = SVGExceptionOffset + 2
141 } else if (code >= SVGException::SVGExceptionOffset && code <= SVGException::SVGExceptionMax) { in getExceptionCodeDescription()144 code -= SVGException::SVGExceptionOffset; in getExceptionCodeDescription()
27403 extensions (Range, XPath, etc.) by adding SVGExceptionOffset