Home
last modified time | relevance | path

Searched defs:aGbrItem (Results 1 – 2 of 2) sorted by relevance

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/gerbview/
H A Dexport_to_pcbnew.cpp142 void GBR_TO_PCB_EXPORTER::export_non_copper_item( const GERBER_DRAW_ITEM* aGbrItem, in export_non_copper_item()
253 void GBR_TO_PCB_EXPORTER::collect_hole( const GERBER_DRAW_ITEM* aGbrItem ) in collect_hole()
280 void GBR_TO_PCB_EXPORTER::export_copper_item( const GERBER_DRAW_ITEM* aGbrItem, LAYER_NUM aLayer ) in export_copper_item()
314 void GBR_TO_PCB_EXPORTER::export_segline_copper_item( const GERBER_DRAW_ITEM* aGbrItem, in export_segline_copper_item()
344 void GBR_TO_PCB_EXPORTER::export_segarc_copper_item( const GERBER_DRAW_ITEM* aGbrItem, in export_segarc_copper_item()
400 void GBR_TO_PCB_EXPORTER::export_flashed_copper_item( const GERBER_DRAW_ITEM* aGbrItem, in export_flashed_copper_item()
532 void GBR_TO_PCB_EXPORTER::writePcbZoneItem( const GERBER_DRAW_ITEM* aGbrItem, LAYER_NUM aLayer ) in writePcbZoneItem()
H A Drs274d.cpp99 void fillFlashedGBRITEM( GERBER_DRAW_ITEM* aGbrItem, in fillFlashedGBRITEM()
153 void fillLineGBRITEM( GERBER_DRAW_ITEM* aGbrItem, in fillLineGBRITEM()
202 void fillArcGBRITEM( GERBER_DRAW_ITEM* aGbrItem, int Dcode_index, const wxPoint& aStart, in fillArcGBRITEM()
328 static void fillArcPOLY( GERBER_DRAW_ITEM* aGbrItem, const wxPoint& aStart, const wxPoint& aEnd, in fillArcPOLY()