Home
last modified time | relevance | path

Searched refs:DRAW_CIRCLE (Results 1 – 16 of 16) sorted by relevance

/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/libraryeditor/sym/fsm/
H A Dsymboleditorfsm.cpp58 mStates.insert(State::DRAW_CIRCLE, new SymbolEditorState_DrawCircle(context)); in SymbolEditorFsm()
91 case State::DRAW_CIRCLE: in getCurrentTool()
92 return EditorWidgetBase::Tool::DRAW_CIRCLE; in getCurrentTool()
252 return setNextState(State::DRAW_CIRCLE); in processStartDrawCircles()
H A Dsymboleditorfsm.h74 DRAW_CIRCLE, enumerator
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_gui/
H A Dwksp_shapes_point.cpp719 #define DRAW_CIRCLE(d) { int s = (int)((d) * Size);\ macro
764 default: DRAW_CIRCLE(1.0) ; break; // circle in Draw_Symbol()
769 case 5: DRAW_CIRCLE(1.0) ; DRAW_SQUARE ; break; // square in circle in Draw_Symbol()
770 case 6: DRAW_CIRCLE(1.1) ; DRAW_RHOMBUS ; break; // rhombus in circle in Draw_Symbol()
771 case 7: DRAW_CIRCLE(1.0) ; DRAW_TRIANGLE_UP ; break; // triangle up in circle in Draw_Symbol()
772 case 8: DRAW_CIRCLE(1.0) ; DRAW_TRIANGLE_DOWN; break; // triangle down in circle in Draw_Symbol()
773 case 9: DRAW_SQUARE ; DRAW_CIRCLE(0.7) ; break; // circle in square in Draw_Symbol()
774 case 10: DRAW_RHOMBUS ; DRAW_CIRCLE(0.7) ; break; // circle in rhombus in Draw_Symbol()
775 case 11: DRAW_TRIANGLE_UP ; DRAW_CIRCLE(0.5) ; break; // circle in triangle up in Draw_Symbol()
776 case 12: DRAW_TRIANGLE_DOWN; DRAW_CIRCLE(0.5) ; break; // circle in triangle down in Draw_Symbol()
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/libraryeditor/pkg/fsm/
H A Dpackageeditorfsm.cpp70 mStates.insert(State::DRAW_CIRCLE, in PackageEditorFsm()
107 case State::DRAW_CIRCLE: in getCurrentTool()
108 return EditorWidgetBase::Tool::DRAW_CIRCLE; in getCurrentTool()
334 return setNextState(State::DRAW_CIRCLE); in processStartDrawCircles()
H A Dpackageeditorfsm.h77 DRAW_CIRCLE, enumerator
/dports/lang/gscheme/GScheme/
H A DVScheme.h19 DRAW_CIRCLE, enumerator
H A DVScheme.m492 else if(atImgStart==YES && (inst.what==DRAW_CIRCLE || inst.what==FILL_CIRCLE)){
535 else if(inst.what==DRAW_CIRCLE || inst.what==FILL_CIRCLE){
662 else if(inst.what==DRAW_CIRCLE){
H A DPrimitive.m1161 inst.what = DRAW_CIRCLE;
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/libraryeditor/common/
H A Deditorwidgetbase.h83 DRAW_CIRCLE, enumerator
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/libraryeditor/sym/
H A Dsymboleditorwidget.cpp182 mToolsActionGroup->setActionEnabled(Tool::DRAW_CIRCLE, enabled); in setToolsActionGroup()
397 case Tool::DRAW_CIRCLE: in toolChangeRequested()
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/libraryeditor/pkg/
H A Dpackageeditorwidget.cpp194 mToolsActionGroup->setActionEnabled(Tool::DRAW_CIRCLE, enabled); in setToolsActionGroup()
416 case Tool::DRAW_CIRCLE: in toolChangeRequested()
/dports/lang/seed7/seed7/lib/
H A Dgraph.s7i84 const proc: DRAW_CIRCLE(inout PRIMITIVE_WINDOW: aWindow,
87 const proc: DRAW_CIRCLE(inout PRIMITIVE_WINDOW: aWindow,
H A Ddraw.s7i354 DRAW_CIRCLE(win, x, y, radius, colorPixel(col));
364 DRAW_CIRCLE(curr_win, x, y, radius, colorPixel(col));
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/charts/src/mx/charts/chartClasses/
H A DPolarDataCanvas.as772 …pushOp(PolarOpCode.DRAW_CIRCLE, { angle: angle, radial: radial, radius: radius, borderWidth: borde…
1604 public static const DRAW_CIRCLE:int = 3; constant in PolarOpCode
1628 case DRAW_CIRCLE:
1713 case DRAW_CIRCLE:
H A DCartesianDataCanvas.as829 … pushOp(CartesianOpCode.DRAW_CIRCLE, { x: x, y: y, radius: radius, borderWidth: borderWidth });
1677 public static const DRAW_CIRCLE:int = 3; constant in CartesianOpCode
1743 case DRAW_CIRCLE:
1837 case DRAW_CIRCLE:
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/libraryeditor/
H A Dlibraryeditor.cpp182 mToolsActionGroup->addAction(EditorWidgetBase::Tool::DRAW_CIRCLE, in LibraryEditor()