HomeSort by relevance Sort by last modified time
    Searched refs:m_unitType (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/svg/
SVGAngle.cpp 34 : m_unitType(SVG_ANGLETYPE_UNSPECIFIED)
41 switch (m_unitType) {
58 switch (m_unitType) {
114 switch (m_unitType) {
133 m_unitType = SVG_ANGLETYPE_UNSPECIFIED;
152 m_unitType = unitType;
163 if (unitType != m_unitType)
164 m_unitType = static_cast<SVGAngleType>(unitType);
171 if (unitType == SVG_ANGLETYPE_UNKNOWN || m_unitType == SVG_ANGLETYPE_UNKNOWN || unitType > SVG_ANGLETYPE_GRAD) {
176 if (unitType == m_unitType)
    [all...]
SVGAngle.h 43 SVGAngleType unitType() const { return m_unitType; }
58 SVGAngleType m_unitType;

Completed in 4824 milliseconds