Home
last modified time | relevance | path

Searched refs:FOOTPRINT (Results 1 – 25 of 490) sorted by relevance

12345678910>>...20

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/
H A Dfootprint.cpp51 FOOTPRINT::FOOTPRINT( BOARD* parent ) : in FOOTPRINT() function in FOOTPRINT
83 FOOTPRINT::FOOTPRINT( const FOOTPRINT& aFootprint ) : in FOOTPRINT() function in FOOTPRINT
191 FOOTPRINT::FOOTPRINT( FOOTPRINT&& aFootprint ) : in FOOTPRINT() function in FOOTPRINT
198 FOOTPRINT::~FOOTPRINT() in ~FOOTPRINT()
265 FOOTPRINT& FOOTPRINT::operator=( FOOTPRINT&& aOther ) in operator =()
365 FOOTPRINT& FOOTPRINT::operator=( const FOOTPRINT& aOther ) in operator =()
1726 FOOTPRINT* dupe = (FOOTPRINT*) Clone(); in Duplicate()
2155 std::swap( *((FOOTPRINT*) this), *((FOOTPRINT*) aImage) ); in SwapData()
2379 &FOOTPRINT::SetLayer, &FOOTPRINT::GetLayer ); in FOOTPRINT_DESC()
2384 &FOOTPRINT::SetReference, &FOOTPRINT::GetReference ) ); in FOOTPRINT_DESC()
[all …]
H A Dfp_text.cpp39 FP_TEXT::FP_TEXT( FOOTPRINT* aParentFootprint, TEXT_TYPE text_type ) : in FP_TEXT()
43 FOOTPRINT* parentFootprint = static_cast<FOOTPRINT*>( m_parent ); in FP_TEXT()
192 const FOOTPRINT* parentFootprint = static_cast<const FOOTPRINT*>( m_parent ); in SetDrawCoord()
211 const FOOTPRINT* parentFootprint = static_cast<const FOOTPRINT*>( m_parent ); in SetLocalCoord()
241 FOOTPRINT* parentFootprint = static_cast<FOOTPRINT*>( m_parent ); in GetDrawRotation()
276 FOOTPRINT* fp = static_cast<FOOTPRINT*>( m_parent ); in GetMsgPanelInfo()
318 static_cast<FOOTPRINT*>( GetParent() )->GetReference() ); in GetSelectMenuText()
323 static_cast<FOOTPRINT*>( GetParent() )->GetReference() ); in GetSelectMenuText()
328 static_cast<FOOTPRINT*>( GetParent() )->GetReference() ); in GetSelectMenuText()
418 const FOOTPRINT* parentFootprint = static_cast<FOOTPRINT*>( GetParent() ); in GetShownText()
[all …]
H A Dfootprint_edit_frame.h175 bool SaveFootprint( FOOTPRINT* aFootprint );
176 bool SaveFootprintAs( FOOTPRINT* aFootprint );
178 bool SaveFootprintInLibrary( FOOTPRINT* aFootprint, const wxString& aLibraryName );
213 void ExportFootprint( FOOTPRINT* aFootprint );
221 FOOTPRINT* ImportFootprint( const wxString& aName = wxT( "" ) );
230 bool LoadFootprintFromBoard( FOOTPRINT* aFootprint );
237 FOOTPRINT* SelectFootprintFromBoard( BOARD* aPcb );
272 void AddFootprintToBoard( FOOTPRINT* aFootprint ) override;
333 void editFootprintProperties( FOOTPRINT* aFootprint );
353 std::unique_ptr<FOOTPRINT> m_revertModule;
H A Dload_select_footprint.cpp79 bool FOOTPRINT_EDIT_FRAME::LoadFootprintFromBoard( FOOTPRINT* aFootprint ) in LoadFootprintFromBoard()
83 FOOTPRINT* newFootprint = nullptr; in LoadFootprintFromBoard()
213 FOOTPRINT* PCB_BASE_FRAME::SelectFootprintFromLibTree( LIB_ID aPreselect ) in SelectFootprintFromLibTree()
218 FOOTPRINT* footprint = nullptr; in SelectFootprintFromLibTree()
311 FOOTPRINT* PCB_BASE_FRAME::LoadFootprint( const LIB_ID& aFootprintId ) in LoadFootprint()
313 FOOTPRINT* footprint = nullptr; in LoadFootprint()
327 FOOTPRINT* PCB_BASE_FRAME::loadFootprint( const LIB_ID& aFootprintId ) in loadFootprint()
333 FOOTPRINT *footprint = nullptr; in loadFootprint()
356 FOOTPRINT* FOOTPRINT_EDIT_FRAME::SelectFootprintFromBoard( BOARD* aPcb ) in SelectFootprintFromBoard()
364 for( FOOTPRINT* footprint : aPcb->Footprints() ) in SelectFootprintFromBoard()
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/autorouter/
H A Dar_autoplacer.h62 AR_RESULT AutoplaceFootprints( std::vector<FOOTPRINT*>& aFootprints, BOARD_COMMIT* aCommit,
76 void SetRefreshCallback( std::function<int( FOOTPRINT* aFootprint )> aCallback ) in SetRefreshCallback()
88 void rotateFootprint( FOOTPRINT* aFootprint, double angle, bool incremental );
97 void genModuleOnRoutingMatrix( FOOTPRINT* aFootprint );
101 int testFootprintOnBoard( FOOTPRINT* aFootprint, bool TstOtherSide, const wxPoint& aOffset );
102 int getOptimalFPPlacement( FOOTPRINT* aFootprint );
103 double computePlacementRatsnestCost( FOOTPRINT* aFootprint, const wxPoint& aOffset );
110 FOOTPRINT* pickFootprint();
114 const PAD* nearestPad( FOOTPRINT* aRefFP, PAD* aRefPad, const wxPoint& aOffset );
124 void buildFpAreas( FOOTPRINT* aFootprint, int aFpClearance );
[all …]
H A Dar_autoplacer.cpp748 static bool sortFootprintsByComplexity( FOOTPRINT* ref, FOOTPRINT* compare ) in sortFootprintsByComplexity()
759 static bool sortFootprintsByRatsnestSize( FOOTPRINT* ref, FOOTPRINT* compare ) in sortFootprintsByRatsnestSize()
769 FOOTPRINT* AR_AUTOPLACER::pickFootprint() in pickFootprint()
771 std::vector<FOOTPRINT*> fpList; in pickFootprint()
781 FOOTPRINT* footprint = fpList[kk]; in pickFootprint()
794 FOOTPRINT* footprint = fpList[kk]; in pickFootprint()
804 FOOTPRINT* bestFootprint = nullptr; in pickFootprint()
805 FOOTPRINT* altFootprint = nullptr; in pickFootprint()
809 FOOTPRINT* footprint = fpList[ii]; in pickFootprint()
886 std::vector<FOOTPRINT*> offboardMods; in AutoplaceFootprints()
[all …]
H A Dspread_footprints.cpp66 void fillRectList( CSubRectArray& vecSubRects, std::vector <FOOTPRINT*>& aFootprintList ) in fillRectList()
151 void moveFootprintsInArea( CRectPlacement& aPlacementArea, std::vector <FOOTPRINT*>& aFootprintList, in moveFootprintsInArea()
168 FOOTPRINT* footprint = aFootprintList[vecSubRects[it].n]; in moveFootprintsInArea()
178 static bool sortFootprintsbySheetPath( FOOTPRINT* ref, FOOTPRINT* compare );
189 void SpreadFootprints( std::vector<FOOTPRINT*>* aFootprints, wxPoint aSpreadAreaPosition ) in SpreadFootprints()
193 std::vector <FOOTPRINT*> footprintList; in SpreadFootprints()
195 for( FOOTPRINT* footprint : *aFootprints ) in SpreadFootprints()
210 std::vector <FOOTPRINT*> footprintListBySheet; in SpreadFootprints()
230 FOOTPRINT* footprint = footprintList[ii]; in SpreadFootprints()
339 static bool sortFootprintsbySheetPath( FOOTPRINT* ref, FOOTPRINT* compare ) in sortFootprintsbySheetPath()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/netlist_reader/
H A Dboard_netlist_updater.h36 class FOOTPRINT; variable
92 std::vector<FOOTPRINT*> GetAddedFootprints() const { return m_addedFootprints; } in GetAddedFootprints()
103 FOOTPRINT* addNewFootprint( COMPONENT* aComponent );
105 FOOTPRINT* replaceFootprint( NETLIST& aNetlist, FOOTPRINT* aFootprint,
108 bool updateFootprintParameters( FOOTPRINT* aPcbFootprint, COMPONENT* aNetlistComponent );
110 bool updateComponentPadConnections( FOOTPRINT* aFootprint, COMPONENT* aNewComponent );
116 bool testConnectivity( NETLIST& aNetlist, std::map<COMPONENT*, FOOTPRINT*>& aFootprintMap );
127 std::vector<FOOTPRINT*> m_addedFootprints;
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/plugins/eagle/
H A Deagle_plugin.h43 typedef std::map<wxString, FOOTPRINT*> FOOTPRINT_MAP;
138 std::vector<FOOTPRINT*> GetImportedCachedLibraryFootprints() override;
250 void orientFPText( FOOTPRINT* aFootprint, const EELEMENT& e, FP_TEXT* aFPText,
260 FOOTPRINT* makeFootprint( wxXmlNode* aPackage, const wxString& aPkgName );
262 void packageWire( FOOTPRINT* aFootprint, wxXmlNode* aTree ) const;
263 void packagePad( FOOTPRINT* aFootprint, wxXmlNode* aTree );
264 void packageText( FOOTPRINT* aFootprint, wxXmlNode* aTree ) const;
265 void packageRectangle( FOOTPRINT* aFootprint, wxXmlNode* aTree ) const;
266 void packagePolygon( FOOTPRINT* aFootprint, wxXmlNode* aTree ) const;
267 void packageCircle( FOOTPRINT* aFootprint, wxXmlNode* aTree ) const;
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/ft/logger/
H A Dlog_upgrade.cc68 FOOTPRINT(1); in verify_clean_shutdown_of_log_version_current()
75 FOOTPRINT(2); in verify_clean_shutdown_of_log_version_current()
101 FOOTPRINT(1); in verify_clean_shutdown_of_log_version_old()
130 FOOTPRINT(2); in verify_clean_shutdown_of_log_version_old()
172 FOOTPRINT(1); in verify_clean_shutdown_of_log_version()
176 FOOTPRINT(2); in verify_clean_shutdown_of_log_version()
197 FOOTPRINT(1); in upgrade_log()
238 FOOTPRINT(1); in toku_maybe_upgrade_log()
243 FOOTPRINT(2); in toku_maybe_upgrade_log()
253 FOOTPRINT(3); in toku_maybe_upgrade_log()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/ft/logger/
H A Dlog_upgrade.cc68 FOOTPRINT(1); in verify_clean_shutdown_of_log_version_current()
75 FOOTPRINT(2); in verify_clean_shutdown_of_log_version_current()
101 FOOTPRINT(1); in verify_clean_shutdown_of_log_version_old()
130 FOOTPRINT(2); in verify_clean_shutdown_of_log_version_old()
172 FOOTPRINT(1); in verify_clean_shutdown_of_log_version()
176 FOOTPRINT(2); in verify_clean_shutdown_of_log_version()
197 FOOTPRINT(1); in upgrade_log()
238 FOOTPRINT(1); in toku_maybe_upgrade_log()
243 FOOTPRINT(2); in toku_maybe_upgrade_log()
253 FOOTPRINT(3); in toku_maybe_upgrade_log()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/tokudb/PerconaFT/ft/logger/
H A Dlog_upgrade.cc68 FOOTPRINT(1); in verify_clean_shutdown_of_log_version_current()
75 FOOTPRINT(2); in verify_clean_shutdown_of_log_version_current()
101 FOOTPRINT(1); in verify_clean_shutdown_of_log_version_old()
130 FOOTPRINT(2); in verify_clean_shutdown_of_log_version_old()
172 FOOTPRINT(1); in verify_clean_shutdown_of_log_version()
176 FOOTPRINT(2); in verify_clean_shutdown_of_log_version()
197 FOOTPRINT(1); in upgrade_log()
238 FOOTPRINT(1); in toku_maybe_upgrade_log()
243 FOOTPRINT(2); in toku_maybe_upgrade_log()
253 FOOTPRINT(3); in toku_maybe_upgrade_log()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/tokudb/PerconaFT/ft/logger/
H A Dlog_upgrade.cc68 FOOTPRINT(1); in verify_clean_shutdown_of_log_version_current()
75 FOOTPRINT(2); in verify_clean_shutdown_of_log_version_current()
101 FOOTPRINT(1); in verify_clean_shutdown_of_log_version_old()
130 FOOTPRINT(2); in verify_clean_shutdown_of_log_version_old()
172 FOOTPRINT(1); in verify_clean_shutdown_of_log_version()
176 FOOTPRINT(2); in verify_clean_shutdown_of_log_version()
197 FOOTPRINT(1); in upgrade_log()
238 FOOTPRINT(1); in toku_maybe_upgrade_log()
243 FOOTPRINT(2); in toku_maybe_upgrade_log()
253 FOOTPRINT(3); in toku_maybe_upgrade_log()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/tokudb/PerconaFT/ft/logger/
H A Dlog_upgrade.cc68 FOOTPRINT(1); in verify_clean_shutdown_of_log_version_current()
75 FOOTPRINT(2); in verify_clean_shutdown_of_log_version_current()
101 FOOTPRINT(1); in verify_clean_shutdown_of_log_version_old()
130 FOOTPRINT(2); in verify_clean_shutdown_of_log_version_old()
172 FOOTPRINT(1); in verify_clean_shutdown_of_log_version()
176 FOOTPRINT(2); in verify_clean_shutdown_of_log_version()
197 FOOTPRINT(1); in upgrade_log()
238 FOOTPRINT(1); in toku_maybe_upgrade_log()
243 FOOTPRINT(2); in toku_maybe_upgrade_log()
253 FOOTPRINT(3); in toku_maybe_upgrade_log()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/ft/logger/
H A Dlog_upgrade.cc68 FOOTPRINT(1); in verify_clean_shutdown_of_log_version_current()
75 FOOTPRINT(2); in verify_clean_shutdown_of_log_version_current()
101 FOOTPRINT(1); in verify_clean_shutdown_of_log_version_old()
130 FOOTPRINT(2); in verify_clean_shutdown_of_log_version_old()
172 FOOTPRINT(1); in verify_clean_shutdown_of_log_version()
176 FOOTPRINT(2); in verify_clean_shutdown_of_log_version()
197 FOOTPRINT(1); in upgrade_log()
238 FOOTPRINT(1); in toku_maybe_upgrade_log()
243 FOOTPRINT(2); in toku_maybe_upgrade_log()
253 FOOTPRINT(3); in toku_maybe_upgrade_log()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/tokudb/PerconaFT/ft/logger/
H A Dlog_upgrade.cc69 FOOTPRINT(1); in verify_clean_shutdown_of_log_version_current()
76 FOOTPRINT(2); in verify_clean_shutdown_of_log_version_current()
102 FOOTPRINT(1); in verify_clean_shutdown_of_log_version_old()
131 FOOTPRINT(2); in verify_clean_shutdown_of_log_version_old()
173 FOOTPRINT(1); in verify_clean_shutdown_of_log_version()
177 FOOTPRINT(2); in verify_clean_shutdown_of_log_version()
198 FOOTPRINT(1); in upgrade_log()
239 FOOTPRINT(1); in toku_maybe_upgrade_log()
244 FOOTPRINT(2); in toku_maybe_upgrade_log()
254 FOOTPRINT(3); in toku_maybe_upgrade_log()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/tokudb/PerconaFT/ft/logger/
H A Dlog_upgrade.cc69 FOOTPRINT(1); in verify_clean_shutdown_of_log_version_current()
76 FOOTPRINT(2); in verify_clean_shutdown_of_log_version_current()
102 FOOTPRINT(1); in verify_clean_shutdown_of_log_version_old()
131 FOOTPRINT(2); in verify_clean_shutdown_of_log_version_old()
173 FOOTPRINT(1); in verify_clean_shutdown_of_log_version()
177 FOOTPRINT(2); in verify_clean_shutdown_of_log_version()
198 FOOTPRINT(1); in upgrade_log()
239 FOOTPRINT(1); in toku_maybe_upgrade_log()
244 FOOTPRINT(2); in toku_maybe_upgrade_log()
254 FOOTPRINT(3); in toku_maybe_upgrade_log()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/tokudb/PerconaFT/ft/logger/
H A Dlog_upgrade.cc69 FOOTPRINT(1); in verify_clean_shutdown_of_log_version_current()
76 FOOTPRINT(2); in verify_clean_shutdown_of_log_version_current()
102 FOOTPRINT(1); in verify_clean_shutdown_of_log_version_old()
131 FOOTPRINT(2); in verify_clean_shutdown_of_log_version_old()
173 FOOTPRINT(1); in verify_clean_shutdown_of_log_version()
177 FOOTPRINT(2); in verify_clean_shutdown_of_log_version()
198 FOOTPRINT(1); in upgrade_log()
239 FOOTPRINT(1); in toku_maybe_upgrade_log()
244 FOOTPRINT(2); in toku_maybe_upgrade_log()
254 FOOTPRINT(3); in toku_maybe_upgrade_log()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/tokudb/PerconaFT/ft/logger/
H A Dlog_upgrade.cc69 FOOTPRINT(1); in verify_clean_shutdown_of_log_version_current()
76 FOOTPRINT(2); in verify_clean_shutdown_of_log_version_current()
102 FOOTPRINT(1); in verify_clean_shutdown_of_log_version_old()
131 FOOTPRINT(2); in verify_clean_shutdown_of_log_version_old()
173 FOOTPRINT(1); in verify_clean_shutdown_of_log_version()
177 FOOTPRINT(2); in verify_clean_shutdown_of_log_version()
198 FOOTPRINT(1); in upgrade_log()
239 FOOTPRINT(1); in toku_maybe_upgrade_log()
244 FOOTPRINT(2); in toku_maybe_upgrade_log()
254 FOOTPRINT(3); in toku_maybe_upgrade_log()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/tokudb/PerconaFT/ft/logger/
H A Dlog_upgrade.cc69 FOOTPRINT(1); in verify_clean_shutdown_of_log_version_current()
76 FOOTPRINT(2); in verify_clean_shutdown_of_log_version_current()
102 FOOTPRINT(1); in verify_clean_shutdown_of_log_version_old()
131 FOOTPRINT(2); in verify_clean_shutdown_of_log_version_old()
173 FOOTPRINT(1); in verify_clean_shutdown_of_log_version()
177 FOOTPRINT(2); in verify_clean_shutdown_of_log_version()
198 FOOTPRINT(1); in upgrade_log()
239 FOOTPRINT(1); in toku_maybe_upgrade_log()
244 FOOTPRINT(2); in toku_maybe_upgrade_log()
254 FOOTPRINT(3); in toku_maybe_upgrade_log()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/tokudb/PerconaFT/ft/logger/
H A Dlog_upgrade.cc69 FOOTPRINT(1); in verify_clean_shutdown_of_log_version_current()
76 FOOTPRINT(2); in verify_clean_shutdown_of_log_version_current()
102 FOOTPRINT(1); in verify_clean_shutdown_of_log_version_old()
131 FOOTPRINT(2); in verify_clean_shutdown_of_log_version_old()
173 FOOTPRINT(1); in verify_clean_shutdown_of_log_version()
177 FOOTPRINT(2); in verify_clean_shutdown_of_log_version()
198 FOOTPRINT(1); in upgrade_log()
239 FOOTPRINT(1); in toku_maybe_upgrade_log()
244 FOOTPRINT(2); in toku_maybe_upgrade_log()
254 FOOTPRINT(3); in toku_maybe_upgrade_log()
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/plugins/cadstar/
H A Dcadstar_pcb_archive_loader.h65 for( std::pair<SYMDEF_ID, FOOTPRINT*> libItem : m_libraryMap ) in ~CADSTAR_PCB_ARCHIVE_LOADER()
67 FOOTPRINT* footprint = libItem.second; in ~CADSTAR_PCB_ARCHIVE_LOADER()
84 std::vector<FOOTPRINT*> GetLoadedLibraryFootpints() const;
166 void loadLibraryFigures( const SYMDEF_PCB& aComponent, FOOTPRINT* aFootprint );
167 void loadLibraryCoppers( const SYMDEF_PCB& aComponent, FOOTPRINT* aFootprint );
168 void loadLibraryAreas( const SYMDEF_PCB& aComponent, FOOTPRINT* aFootprint );
169 void loadLibraryPads( const SYMDEF_PCB& aComponent, FOOTPRINT* aFootprint );
170 void loadComponentAttributes( const COMPONENT& aComponent, FOOTPRINT* aFootprint );
418 PAD* getKiCadPad( const COMPONENT_PAD& aCadstarPad, FOOTPRINT* aParent );
419 PAD*& getPadReference( FOOTPRINT* aFootprint, const PAD_ID aCadstarPadID );
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/qa/pcbnew_utils/include/pcbnew_utils/
H A Dboard_construction_utils.h37 class FOOTPRINT; variable
51 void DrawSegment( FOOTPRINT& aFootprint, const SEG& aSeg, int aWidth, PCB_LAYER_ID aLayer );
60 void DrawPolyline( FOOTPRINT& aFootprint, const std::vector<VECTOR2I>& aPts, int aWidth,
72 void DrawArc( FOOTPRINT& aFootprint, const VECTOR2I& aCentre, const VECTOR2I& aStart,
84 void DrawRect( FOOTPRINT& aFootprint, const VECTOR2I& aPos, const VECTOR2I& aSize, int aRadius,
/dports/cad/geda/geda-gaf-1.8.2/gnetlist/tests/common/outputs/protelII/
H A DTwoStageAmp-output.net5 FOOTPRINT
63 FOOTPRINT
121 FOOTPRINT
179 FOOTPRINT
237 FOOTPRINT
295 FOOTPRINT
353 FOOTPRINT
411 FOOTPRINT
469 FOOTPRINT
527 FOOTPRINT
[all …]
H A DTwoStageAmp_Include-output.net5 FOOTPRINT
63 FOOTPRINT
121 FOOTPRINT
179 FOOTPRINT
237 FOOTPRINT
295 FOOTPRINT
353 FOOTPRINT
411 FOOTPRINT
469 FOOTPRINT
527 FOOTPRINT
[all …]

12345678910>>...20