Home
last modified time | relevance | path

Searched refs:getEndPosition (Results 1 – 25 of 706) sorted by relevance

12345678910>>...29

/dports/games/maxr/maxr-0.2.9/src/ui/graphical/game/widgets/
H A Dchatbox.h92 …ItemType>> (cBox<cPosition> (getPosition(), cPosition (getEndPosition().x() - 162, getEndPosition(… in cChatBox()
98 … (cPosition (getPosition().x() + 2, getEndPosition().y() - 12), cPosition (getEndPosition().x() - … in cChatBox()
101 …rListItemType>> (cBox<cPosition> (cPosition (getEndPosition().x() - 158, getPosition().y()), getEn… in cChatBox()
137 …t->setArea (cBox<cPosition> (getPosition(), cPosition (getEndPosition().x() - 162, getEndPosition(… in handleResized()
139 … (cPosition (getPosition().x() + 2, getEndPosition().y() - 12), cPosition (getEndPosition().x() - … in handleResized()
141 …rsList->setArea (cBox<cPosition> (cPosition (getEndPosition().x() - 158, getPosition().y()), getEn… in handleResized()
/dports/games/maxr/maxr-0.2.9/src/ui/graphical/menu/widgets/special/
H A Dreportunitlistviewitem.cpp63 … (cPosition (unitImage->getEndPosition().x() + 3, 0), cPosition (unitDetails->getPosition().x() - … in cReportUnitListViewItem()
66 …ition (unitDetails->getEndPosition().x() + 5, 0), cPosition (unitDetails->getEndPosition().x() + 5… in cReportUnitListViewItem()
68 …sition (positionLabel->getEndPosition().x(), 0), cPosition (positionLabel->getEndPosition().x() + … in cReportUnitListViewItem()
H A Dreportdisadvantageslistviewitem.cpp60 …bel> (cBox<cPosition> (cPosition (unitImage->getEndPosition().x(), 0), cPosition (unitImage->getEn… in cReportDisadvantagesListViewItem()
70 …abel->getEndPosition().x() + casualityLabelWidth * col + (row % 2 == 0 ? 15 : 0), font->getFontHei… in cReportDisadvantagesListViewItem()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/jdom/
H A DDOMNode.java308 end= child.getEndPosition(); in appendContentsOfChildren()
314 end= sibling.getEndPosition(); in appendContentsOfChildren()
322 end= sibling.getEndPosition(); in appendContentsOfChildren()
571 public int getEndPosition() { in getEndPosition() method in DOMNode
745 node.getEndPosition() + 1 == getStartPosition(); in isContentMergableWith()
831 this.fInsertionPosition = Math.max(finder.getLineStart(temp + 1), getEndPosition()); in normalizeEndPosition()
836 this.fInsertionPosition = Math.max(finder.getLineStart(temp + 1), getEndPosition()); in normalizeEndPosition()
837 next.normalizeStartPosition(getEndPosition(), finder); in normalizeEndPosition()
/dports/games/maxr/maxr-0.2.9/src/ui/graphical/menu/windows/windowlandingpositionselection/
H A Dwindowlandingpositionselection.cpp57 …osition (cHud::panelLeftWidth, cHud::panelTopHeight), hudImageOwned->getEndPosition() - cPosition … in cWindowLandingPositionSelection()
65 …backButton = addChild (std::make_unique<cPushButton> (cPosition (35, hudImage->getEndPosition().y(… in cWindowLandingPositionSelection()
68 …> (cPosition (cHud::panelLeftWidth, cHud::panelTopHeight), hudImage->getEndPosition() - cPosition … in cWindowLandingPositionSelection()
74 …ud::panelLeftWidth + 4, hudImage->getEndPosition().y() - cHud::panelBottomHeight - 12 - 100), hudI… in cWindowLandingPositionSelection()
76 …on = addChild (std::make_unique<cCheckBox> (cPosition (35, hudImage->getEndPosition().y() - 65), l… in cWindowLandingPositionSelection()
/dports/games/maxr/maxr-0.2.9/src/ui/graphical/game/
H A Dgamegui.cpp83 …<cPosition> (cPosition (cHud::panelLeftWidth, cHud::panelTopHeight), getEndPosition() - cPosition … in cGameGui()
85 …ion (cHud::panelLeftWidth + 4, cHud::panelTopHeight + 7), cPosition (getEndPosition().x() - cHud::… in cGameGui()
91 … (cPosition (cHud::panelLeftWidth + 4, getEndPosition().y() - cHud::panelBottomHeight - 12 - 100),… in cGameGui()
95 … + 4, cHud::panelTopHeight + 7), cPosition (getEndPosition().x() - cHud::panelRightWidth - 8, getE… in cGameGui()
626 …else if (currentMousePosition.x() >= getEndPosition().x() - scrollFrameWidth) mouseScrollDirection… in handleMouseMoved()
628 …else if (currentMousePosition.y() >= getEndPosition().y() - scrollFrameWidth) mouseScrollDirection… in handleMouseMoved()
888 …ion (cHud::panelLeftWidth + 4, cHud::panelTopHeight + 7), cPosition (getEndPosition().x() - cHud::… in handleResolutionChange()
890 … (cPosition (cHud::panelLeftWidth + 4, getEndPosition().y() - cHud::panelBottomHeight - 12 - 100),… in handleResolutionChange()
892 … (cBox<cPosition> (cPosition (cHud::panelLeftWidth, 235), cPosition (getEndPosition().x() - cHud::… in handleResolutionChange()
893 …elLeftWidth, 235 + font->getFontHeight (FONT_LATIN_BIG)), cPosition (getEndPosition().x() - cHud::… in handleResolutionChange()
[all …]
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/jdom/
H A DDOMNode.java310 end = child.getEndPosition(); in appendContentsOfChildren()
316 end = sibling.getEndPosition(); in appendContentsOfChildren()
325 end = sibling.getEndPosition(); in appendContentsOfChildren()
590 public int getEndPosition() { in getEndPosition() method in DOMNode
779 && node.getEndPosition() + 1 == getStartPosition(); in isContentMergableWith()
875 getEndPosition()); in normalizeEndPosition()
882 getEndPosition()); in normalizeEndPosition()
883 next.normalizeStartPosition(getEndPosition(), finder); in normalizeEndPosition()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/make/langtools/test/crules/DefinedByAnalyzer/
H A DTest.java19 public long getEndPosition(CompilationUnitTree file, Tree tree) { in getEndPosition() method in Test
23 public long getEndPosition(Tree tree) { in getEndPosition() method in Test
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/make/langtools/test/crules/DefinedByAnalyzer/
H A DTest.java19 public long getEndPosition(CompilationUnitTree file, Tree tree) { in getEndPosition() method in Test
23 public long getEndPosition(Tree tree) { in getEndPosition() method in Test
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/make/langtools/test/crules/DefinedByAnalyzer/
H A DTest.java19 public long getEndPosition(CompilationUnitTree file, Tree tree) { in getEndPosition() method in Test
23 public long getEndPosition(Tree tree) { in getEndPosition() method in Test
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/make/langtools/test/crules/DefinedByAnalyzer/
H A DTest.java19 public long getEndPosition(CompilationUnitTree file, Tree tree) { in getEndPosition() method in Test
23 public long getEndPosition(Tree tree) { in getEndPosition() method in Test
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/make/langtools/test/crules/DefinedByAnalyzer/
H A DTest.java19 public long getEndPosition(CompilationUnitTree file, Tree tree) { in getEndPosition() method in Test
23 public long getEndPosition(Tree tree) { in getEndPosition() method in Test
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/make/langtools/test/crules/DefinedByAnalyzer/
H A DTest.java19 public long getEndPosition(CompilationUnitTree file, Tree tree) { in getEndPosition() method in Test
23 public long getEndPosition(Tree tree) { in getEndPosition() method in Test
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/make/langtools/test/crules/DefinedByAnalyzer/
H A DTest.java19 public long getEndPosition(CompilationUnitTree file, Tree tree) { in getEndPosition() method in Test
23 public long getEndPosition(Tree tree) { in getEndPosition() method in Test
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/make/langtools/test/crules/DefinedByAnalyzer/
H A DTest.java19 public long getEndPosition(CompilationUnitTree file, Tree tree) { in getEndPosition() method in Test
23 public long getEndPosition(Tree tree) { in getEndPosition() method in Test
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/parser/
H A DJavacParserTest.java166 esEndPos, pos.getEndPosition(cut, es)); in testPositionForSuperConstructorCalls()
175 mitEndPos, pos.getEndPosition(cut, mit)); in testPositionForSuperConstructorCalls()
202 epos, pos.getEndPosition(cut, mt)); in testPositionForEnumModifiers()
227 epos, pos.getEndPosition(cut, est)); in testNewClassWithEnclosing()
311 int endpos = (int) positions.getEndPosition(cut, st); in testPositionMissingStatement()
318 endpos = (int) positions.getEndPosition(cut, err); in testPositionMissingStatement()
331 int endpos = (int) d.getEndPosition(); in testPositionMissingStatement()
899 t.getSourcePositions().getEndPosition(cut, ret)); in testPositionBrokenSource126732a()
1218 methodEnd, pos.getEndPosition(cut, method)); in testTypeParamsWithoutMethod()
1253 lambdaEnd, pos.getEndPosition(cut, tree)); in testAnalyzeParensWithComma1()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/parser/
H A DJavacParserTest.java166 esEndPos, pos.getEndPosition(cut, es)); in testPositionForSuperConstructorCalls()
175 mitEndPos, pos.getEndPosition(cut, mit)); in testPositionForSuperConstructorCalls()
202 epos, pos.getEndPosition(cut, mt)); in testPositionForEnumModifiers()
227 epos, pos.getEndPosition(cut, est)); in testNewClassWithEnclosing()
311 int endpos = (int) positions.getEndPosition(cut, st); in testPositionMissingStatement()
318 endpos = (int) positions.getEndPosition(cut, err); in testPositionMissingStatement()
331 int endpos = (int) d.getEndPosition(); in testPositionMissingStatement()
899 t.getSourcePositions().getEndPosition(cut, ret)); in testPositionBrokenSource126732a()
1218 methodEnd, pos.getEndPosition(cut, method)); in testTypeParamsWithoutMethod()
1253 lambdaEnd, pos.getEndPosition(cut, tree)); in testAnalyzeParensWithComma1()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/jdk/jshell/
H A DExpectedDiagnostic.java60 public long getEndPosition() { in getEndPosition() method in ExpectedDiagnostic
88 assertEquals(diagnostic.getEndPosition(), endPosition, "End position"); in assertDiagnostic()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/jdk/jshell/
H A DExpectedDiagnostic.java60 public long getEndPosition() { in getEndPosition() method in ExpectedDiagnostic
88 assertEquals(diagnostic.getEndPosition(), endPosition, "End position"); in assertDiagnostic()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/jdk/jshell/
H A DExpectedDiagnostic.java60 public long getEndPosition() { in getEndPosition() method in ExpectedDiagnostic
88 assertEquals(diagnostic.getEndPosition(), endPosition, "End position"); in assertDiagnostic()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/jdk/jshell/
H A DExpectedDiagnostic.java60 public long getEndPosition() { in getEndPosition() method in ExpectedDiagnostic
88 assertEquals(diagnostic.getEndPosition(), endPosition, "End position"); in assertDiagnostic()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/jdk/jshell/
H A DExpectedDiagnostic.java60 public long getEndPosition() { in getEndPosition() method in ExpectedDiagnostic
88 assertEquals(diagnostic.getEndPosition(), endPosition, "End position"); in assertDiagnostic()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/jdk/jshell/
H A DExpectedDiagnostic.java60 public long getEndPosition() { in getEndPosition() method in ExpectedDiagnostic
88 assertEquals(diagnostic.getEndPosition(), endPosition, "End position"); in assertDiagnostic()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/jdk/jshell/
H A DExpectedDiagnostic.java60 public long getEndPosition() { in getEndPosition() method in ExpectedDiagnostic
88 assertEquals(diagnostic.getEndPosition(), endPosition, "End position"); in assertDiagnostic()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/jdk/jshell/
H A DExpectedDiagnostic.java60 public long getEndPosition() { in getEndPosition() method in ExpectedDiagnostic
88 assertEquals(diagnostic.getEndPosition(), endPosition, "End position"); in assertDiagnostic()

12345678910>>...29