Home
last modified time | relevance | path

Searched refs:CONTROL_POINT_ENDPOINT_FROM (Results 1 – 25 of 31) sorted by relevance

12

/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/ogl/
H A Dlines.cpp1257 CONTROL_POINT_ENDPOINT_FROM); in MakeControlPoints()
1721 if (lpt->m_type == CONTROL_POINT_ENDPOINT_FROM || lpt->m_type == CONTROL_POINT_ENDPOINT_TO) in OnSizingDragLeft()
1781 if (lpt->m_type == CONTROL_POINT_ENDPOINT_FROM || lpt->m_type == CONTROL_POINT_ENDPOINT_TO) in OnSizingBeginDragLeft()
1820 if (lpt->m_type == CONTROL_POINT_ENDPOINT_FROM) in OnSizingEndDragLeft()
1888 if (m_type == CONTROL_POINT_ENDPOINT_FROM || m_type == CONTROL_POINT_ENDPOINT_TO)
1898 if (m_type == CONTROL_POINT_ENDPOINT_FROM || m_type == CONTROL_POINT_ENDPOINT_TO)
1901 if (m_type == CONTROL_POINT_ENDPOINT_FROM)
1922 if (m_type == CONTROL_POINT_ENDPOINT_FROM)
H A Dcanvas.cpp32 #define CONTROL_POINT_ENDPOINT_FROM 5 macro
H A Dbasic2.cpp30 #define CONTROL_POINT_ENDPOINT_FROM 5 macro
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/src/ogl/
H A Dlines.cpp1310 CONTROL_POINT_ENDPOINT_FROM); in MakeControlPoints()
1757 if (lpt->m_type == CONTROL_POINT_ENDPOINT_FROM || lpt->m_type == CONTROL_POINT_ENDPOINT_TO) in OnSizingDragLeft()
1805 if (lpt->m_type == CONTROL_POINT_ENDPOINT_FROM || lpt->m_type == CONTROL_POINT_ENDPOINT_TO) in OnSizingBeginDragLeft()
1838 if (lpt->m_type == CONTROL_POINT_ENDPOINT_FROM) in OnSizingEndDragLeft()
1897 if (m_type == CONTROL_POINT_ENDPOINT_FROM || m_type == CONTROL_POINT_ENDPOINT_TO)
1909 if (m_type == CONTROL_POINT_ENDPOINT_FROM || m_type == CONTROL_POINT_ENDPOINT_TO)
1913 if (m_type == CONTROL_POINT_ENDPOINT_FROM)
1934 if (m_type == CONTROL_POINT_ENDPOINT_FROM)
H A Dcanvas.cpp47 #define CONTROL_POINT_ENDPOINT_FROM 5 macro
H A Dbasic2.cpp46 #define CONTROL_POINT_ENDPOINT_FROM 5 macro
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/src/ogl/
H A Dlines.cpp1310 CONTROL_POINT_ENDPOINT_FROM); in MakeControlPoints()
1757 if (lpt->m_type == CONTROL_POINT_ENDPOINT_FROM || lpt->m_type == CONTROL_POINT_ENDPOINT_TO) in OnSizingDragLeft()
1805 if (lpt->m_type == CONTROL_POINT_ENDPOINT_FROM || lpt->m_type == CONTROL_POINT_ENDPOINT_TO) in OnSizingBeginDragLeft()
1838 if (lpt->m_type == CONTROL_POINT_ENDPOINT_FROM) in OnSizingEndDragLeft()
1897 if (m_type == CONTROL_POINT_ENDPOINT_FROM || m_type == CONTROL_POINT_ENDPOINT_TO)
1909 if (m_type == CONTROL_POINT_ENDPOINT_FROM || m_type == CONTROL_POINT_ENDPOINT_TO)
1913 if (m_type == CONTROL_POINT_ENDPOINT_FROM)
1934 if (m_type == CONTROL_POINT_ENDPOINT_FROM)
H A Dcanvas.cpp47 #define CONTROL_POINT_ENDPOINT_FROM 5 macro
H A Dbasic2.cpp46 #define CONTROL_POINT_ENDPOINT_FROM 5 macro
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/src/ogl/
H A Dlines.cpp1310 CONTROL_POINT_ENDPOINT_FROM); in MakeControlPoints()
1757 if (lpt->m_type == CONTROL_POINT_ENDPOINT_FROM || lpt->m_type == CONTROL_POINT_ENDPOINT_TO) in OnSizingDragLeft()
1805 if (lpt->m_type == CONTROL_POINT_ENDPOINT_FROM || lpt->m_type == CONTROL_POINT_ENDPOINT_TO) in OnSizingBeginDragLeft()
1838 if (lpt->m_type == CONTROL_POINT_ENDPOINT_FROM) in OnSizingEndDragLeft()
1897 if (m_type == CONTROL_POINT_ENDPOINT_FROM || m_type == CONTROL_POINT_ENDPOINT_TO)
1909 if (m_type == CONTROL_POINT_ENDPOINT_FROM || m_type == CONTROL_POINT_ENDPOINT_TO)
1913 if (m_type == CONTROL_POINT_ENDPOINT_FROM)
1934 if (m_type == CONTROL_POINT_ENDPOINT_FROM)
H A Dcanvas.cpp47 #define CONTROL_POINT_ENDPOINT_FROM 5 macro
H A Dbasic2.cpp46 #define CONTROL_POINT_ENDPOINT_FROM 5 macro
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/src/ogl/
H A Dlines.cpp1310 CONTROL_POINT_ENDPOINT_FROM); in MakeControlPoints()
1757 if (lpt->m_type == CONTROL_POINT_ENDPOINT_FROM || lpt->m_type == CONTROL_POINT_ENDPOINT_TO) in OnSizingDragLeft()
1805 if (lpt->m_type == CONTROL_POINT_ENDPOINT_FROM || lpt->m_type == CONTROL_POINT_ENDPOINT_TO) in OnSizingBeginDragLeft()
1838 if (lpt->m_type == CONTROL_POINT_ENDPOINT_FROM) in OnSizingEndDragLeft()
1897 if (m_type == CONTROL_POINT_ENDPOINT_FROM || m_type == CONTROL_POINT_ENDPOINT_TO)
1909 if (m_type == CONTROL_POINT_ENDPOINT_FROM || m_type == CONTROL_POINT_ENDPOINT_TO)
1913 if (m_type == CONTROL_POINT_ENDPOINT_FROM)
1934 if (m_type == CONTROL_POINT_ENDPOINT_FROM)
H A Dcanvas.cpp47 #define CONTROL_POINT_ENDPOINT_FROM 5 macro
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/ogl/
H A Doglmisc.py30 CONTROL_POINT_ENDPOINT_FROM = 5 variable
H A Dlines.py1282 …ntrolPoint(self._canvas, self, CONTROL_POINT_SIZE, first[0], first[1], CONTROL_POINT_ENDPOINT_FROM)
1408 if pt._type == CONTROL_POINT_ENDPOINT_FROM or pt._type == CONTROL_POINT_ENDPOINT_TO:
1437 if pt._type == CONTROL_POINT_ENDPOINT_FROM:
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/include/ogl/
H A Dbasic.h50 #define CONTROL_POINT_ENDPOINT_FROM 5 macro
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/include/wx/ogl/
H A Dbasic.h53 #define CONTROL_POINT_ENDPOINT_FROM 5 macro
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/include/wx/ogl/
H A Dbasic.h53 #define CONTROL_POINT_ENDPOINT_FROM 5 macro
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/include/wx/ogl/
H A Dbasic.h53 #define CONTROL_POINT_ENDPOINT_FROM 5 macro
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/include/wx/ogl/
H A Dbasic.h53 #define CONTROL_POINT_ENDPOINT_FROM 5 macro
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/samples/ogl/studio/
H A Dshapes.cpp487 if (lpt->m_type == CONTROL_POINT_ENDPOINT_FROM) in OnSizingEndDragLeft()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/samples/ogl/studio/
H A Dshapes.cpp487 if (lpt->m_type == CONTROL_POINT_ENDPOINT_FROM) in OnSizingEndDragLeft()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/samples/ogl/studio/
H A Dshapes.cpp487 if (lpt->m_type == CONTROL_POINT_ENDPOINT_FROM) in OnSizingEndDragLeft()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/samples/ogl/studio/
H A Dshapes.cpp487 if (lpt->m_type == CONTROL_POINT_ENDPOINT_FROM) in OnSizingEndDragLeft()

12