Home
last modified time | relevance | path

Searched refs:whichPart (Results 1 – 25 of 27) sorted by relevance

12

/dports/audio/pianobooster/PianoBooster-1.0.0/src/
H A DChord.h77 static whichPart_t findHand(CMidiEvent midi, int whichChannel, whichPart_t whichPart);
92 …static int getHandChannel(whichPart_t whichPart) { return (whichPart == PB_PART_right) ? m_right… in getHandChannel() argument
155 whichPart_t whichPart = CNote::getActiveHand(); in isPianistNote() local
158 whichPart_t hand = CNote::findHand( midi, whichChannel, whichPart ); in isPianistNote()
H A DChord.cpp58 whichPart_t CNote::findHand(CMidiEvent midi, int whichChannel, whichPart_t whichPart) in findHand() argument
82 if (whichPart == PB_PART_left && hand == PB_PART_right) in findHand()
84 if (whichPart == PB_PART_right && hand == PB_PART_left) in findHand()
H A DTrackList.cpp329 int CTrackList::getActiveHandIndex(whichPart_t whichPart)
333 if (m_partsList[i].midiChannel() == CNote::getHandChannel( whichPart))
354 int CTrackList::getHandTrackIndex(whichPart_t whichPart)
357 int midiHand = CNote::getHandChannel(whichPart);
H A DTrackList.h181 int getActiveHandIndex(whichPart_t whichPart);
186 int getHandTrackIndex(whichPart_t whichPart);
/dports/graphics/dspdfviewer/dspdfviewer-1.15.1/
H A Drenderutils.cpp35 …s::renderPagePart(QSharedPointer< const Poppler::Page > page, QSize targetSize, PagePart whichPart) in renderPagePart() argument
50 if ( whichPart != PagePart::FullPage ) in renderPagePart()
75 if ( whichPart == PagePart::RightHalf ) { in renderPagePart()
H A Drenderedpage.cpp51 RenderedPage::RenderedPage(QImage img, QList< AdjustedLink > links, PagePart whichPart, unsigned pa… in RenderedPage() argument
52 : theRenderedImage(img), theLinks(links), theIdentifier(pageNum, whichPart, img.size()) in RenderedPage()
H A Drenderutils.h32 …age renderPagePart(QSharedPointer<const Poppler::Page> page, QSize targetSize, PagePart whichPart);
H A Drenderedpage.h37 RenderedPage(QImage img, QList<AdjustedLink> links, PagePart whichPart, unsigned pageNum);
/dports/mail/cone/cone-1.1/libmail/
H A Daddmessageremoveattachments.C114 list<mimeAction>::iterator whichPart; variable
119 whichPart(whichPartArg) in plan()
281 handleRet=ToDo->whichPart->handleId; in doNextCopy()
306 mimeAction &toDoInfo= *toDoNext.whichPart; in doNextCopy()
337 mimeAction &toDoInfo= *toDoNext.whichPart; in doMultiPart()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaScrollBarUI.java385 final Hit whichPart = getPartHit(e.getX(), e.getY()); in mouseDraggedInArrows() local
387 … if ((fMousePart == whichPart) && fStillInArrow) return; // Nothing has changed, so return in mouseDraggedInArrows()
389 if (fMousePart != whichPart && !HitUtil.isArrow(whichPart)) { in mouseDraggedInArrows()
398 fMousePart = whichPart; in mouseDraggedInArrows()
399 fScrollListener.setDirection(HitUtil.isIncrement(whichPart) ? 1 : -1); in mouseDraggedInArrows()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaScrollBarUI.java385 final Hit whichPart = getPartHit(e.getX(), e.getY()); in mouseDraggedInArrows() local
387 … if ((fMousePart == whichPart) && fStillInArrow) return; // Nothing has changed, so return in mouseDraggedInArrows()
389 if (fMousePart != whichPart && !HitUtil.isArrow(whichPart)) { in mouseDraggedInArrows()
398 fMousePart = whichPart; in mouseDraggedInArrows()
399 fScrollListener.setDirection(HitUtil.isIncrement(whichPart) ? 1 : -1); in mouseDraggedInArrows()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaScrollBarUI.java385 final Hit whichPart = getPartHit(e.getX(), e.getY()); in mouseDraggedInArrows() local
387 … if ((fMousePart == whichPart) && fStillInArrow) return; // Nothing has changed, so return in mouseDraggedInArrows()
389 if (fMousePart != whichPart && !HitUtil.isArrow(whichPart)) { in mouseDraggedInArrows()
398 fMousePart = whichPart; in mouseDraggedInArrows()
399 fScrollListener.setDirection(HitUtil.isIncrement(whichPart) ? 1 : -1); in mouseDraggedInArrows()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/macosx/classes/com/apple/laf/
H A DAquaScrollBarUI.java385 final Hit whichPart = getPartHit(e.getX(), e.getY()); in mouseDraggedInArrows() local
387 … if ((fMousePart == whichPart) && fStillInArrow) return; // Nothing has changed, so return in mouseDraggedInArrows()
389 if (fMousePart != whichPart && !HitUtil.isArrow(whichPart)) { in mouseDraggedInArrows()
398 fMousePart = whichPart; in mouseDraggedInArrows()
399 fScrollListener.setDirection(HitUtil.isIncrement(whichPart) ? 1 : -1); in mouseDraggedInArrows()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaScrollBarUI.java385 final Hit whichPart = getPartHit(e.getX(), e.getY()); in mouseDraggedInArrows() local
387 … if ((fMousePart == whichPart) && fStillInArrow) return; // Nothing has changed, so return in mouseDraggedInArrows()
389 if (fMousePart != whichPart && !HitUtil.isArrow(whichPart)) { in mouseDraggedInArrows()
398 fMousePart = whichPart; in mouseDraggedInArrows()
399 fScrollListener.setDirection(HitUtil.isIncrement(whichPart) ? 1 : -1); in mouseDraggedInArrows()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaScrollBarUI.java385 final Hit whichPart = getPartHit(e.getX(), e.getY()); in mouseDraggedInArrows() local
387 … if ((fMousePart == whichPart) && fStillInArrow) return; // Nothing has changed, so return in mouseDraggedInArrows()
389 if (fMousePart != whichPart && !HitUtil.isArrow(whichPart)) { in mouseDraggedInArrows()
398 fMousePart = whichPart; in mouseDraggedInArrows()
399 fScrollListener.setDirection(HitUtil.isIncrement(whichPart) ? 1 : -1); in mouseDraggedInArrows()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaScrollBarUI.java385 final Hit whichPart = getPartHit(e.getX(), e.getY()); in mouseDraggedInArrows() local
387 … if ((fMousePart == whichPart) && fStillInArrow) return; // Nothing has changed, so return in mouseDraggedInArrows()
389 if (fMousePart != whichPart && !HitUtil.isArrow(whichPart)) { in mouseDraggedInArrows()
398 fMousePart = whichPart; in mouseDraggedInArrows()
399 fScrollListener.setDirection(HitUtil.isIncrement(whichPart) ? 1 : -1); in mouseDraggedInArrows()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaScrollBarUI.java385 final Hit whichPart = getPartHit(e.getX(), e.getY()); in mouseDraggedInArrows() local
387 … if ((fMousePart == whichPart) && fStillInArrow) return; // Nothing has changed, so return in mouseDraggedInArrows()
389 if (fMousePart != whichPart && !HitUtil.isArrow(whichPart)) { in mouseDraggedInArrows()
398 fMousePart = whichPart; in mouseDraggedInArrows()
399 fScrollListener.setDirection(HitUtil.isIncrement(whichPart) ? 1 : -1); in mouseDraggedInArrows()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaScrollBarUI.java385 final Hit whichPart = getPartHit(e.getX(), e.getY()); in mouseDraggedInArrows() local
387 … if ((fMousePart == whichPart) && fStillInArrow) return; // Nothing has changed, so return in mouseDraggedInArrows()
389 if (fMousePart != whichPart && !HitUtil.isArrow(whichPart)) { in mouseDraggedInArrows()
398 fMousePart = whichPart; in mouseDraggedInArrows()
399 fScrollListener.setDirection(HitUtil.isIncrement(whichPart) ? 1 : -1); in mouseDraggedInArrows()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/macosx/classes/com/apple/laf/
H A DAquaScrollBarUI.java385 final Hit whichPart = getPartHit(e.getX(), e.getY()); in mouseDraggedInArrows() local
387 … if ((fMousePart == whichPart) && fStillInArrow) return; // Nothing has changed, so return in mouseDraggedInArrows()
389 if (fMousePart != whichPart && !HitUtil.isArrow(whichPart)) { in mouseDraggedInArrows()
398 fMousePart = whichPart; in mouseDraggedInArrows()
399 fScrollListener.setDirection(HitUtil.isIncrement(whichPart) ? 1 : -1); in mouseDraggedInArrows()
/dports/games/scourge/scourge/src/render/
H A Dmd3shape.h87 void setCurrentAnimation( int numAnim, bool force, int whichPart );
H A DMd3.h238 t3DModel *GetModel( int whichPart );
H A DMd3.cpp507 t3DModel *CModelMD3::GetModel( int whichPart ) { in GetModel() argument
509 if ( whichPart == kLower ) in GetModel()
513 if ( whichPart == kUpper ) in GetModel()
517 if ( whichPart == kHead ) in GetModel()
/dports/x11-themes/fvwm-themes/fvwm-themes-0.7.0/bin/
H A Dfvwm-themes-script.in1155 my $whichPart = $3;
1159 $whichPart = "All";
1194 if $_ eq $whichPart || $whichPart eq "All";
1210 my $whichPart = $2;
1227 ($_ eq $whichPart || $whichPart eq "All");
/dports/biology/hyphy/hyphy-2.5.33/src/core/
H A Dlikefunc.cpp1547 for (long whichPart=0; whichPart<whichParts.lLength; whichPart++) { local
1548 long myCatCount = TotalRateClassesForAPartition (whichParts.list_data[whichPart]);
1559 for (long whichPart=0; whichPart<whichParts.lLength; whichPart++) { local
1560 PopulateConditionalProbabilities (whichParts.list_data[whichPart],
1562 catWeights->theData + hDim*whichPart,
1640 for (long whichPart=0; whichPart<whichParts.lLength; whichPart++) { local
1641 long i = whichParts.list_data[whichPart];
1786 for (long whichPart=0; whichPart<whichParts.lLength; whichPart++) { local
1787 PopulateConditionalProbabilities (whichParts.list_data[whichPart],
1793 …long thisBlockSiteCount = block_sizes.get (whichPart);//BlockLength(whichParts.list_data[wh…
[all …]
/dports/net/syncthing/syncthing-1.18.1/syncthing/cmd/ursrv/
H A Dmain.go82 "slice": func(numParts, whichPart int, input []feature) []feature {
94 return parts[whichPart-1]

12