Home
last modified time | relevance | path

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

/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/ogl/
H A Ddrawn.py49 DRAWOP_DRAW_ARC = 27 variable
175 elif self._op == DRAWOP_DRAW_ARC:
202 elif self._op == DRAWOP_DRAW_ARC:
246 elif self._op == DRAWOP_DRAW_ARC:
461 elif op.GetOp() == DRAWOP_DRAW_ARC:
534 op = OpDraw(DRAWOP_DRAW_ARC, centrePt[0], centrePt[1], startPt[0], startPt[1])
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/include/ogl/
H A Ddrawnp.h43 #define DRAWOP_DRAW_ARC 27 macro
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/ogl/
H A Ddrawn.cpp726 case DRAWOP_DRAW_ARC: in Do()
788 case DRAWOP_DRAW_ARC: in Translate()
856 case DRAWOP_DRAW_ARC: in Rotate()
916 case DRAWOP_DRAW_ARC: in WriteExpr()
972 case DRAWOP_DRAW_ARC: in ReadExpr()
1720 case DRAWOP_DRAW_ARC: in ReadAttributes()
2230 case DRAWOP_DRAW_ARC: in GetBounds()
2333 wxOpDraw *theOp = new wxOpDraw(DRAWOP_DRAW_ARC, in DrawArc()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/src/ogl/
H A Ddrawn.cpp722 case DRAWOP_DRAW_ARC: in Do()
784 case DRAWOP_DRAW_ARC: in Translate()
852 case DRAWOP_DRAW_ARC: in Rotate()
912 case DRAWOP_DRAW_ARC: in WriteExpr()
967 case DRAWOP_DRAW_ARC: in ReadExpr()
1706 case DRAWOP_DRAW_ARC: in ReadAttributes()
2218 case DRAWOP_DRAW_ARC: in GetBounds()
2321 wxOpDraw *theOp = new wxOpDraw(DRAWOP_DRAW_ARC, in DrawArc()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/src/ogl/
H A Ddrawn.cpp722 case DRAWOP_DRAW_ARC: in Do()
784 case DRAWOP_DRAW_ARC: in Translate()
852 case DRAWOP_DRAW_ARC: in Rotate()
912 case DRAWOP_DRAW_ARC: in WriteExpr()
967 case DRAWOP_DRAW_ARC: in ReadExpr()
1706 case DRAWOP_DRAW_ARC: in ReadAttributes()
2218 case DRAWOP_DRAW_ARC: in GetBounds()
2321 wxOpDraw *theOp = new wxOpDraw(DRAWOP_DRAW_ARC, in DrawArc()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/src/ogl/
H A Ddrawn.cpp722 case DRAWOP_DRAW_ARC: in Do()
784 case DRAWOP_DRAW_ARC: in Translate()
852 case DRAWOP_DRAW_ARC: in Rotate()
912 case DRAWOP_DRAW_ARC: in WriteExpr()
967 case DRAWOP_DRAW_ARC: in ReadExpr()
1706 case DRAWOP_DRAW_ARC: in ReadAttributes()
2218 case DRAWOP_DRAW_ARC: in GetBounds()
2321 wxOpDraw *theOp = new wxOpDraw(DRAWOP_DRAW_ARC, in DrawArc()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/src/ogl/
H A Ddrawn.cpp722 case DRAWOP_DRAW_ARC: in Do()
784 case DRAWOP_DRAW_ARC: in Translate()
852 case DRAWOP_DRAW_ARC: in Rotate()
912 case DRAWOP_DRAW_ARC: in WriteExpr()
967 case DRAWOP_DRAW_ARC: in ReadExpr()
1706 case DRAWOP_DRAW_ARC: in ReadAttributes()
2218 case DRAWOP_DRAW_ARC: in GetBounds()
2321 wxOpDraw *theOp = new wxOpDraw(DRAWOP_DRAW_ARC, in DrawArc()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/include/wx/ogl/
H A Ddrawnp.h43 #define DRAWOP_DRAW_ARC 27 macro
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/include/wx/ogl/
H A Ddrawnp.h43 #define DRAWOP_DRAW_ARC 27 macro
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/include/wx/ogl/
H A Ddrawnp.h43 #define DRAWOP_DRAW_ARC 27 macro
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/include/wx/ogl/
H A Ddrawnp.h43 #define DRAWOP_DRAW_ARC 27 macro
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/unittests/
H A Dtest_lib_ogl.py213 ogl.DRAWOP_DRAW_ARC