Home
last modified time | relevance | path

Searched refs:aPlotOpts (Results 1 – 2 of 2) sorted by relevance

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/
H A Dplot_board_layers.cpp1021 if( aPlotOpts->GetA4Output() ) in initializePlotter()
1035 autocenter = (aPlotOpts->GetScale() != 1.0); in initializePlotter()
1069 if( aPlotOpts->GetUseAuxOrigin() ) in initializePlotter()
1081 aPlotter->SetSvgCoordinatesFormat( aPlotOpts->GetSvgPrecision(), aPlotOpts->GetSvgUseInch() ); in initializePlotter()
1085 aPlotter->SetTextMode( aPlotOpts->GetTextMode() ); in initializePlotter()
1111 int penDiam = KiROUND( aPlotOpts->GetHPGLPenDiameter() * IU_PER_MILS / aPlotOpts->GetScale() ); in ConfigureHPGLPenSizes()
1132 switch( aPlotOpts->GetFormat() ) in StartPlotBoard()
1184 PCB_PLOT_PARAMS plotOpts = *aPlotOpts; in StartPlotBoard()
1212 if( aPlotOpts->GetPlotFrameRef() ) in StartPlotBoard()
1218 if( aPlotOpts->GetMirror() ) in StartPlotBoard()
[all …]
H A Dpcbplot.h63 BRDITEMS_PLOTTER( PLOTTER* aPlotter, BOARD* aBoard, const PCB_PLOT_PARAMS& aPlotOpts ) in BRDITEMS_PLOTTER() argument
64 : PCB_PLOT_PARAMS( aPlotOpts ) in BRDITEMS_PLOTTER()
148 const PCB_PLOT_PARAMS* aPlotOpts,