Home
last modified time | relevance | path

Searched refs:DRAWOP_DRAW_ELLIPTIC_ARC (Results 1 – 12 of 12) sorted by relevance

/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/ogl/
H A Ddrawn.py52 DRAWOP_DRAW_ELLIPTIC_ARC = 30 variable
177 elif self._op == DRAWOP_DRAW_ELLIPTIC_ARC:
189 if self._op != DRAWOP_DRAW_ELLIPTIC_ARC:
221 elif self._op in [DRAWOP_DRAW_RECT, DRAWOP_DRAW_ROUNDED_RECT, DRAWOP_DRAW_ELLIPTIC_ARC]:
242 if self._op == DRAWOP_DRAW_ELLIPTIC_ARC:
543 op = OpDraw(DRAWOP_DRAW_ELLIPTIC_ARC, rect[0], rect[1], rect[2], rect[3])
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/src/ogl/
H A Ddrawn.cpp729 case DRAWOP_DRAW_ELLIPTIC_ARC: in Do()
762 if (m_op != DRAWOP_DRAW_ELLIPTIC_ARC) in Scale()
792 case DRAWOP_DRAW_ELLIPTIC_ARC: in Translate()
821 case DRAWOP_DRAW_ELLIPTIC_ARC: in Rotate()
843 if (m_op == DRAWOP_DRAW_ELLIPTIC_ARC) in Rotate()
913 case DRAWOP_DRAW_ELLIPTIC_ARC: in WriteExpr()
968 case DRAWOP_DRAW_ELLIPTIC_ARC: in ReadExpr()
2190 case DRAWOP_DRAW_ELLIPTIC_ARC: in GetBounds()
2209 op->GetOp() == DRAWOP_DRAW_ELLIPTIC_ARC) in GetBounds()
2337 wxOpDraw *theOp = new wxOpDraw(DRAWOP_DRAW_ELLIPTIC_ARC, in DrawEllipticArc()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/src/ogl/
H A Ddrawn.cpp729 case DRAWOP_DRAW_ELLIPTIC_ARC: in Do()
762 if (m_op != DRAWOP_DRAW_ELLIPTIC_ARC) in Scale()
792 case DRAWOP_DRAW_ELLIPTIC_ARC: in Translate()
821 case DRAWOP_DRAW_ELLIPTIC_ARC: in Rotate()
843 if (m_op == DRAWOP_DRAW_ELLIPTIC_ARC) in Rotate()
913 case DRAWOP_DRAW_ELLIPTIC_ARC: in WriteExpr()
968 case DRAWOP_DRAW_ELLIPTIC_ARC: in ReadExpr()
2190 case DRAWOP_DRAW_ELLIPTIC_ARC: in GetBounds()
2209 op->GetOp() == DRAWOP_DRAW_ELLIPTIC_ARC) in GetBounds()
2337 wxOpDraw *theOp = new wxOpDraw(DRAWOP_DRAW_ELLIPTIC_ARC, in DrawEllipticArc()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/src/ogl/
H A Ddrawn.cpp729 case DRAWOP_DRAW_ELLIPTIC_ARC: in Do()
762 if (m_op != DRAWOP_DRAW_ELLIPTIC_ARC) in Scale()
792 case DRAWOP_DRAW_ELLIPTIC_ARC: in Translate()
821 case DRAWOP_DRAW_ELLIPTIC_ARC: in Rotate()
843 if (m_op == DRAWOP_DRAW_ELLIPTIC_ARC) in Rotate()
913 case DRAWOP_DRAW_ELLIPTIC_ARC: in WriteExpr()
968 case DRAWOP_DRAW_ELLIPTIC_ARC: in ReadExpr()
2190 case DRAWOP_DRAW_ELLIPTIC_ARC: in GetBounds()
2209 op->GetOp() == DRAWOP_DRAW_ELLIPTIC_ARC) in GetBounds()
2337 wxOpDraw *theOp = new wxOpDraw(DRAWOP_DRAW_ELLIPTIC_ARC, in DrawEllipticArc()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/src/ogl/
H A Ddrawn.cpp729 case DRAWOP_DRAW_ELLIPTIC_ARC: in Do()
762 if (m_op != DRAWOP_DRAW_ELLIPTIC_ARC) in Scale()
792 case DRAWOP_DRAW_ELLIPTIC_ARC: in Translate()
821 case DRAWOP_DRAW_ELLIPTIC_ARC: in Rotate()
843 if (m_op == DRAWOP_DRAW_ELLIPTIC_ARC) in Rotate()
913 case DRAWOP_DRAW_ELLIPTIC_ARC: in WriteExpr()
968 case DRAWOP_DRAW_ELLIPTIC_ARC: in ReadExpr()
2190 case DRAWOP_DRAW_ELLIPTIC_ARC: in GetBounds()
2209 op->GetOp() == DRAWOP_DRAW_ELLIPTIC_ARC) in GetBounds()
2337 wxOpDraw *theOp = new wxOpDraw(DRAWOP_DRAW_ELLIPTIC_ARC, in DrawEllipticArc()
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/include/ogl/
H A Ddrawnp.h46 #define DRAWOP_DRAW_ELLIPTIC_ARC 30 macro
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/ogl/
H A Ddrawn.cpp733 case DRAWOP_DRAW_ELLIPTIC_ARC: in Do()
766 if (m_op != DRAWOP_DRAW_ELLIPTIC_ARC) in Scale()
796 case DRAWOP_DRAW_ELLIPTIC_ARC: in Translate()
825 case DRAWOP_DRAW_ELLIPTIC_ARC: in Rotate()
847 if (m_op == DRAWOP_DRAW_ELLIPTIC_ARC) in Rotate()
917 case DRAWOP_DRAW_ELLIPTIC_ARC: in WriteExpr()
973 case DRAWOP_DRAW_ELLIPTIC_ARC: in ReadExpr()
2349 wxOpDraw *theOp = new wxOpDraw(DRAWOP_DRAW_ELLIPTIC_ARC, in DrawEllipticArc()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/include/wx/ogl/
H A Ddrawnp.h46 #define DRAWOP_DRAW_ELLIPTIC_ARC 30 macro
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/include/wx/ogl/
H A Ddrawnp.h46 #define DRAWOP_DRAW_ELLIPTIC_ARC 30 macro
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/include/wx/ogl/
H A Ddrawnp.h46 #define DRAWOP_DRAW_ELLIPTIC_ARC 30 macro
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/include/wx/ogl/
H A Ddrawnp.h46 #define DRAWOP_DRAW_ELLIPTIC_ARC 30 macro
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/unittests/
H A Dtest_lib_ogl.py216 ogl.DRAWOP_DRAW_ELLIPTIC_ARC