Home
last modified time | relevance | path

Searched refs:posInLine (Results 1 – 25 of 82) sorted by relevance

1234

/dports/editors/featherpad/FeatherPad-1.0.1/featherpad/
H A Dsingleton.cpp180 posInLine = 0; in cursorInfo()
184 posInLine = 0; // useless in cursorInfo()
205 posInLine = l.at (1).toInt (&ok); in cursorInfo()
225 posInLine = 0; in processInfo()
300 int lineNum = 0, posInLine = 0; in firstWin() local
307 newWin (QStringList() << file, lineNum, posInLine); in firstWin()
310 newWin (filesList, lineNum, posInLine); in firstWin()
315 int lineNum, int posInLine) in newWin() argument
351 int lineNum = 0, posInLine = 0; in handleMessage() local
357 newWin (filesList, lineNum, posInLine); in handleMessage()
[all …]
H A Dsingleton.h42 int lineNum = 0, int posInLine = 0);
69 bool cursorInfo (const QString& commndOpt, int& lineNum, int& posInLine);
71 long &desktop, int& lineNum, int& posInLine,
H A Dloading.h32 int restoreCursor, int posInLine,
47 int posInLine = 0,
H A Dfpwin.h94 … int posInLine, // If restoreCursor > 1, this is the cursor position in the line.
189 int restoreCursor, int posInLine,
217 int restoreCursor = 0, int posInLine = 0,
H A Dloading.cpp28 int restoreCursor, int posInLine, in Loading() argument
34 posInLine_ (posInLine), in Loading()
/dports/devel/okteta/okteta-0.26.6/gui/
H A Dabstractbytearraycolumnrenderer.hpp127 PixelX xOfLinePosition(LinePosition posInLine) const;
129 PixelX rightXOfLinePosition(LinePosition posInLine) const;
135 PixelX columnXOfLinePosition(LinePosition posInLine) const;
137 PixelX columnRightXOfLinePosition(LinePosition posInLine) const;
H A Dbytearrayrowcolumnrenderer.hpp155 PixelX xOfLinePosition(LinePosition posInLine) const;
157 PixelX rightXOfLinePosition(LinePosition posInLine) const;
163 PixelX columnXOfLinePosition(LinePosition posInLine) const;
165 PixelX columnRightXOfLinePosition(LinePosition posInLine) const;
H A Dabstractbytearraycolumnrenderer_p.hpp110 PixelX xOfLinePosition(LinePosition posInLine) const;
112 PixelX rightXOfLinePosition(LinePosition posInLine) const;
118 PixelX columnXOfLinePosition(LinePosition posInLine) const;
120 PixelX columnRightXOfLinePosition(LinePosition posInLine) const;
H A Dbytearrayrowcolumnrenderer_p.hpp143 PixelX xOfLinePosition(LinePosition posInLine) const;
145 PixelX rightXOfLinePosition(LinePosition posInLine) const;
151 PixelX columnXOfLinePosition(LinePosition posInLine) const;
153 PixelX columnRightXOfLinePosition(LinePosition posInLine) const;
/dports/games/scummvm/scummvm-2.5.1/engines/icb/
H A Dtext_sprites_pc.cpp44 …uint32 posInLine; // for keeping trac… in BuildTextSprite() local
124 for (posInLine = 0; posInLine < lineInfo.line[lineNo].length; posInLine++) { in BuildTextSprite()
/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/src/
H A DPositionCache.cxx156 if (!lineStarts || (posInLine > maxLineLength)) { in SubLineFromPosition()
163 if (lineStarts[line + 1] <= posInLine + 1) in SubLineFromPosition()
166 if (lineStarts[line + 1] <= posInLine) in SubLineFromPosition()
264 if (posInLine > maxLineLength) { in PointFromPosition()
270 if (posInLine >= rangeSubLine.start) { in PointFromPosition()
272 if (posInLine <= rangeSubLine.end) { in PointFromPosition()
545 const int posInLine = static_cast<int>(val); in Insert() local
546 if (posInLine > nextBreak) { in Insert()
549 selAndEdge.push_back(posInLine); in Insert()
550 } else if (*it != posInLine) { in Insert()
[all …]
/dports/x11-toolkits/scintilla/scintilla/src/
H A DPositionCache.cxx156 if (!lineStarts || (posInLine > maxLineLength)) { in SubLineFromPosition()
163 if (lineStarts[line + 1] <= posInLine + 1) in SubLineFromPosition()
166 if (lineStarts[line + 1] <= posInLine) in SubLineFromPosition()
264 if (posInLine > maxLineLength) { in PointFromPosition()
270 if (posInLine >= rangeSubLine.start) { in PointFromPosition()
272 if (posInLine <= rangeSubLine.end) { in PointFromPosition()
545 const int posInLine = static_cast<int>(val); in Insert() local
546 if (posInLine > nextBreak) { in Insert()
549 selAndEdge.push_back(posInLine); in Insert()
550 } else if (*it != posInLine) { in Insert()
[all …]
/dports/editors/textadept/scintilla/src/
H A DPositionCache.cxx156 if (!lineStarts || (posInLine > maxLineLength)) { in SubLineFromPosition()
163 if (lineStarts[line + 1] <= posInLine + 1) in SubLineFromPosition()
166 if (lineStarts[line + 1] <= posInLine) in SubLineFromPosition()
264 if (posInLine > maxLineLength) { in PointFromPosition()
270 if (posInLine >= rangeSubLine.start) { in PointFromPosition()
272 if (posInLine <= rangeSubLine.end) { in PointFromPosition()
545 const int posInLine = static_cast<int>(val); in Insert() local
546 if (posInLine > nextBreak) { in Insert()
549 selAndEdge.push_back(posInLine); in Insert()
550 } else if (*it != posInLine) { in Insert()
[all …]
/dports/editors/scite/scintilla/src/
H A DPositionCache.cxx156 if (!lineStarts || (posInLine > maxLineLength)) { in SubLineFromPosition()
163 if (lineStarts[line + 1] <= posInLine + 1) in SubLineFromPosition()
166 if (lineStarts[line + 1] <= posInLine) in SubLineFromPosition()
264 if (posInLine > maxLineLength) { in PointFromPosition()
270 if (posInLine >= rangeSubLine.start) { in PointFromPosition()
272 if (posInLine <= rangeSubLine.end) { in PointFromPosition()
545 const int posInLine = static_cast<int>(val); in Insert() local
546 if (posInLine > nextBreak) { in Insert()
549 selAndEdge.push_back(posInLine); in Insert()
550 } else if (*it != posInLine) { in Insert()
[all …]
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/libs/qscintilla/src/
H A DPositionCache.cpp213 Point LineLayout::PointFromPosition(int posInLine, int lineHeight, PointEnd pe) const { in PointFromPosition() argument
216 if (posInLine > maxLineLength) { in PointFromPosition()
222 if (posInLine >= rangeSubLine.start) { in PointFromPosition()
224 if (posInLine <= rangeSubLine.end) { in PointFromPosition()
225 pt.x = positions[posInLine] - positions[rangeSubLine.start]; in PointFromPosition()
436 const int posInLine = static_cast<int>(val); in Insert() local
437 if (posInLine > nextBreak) { in Insert()
438 … std::vector<int>::iterator it = std::lower_bound(selAndEdge.begin(), selAndEdge.end(), posInLine); in Insert()
440 selAndEdge.push_back(posInLine); in Insert()
441 } else if (*it != posInLine) { in Insert()
[all …]
/dports/devel/codequery/codequery-0.24.0/scintilla/src/
H A DPositionCache.cxx214 Point LineLayout::PointFromPosition(int posInLine, int lineHeight, PointEnd pe) const { in PointFromPosition() argument
217 if (posInLine > maxLineLength) { in PointFromPosition()
223 if (posInLine >= rangeSubLine.start) { in PointFromPosition()
225 if (posInLine <= rangeSubLine.end) { in PointFromPosition()
226 pt.x = positions[posInLine] - positions[rangeSubLine.start]; in PointFromPosition()
437 const int posInLine = static_cast<int>(val); in Insert() local
438 if (posInLine > nextBreak) { in Insert()
439 … std::vector<int>::iterator it = std::lower_bound(selAndEdge.begin(), selAndEdge.end(), posInLine); in Insert()
441 selAndEdge.push_back(posInLine); in Insert()
442 } else if (*it != posInLine) { in Insert()
[all …]
/dports/devel/geany-legacy/geany-1.37.1/scintilla/src/
H A DPositionCache.cxx214 Point LineLayout::PointFromPosition(int posInLine, int lineHeight, PointEnd pe) const noexcept { in PointFromPosition() argument
217 if (posInLine > maxLineLength) { in PointFromPosition()
223 if (posInLine >= rangeSubLine.start) { in PointFromPosition()
225 if (posInLine <= rangeSubLine.end) { in PointFromPosition()
226 pt.x = positions[posInLine] - positions[rangeSubLine.start]; in PointFromPosition()
437 const int posInLine = static_cast<int>(val); in Insert() local
438 if (posInLine > nextBreak) { in Insert()
439 … std::vector<int>::iterator it = std::lower_bound(selAndEdge.begin(), selAndEdge.end(), posInLine); in Insert()
441 selAndEdge.push_back(posInLine); in Insert()
442 } else if (*it != posInLine) { in Insert()
[all …]
/dports/devel/geany/geany-1.38/scintilla/src/
H A DPositionCache.cxx214 Point LineLayout::PointFromPosition(int posInLine, int lineHeight, PointEnd pe) const noexcept { in PointFromPosition() argument
217 if (posInLine > maxLineLength) { in PointFromPosition()
223 if (posInLine >= rangeSubLine.start) { in PointFromPosition()
225 if (posInLine <= rangeSubLine.end) { in PointFromPosition()
226 pt.x = positions[posInLine] - positions[rangeSubLine.start]; in PointFromPosition()
437 const int posInLine = static_cast<int>(val); in Insert() local
438 if (posInLine > nextBreak) { in Insert()
439 … std::vector<int>::iterator it = std::lower_bound(selAndEdge.begin(), selAndEdge.end(), posInLine); in Insert()
441 selAndEdge.push_back(posInLine); in Insert()
442 } else if (*it != posInLine) { in Insert()
[all …]
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DPositionCache.cpp213 Point LineLayout::PointFromPosition(int posInLine, int lineHeight, PointEnd pe) const { in PointFromPosition() argument
216 if (posInLine > maxLineLength) { in PointFromPosition()
222 if (posInLine >= rangeSubLine.start) { in PointFromPosition()
224 if (posInLine <= rangeSubLine.end) { in PointFromPosition()
225 pt.x = positions[posInLine] - positions[rangeSubLine.start]; in PointFromPosition()
436 const int posInLine = static_cast<int>(val); in Insert() local
437 if (posInLine > nextBreak) { in Insert()
438 … std::vector<int>::iterator it = std::lower_bound(selAndEdge.begin(), selAndEdge.end(), posInLine); in Insert()
440 selAndEdge.push_back(posInLine); in Insert()
441 } else if (*it != posInLine) { in Insert()
[all …]
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DPositionCache.cpp213 Point LineLayout::PointFromPosition(int posInLine, int lineHeight, PointEnd pe) const { in PointFromPosition() argument
216 if (posInLine > maxLineLength) { in PointFromPosition()
222 if (posInLine >= rangeSubLine.start) { in PointFromPosition()
224 if (posInLine <= rangeSubLine.end) { in PointFromPosition()
225 pt.x = positions[posInLine] - positions[rangeSubLine.start]; in PointFromPosition()
436 const int posInLine = static_cast<int>(val); in Insert() local
437 if (posInLine > nextBreak) { in Insert()
438 … std::vector<int>::iterator it = std::lower_bound(selAndEdge.begin(), selAndEdge.end(), posInLine); in Insert()
440 selAndEdge.push_back(posInLine); in Insert()
441 } else if (*it != posInLine) { in Insert()
[all …]
/dports/devel/py-qt5-qscintilla2/QScintilla_src-2.13.0/scintilla/src/
H A DPositionCache.cpp213 Point LineLayout::PointFromPosition(int posInLine, int lineHeight, PointEnd pe) const { in PointFromPosition() argument
216 if (posInLine > maxLineLength) { in PointFromPosition()
222 if (posInLine >= rangeSubLine.start) { in PointFromPosition()
224 if (posInLine <= rangeSubLine.end) { in PointFromPosition()
225 pt.x = positions[posInLine] - positions[rangeSubLine.start]; in PointFromPosition()
436 const int posInLine = static_cast<int>(val); in Insert() local
437 if (posInLine > nextBreak) { in Insert()
438 … std::vector<int>::iterator it = std::lower_bound(selAndEdge.begin(), selAndEdge.end(), posInLine); in Insert()
440 selAndEdge.push_back(posInLine); in Insert()
441 } else if (*it != posInLine) { in Insert()
[all …]
/dports/textproc/kdiff3/kdiff3-1.9.4/src/
H A Dpdiff.cpp1807 int posInLine = m_pFindDialog->currentPos; in slotEditFindNext() local
1815 … m_pDiffTextWindow1->setSelection(d3vLine, posInLine, d3vLine, posInLine + s.length(), l, p); in slotEditFindNext()
1819 m_pFindDialog->currentPos = posInLine + 1; in slotEditFindNext()
1826 posInLine = m_pFindDialog->currentPos; in slotEditFindNext()
1832 … m_pDiffTextWindow2->setSelection(d3vLine, posInLine, d3vLine, posInLine + s.length(), l, p); in slotEditFindNext()
1836 m_pFindDialog->currentPos = posInLine + 1; in slotEditFindNext()
1844 posInLine = m_pFindDialog->currentPos; in slotEditFindNext()
1850 … m_pDiffTextWindow3->setSelection(d3vLine, posInLine, d3vLine, posInLine + s.length(), l, p); in slotEditFindNext()
1854 m_pFindDialog->currentPos = posInLine + 1; in slotEditFindNext()
1862 posInLine = m_pFindDialog->currentPos; in slotEditFindNext()
[all …]
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/src/
H A DPositionCache.cxx219 Point LineLayout::PointFromPosition(int posInLine, int lineHeight) const { in PointFromPosition() argument
222 if (posInLine > maxLineLength) { in PointFromPosition()
228 if (posInLine >= rangeSubLine.start) { in PointFromPosition()
230 if (posInLine <= rangeSubLine.end) { in PointFromPosition()
231 pt.x = positions[posInLine] - positions[rangeSubLine.start]; in PointFromPosition()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/stc/scintilla/src/
H A DPositionCache.cxx220 Point LineLayout::PointFromPosition(int posInLine, int lineHeight, PointEnd pe) const { in PointFromPosition() argument
223 if (posInLine > maxLineLength) { in PointFromPosition()
229 if (posInLine >= rangeSubLine.start) { in PointFromPosition()
231 if (posInLine <= rangeSubLine.end) { in PointFromPosition()
232 pt.x = positions[posInLine] - positions[rangeSubLine.start]; in PointFromPosition()
/dports/deskutils/presage/presage-0.9.1/apps/gtk/gprompter/scintilla/src/
H A DPositionCache.cxx218 Point LineLayout::PointFromPosition(int posInLine, int lineHeight) const { in PointFromPosition() argument
221 if (posInLine > maxLineLength) { in PointFromPosition()
227 if (posInLine >= rangeSubLine.start) { in PointFromPosition()
229 if (posInLine <= rangeSubLine.end) { in PointFromPosition()
230 pt.x = positions[posInLine] - positions[rangeSubLine.start]; in PointFromPosition()

1234