Home
last modified time | relevance | path

Searched refs:BRDITEMS_PLOTTER (Results 1 – 5 of 5) sorted by relevance

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/
H A Dplot_brditems_plotter.cpp68 COLOR4D BRDITEMS_PLOTTER::getColor( LAYER_NUM aLayer ) const in getColor()
81 void BRDITEMS_PLOTTER::PlotPad( const PAD* aPad, const COLOR4D& aColor, OUTLINE_MODE aPlotMode ) in PlotPad()
293 void BRDITEMS_PLOTTER::PlotFootprintTextItems( const FOOTPRINT* aFootprint ) in PlotFootprintTextItems()
343 void BRDITEMS_PLOTTER::PlotBoardGraphicItems() in PlotBoardGraphicItems()
416 void BRDITEMS_PLOTTER::PlotDimension( const PCB_DIMENSION_BASE* aDim ) in PlotDimension()
471 void BRDITEMS_PLOTTER::PlotPcbTarget( const PCB_TARGET* aMire ) in PlotPcbTarget()
525 void BRDITEMS_PLOTTER::PlotFootprintGraphicItems( const FOOTPRINT* aFootprint ) in PlotFootprintGraphicItems()
537 void BRDITEMS_PLOTTER::PlotFootprintGraphicItem( const FP_SHAPE* aShape ) in PlotFootprintGraphicItem()
701 void BRDITEMS_PLOTTER::PlotPcbText( const PCB_TEXT* aText ) in PlotPcbText()
869 void BRDITEMS_PLOTTER::PlotPcbShape( const PCB_SHAPE* aShape ) in PlotPcbShape()
[all …]
H A Dpcbplot.h60 class BRDITEMS_PLOTTER : public PCB_PLOT_PARAMS
63 BRDITEMS_PLOTTER( PLOTTER* aPlotter, BOARD* aBoard, const PCB_PLOT_PARAMS& aPlotOpts ) in BRDITEMS_PLOTTER() function
H A Dplot_board_layers.cpp221 BRDITEMS_PLOTTER itemplotter( aPlotter, aBoard, aPlotOpt ); in PlotStandardLayer()
708 BRDITEMS_PLOTTER itemplotter( aPlotter, aBoard, aPlotOpt ); in PlotLayerOutlines()
830 BRDITEMS_PLOTTER itemplotter( aPlotter, aBoard, aPlotOpt ); in PlotSolderMaskLayer()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/exporters/
H A Dgerber_placefile_writer.cpp108 BRDITEMS_PLOTTER brd_plotter( &plotter, m_pcb, plotOpts ); in CreatePlaceFile()
H A Dgen_drill_report_files.cpp197 BRDITEMS_PLOTTER itemplotter( plotter, m_pcb, plot_opts ); in genDrillMapFile()