Home
last modified time | relevance | path

Searched refs:wxIsNullDouble (Results 1 – 25 of 67) sorted by relevance

123

/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/common/
H A Dmatrix.cpp131 if ( wxIsNullDouble(det) ) in Invert()
201 else if ( !wxIsNullDouble(xc) || !wxIsNullDouble(yc) ) in Scale()
326 else if ( !wxIsNullDouble(x) || !wxIsNullDouble(y) ) in Rotate()
407 if ( wxIsNullDouble(z) ) in InverseTransformPoint()
H A Dgeometry.cpp208 if ( wxIsNullDouble(m_x) ) in GetVectorAngle()
215 if ( wxIsNullDouble(m_y) ) in GetVectorAngle()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/common/
H A Dmatrix.cpp131 if ( wxIsNullDouble(det) ) in Invert()
201 else if ( !wxIsNullDouble(xc) || !wxIsNullDouble(yc) ) in Scale()
326 else if ( !wxIsNullDouble(x) || !wxIsNullDouble(y) ) in Rotate()
407 if ( wxIsNullDouble(z) ) in InverseTransformPoint()
H A Dgeometry.cpp208 if ( wxIsNullDouble(m_x) ) in GetVectorAngle()
215 if ( wxIsNullDouble(m_y) ) in GetVectorAngle()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/common/
H A Dmatrix.cpp131 if ( wxIsNullDouble(det) ) in Invert()
201 else if ( !wxIsNullDouble(xc) || !wxIsNullDouble(yc) ) in Scale()
326 else if ( !wxIsNullDouble(x) || !wxIsNullDouble(y) ) in Rotate()
407 if ( wxIsNullDouble(z) ) in InverseTransformPoint()
H A Dgeometry.cpp208 if ( wxIsNullDouble(m_x) ) in GetVectorAngle()
215 if ( wxIsNullDouble(m_y) ) in GetVectorAngle()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Dmatrix.cpp129 if ( wxIsNullDouble(det) ) in Invert()
199 else if ( !wxIsNullDouble(xc) || !wxIsNullDouble(yc) ) in Scale()
324 else if ( !wxIsNullDouble(x) || !wxIsNullDouble(y) ) in Rotate()
405 if ( wxIsNullDouble(z) ) in InverseTransformPoint()
H A Dgeometry.cpp195 if ( wxIsNullDouble(m_x) ) in GetVectorAngle()
202 if ( wxIsNullDouble(m_y) ) in GetVectorAngle()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/common/
H A Dmatrix.cpp131 if ( wxIsNullDouble(det) ) in Invert()
201 else if ( !wxIsNullDouble(xc) || !wxIsNullDouble(yc) ) in Scale()
326 else if ( !wxIsNullDouble(x) || !wxIsNullDouble(y) ) in Rotate()
407 if ( wxIsNullDouble(z) ) in InverseTransformPoint()
H A Dgeometry.cpp208 if ( wxIsNullDouble(m_x) ) in GetVectorAngle()
215 if ( wxIsNullDouble(m_y) ) in GetVectorAngle()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Dmatrix.cpp130 if ( wxIsNullDouble(det) ) in Invert()
200 else if ( !wxIsNullDouble(xc) || !wxIsNullDouble(yc) ) in Scale()
325 else if ( !wxIsNullDouble(x) || !wxIsNullDouble(y) ) in Rotate()
406 if ( wxIsNullDouble(z) ) in InverseTransformPoint()
H A Dgeometry.cpp207 if ( wxIsNullDouble(m_x) ) in GetVectorAngle()
214 if ( wxIsNullDouble(m_y) ) in GetVectorAngle()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/
H A Dmatrix.cpp130 if ( wxIsNullDouble(det) ) in Invert()
200 else if ( !wxIsNullDouble(xc) || !wxIsNullDouble(yc) ) in Scale()
325 else if ( !wxIsNullDouble(x) || !wxIsNullDouble(y) ) in Rotate()
406 if ( wxIsNullDouble(z) ) in InverseTransformPoint()
H A Dgeometry.cpp207 if ( wxIsNullDouble(m_x) ) in GetVectorAngle()
214 if ( wxIsNullDouble(m_y) ) in GetVectorAngle()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/interface/wx/
H A Dmath.h61 bool wxIsNullDouble(double x);
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/interface/wx/
H A Dmath.h61 bool wxIsNullDouble(double x);
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/interface/wx/
H A Dmath.h116 bool wxIsNullDouble(double x);
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/
H A Dmath.h106 inline bool wxIsNullDouble(double x) { return wxIsSameDouble(x, 0.); } in wxIsNullDouble() function
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/
H A Dmath.h106 inline bool wxIsNullDouble(double x) { return wxIsSameDouble(x, 0.); } in wxIsNullDouble() function
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/
H A Dmath.h106 inline bool wxIsNullDouble(double x) { return wxIsSameDouble(x, 0.); } in wxIsNullDouble() function
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/
H A Dmath.h106 inline bool wxIsNullDouble(double x) { return wxIsSameDouble(x, 0.); } in wxIsNullDouble() function
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/
H A Dmath.h146 inline bool wxIsNullDouble(double x) { return wxIsSameDouble(x, 0.); } in wxIsNullDouble() function
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/
H A Dmath.h146 inline bool wxIsNullDouble(double x) { return wxIsSameDouble(x, 0.); } in wxIsNullDouble() function
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/gtk1/
H A Dscrolwin.cpp105 if ( !wxIsNullDouble(adj->value) && in DoAdjustScrollbar()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/gtk1/
H A Dscrolwin.cpp105 if ( !wxIsNullDouble(adj->value) && in DoAdjustScrollbar()

123