Home
last modified time | relevance | path

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

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/interfaces/legacy/
H A DInfoTagRadioRDS.h124 getConductor();
126 String getConductor();
H A DInfoTagRadioRDS.cpp57 String InfoTagRadioRDS::getConductor() in getConductor() function in XBMCAddon::xbmc::InfoTagRadioRDS
/dports/cad/openroad/OpenROAD-2.0/src/rcx/src/
H A Dextprocess.cpp385 w = getConductor(met)->_min_width; in writeGround3D()
386 s = getConductor(met)->_min_spacing; in writeGround3D()
522 w = getConductor(underMet)->_min_width; in writeProcessAndGround3D()
523 s = getConductor(underMet)->_min_spacing; in writeProcessAndGround3D()
529 w = getConductor(overMet)->_min_width; in writeProcessAndGround3D()
530 s = getConductor(overMet)->_min_spacing; in writeProcessAndGround3D()
900 extConductor* cond = p->getConductor(_condId); in writeRaphaelPoly()
1070 double min_width = getConductor(met)->_min_width; in getWidthTable()
1107 double min_width = getConductor(met)->_min_width; in getDiagSpaceTable()
1153 w = wTable[wIndex] * getConductor(met)->_min_width; in getMasterConductor()
[all …]
H A DextBench.cpp85 extConductor* cond = _process->getConductor(met); in benchWithVar_density()
152 extConductor* cond = _process->getConductor(met); in benchWithVar_lists()
605 double h = _process->getConductor(met)->_height; in writePatternGeoms()
606 double t = _process->getConductor(met)->_thickness; in writePatternGeoms()
630 double h = _process->getConductor(measure->_met)->_height; in makePatternNet3D()
631 double th = _process->getConductor(measure->_met)->_thickness; in makePatternNet3D()
658 double h = _process->getConductor(met)->_height; in makePatternNet3D()
659 double t = _process->getConductor(met)->_thickness; in makePatternNet3D()
H A DextRCmodel.cpp2939 double top_ext = _process->getConductor(measure->_met)->_top_ext; in writeRuleWires()
3001 minWidth = _process->getConductor(met)->_min_width; in writeRuleWires()
3002 minSpace = _process->getConductor(met)->_min_spacing; in writeRuleWires()
3253 double minWidth = _process->getConductor(met)->_min_width; in writeBenchWires()
3254 double minSpace = _process->getConductor(met)->_min_spacing; in writeBenchWires()
3268 double h = _process->getConductor(met)->_height; in writeBenchWires()
3269 double t = _process->getConductor(met)->_thickness; in writeBenchWires()
3311 double h = _process->getConductor(measure->_underMet)->_height; in writeBenchWires()
3327 double h = _process->getConductor(measure->_overMet)->_height; in writeBenchWires()
4437 extConductor* cond = _process->getConductor(met); in measureDiagWithVar()
[all …]
/dports/audio/mixxx/mixxx-2.3.0/src/track/
H A Dtrackinfo.cpp53 (getConductor() == trackInfo.getConductor()) && in compareEq()
H A Dtrackrecord.cpp130 importedTrackInfo.getConductor()); in mergeImportedMetadata()
/dports/audio/mixxx/mixxx-2.3.0/src/test/
H A Dtrackmetadata_test.cpp169 EXPECT_EQ(pNewTrackInfo->getConductor(), pMergedTrackInfo->getConductor()); in TEST_F()
/dports/audio/gogglesmm/gogglesmm-1.2.2/src/
H A DGMTag.h98 void getConductor(FXString &) const;
H A DGMTrack.cpp178 filetags.getConductor(conductor); in loadTag()
H A DGMTag.cpp733 void GMFileTag::getConductor(FXString & conductor) const{ in getConductor() function in GMFileTag
/dports/cad/openroad/OpenROAD-2.0/src/rcx/include/rcx/
H A Dextprocess.h315 extConductor* getConductor(uint ii);
/dports/audio/mixxx/mixxx-2.3.0/src/track/taglib/
H A Dtrackmetadata_ape.cpp313 writeItem(pTag, "Conductor", toTString(trackMetadata.getTrackInfo().getConductor())); in exportTrackMetadataIntoTag()
H A Dtrackmetadata_mp4.cpp438 …m(pTag, "----:com.apple.iTunes:CONDUCTOR", toTString(trackMetadata.getTrackInfo().getConductor())); in exportTrackMetadataIntoTag()
H A Dtrackmetadata_xiph.cpp588 writeCommentField(pTag, "CONDUCTOR", toTString(trackMetadata.getTrackInfo().getConductor())); in exportTrackMetadataIntoTag()
H A Dtrackmetadata_id3v2.cpp1232 trackMetadata.getTrackInfo().getConductor()); in exportTrackMetadataIntoTag()