Home
last modified time | relevance | path

Searched refs:numCharsBeforeEOL (Results 26 – 50 of 57) sorted by relevance

123

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/stc/scintilla/src/
H A DPositionCache.h60 int numCharsBeforeEOL; variable
H A DEditView.cxx437 int numCharsBeforeEOL = model.pdoc->LineEnd(line) - posLineStart; in LayoutLine() local
438 const int numCharsInLine = (vstyle.viewEOL) ? lineLength : numCharsBeforeEOL; in LayoutLine()
516 ll->numCharsBeforeEOL = numCharsBeforeEOL; in LayoutLine()
752 (posInLine <= ll->numCharsBeforeEOL)) { in StartEndDisplayLine()
757 posRet = ll->numCharsBeforeEOL + posLineStart; in StartEndDisplayLine()
787 (i < ll->numCharsBeforeEOL)) in TextBackground()
890 for (int eolPos = ll->numCharsBeforeEOL; eolPos<ll->numCharsInLine; eolPos++) { in DrawEOL()
1295 if (ll->InLine(offset, subLine) && offset <= ll->numCharsBeforeEOL) { in DrawCarets()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxscintilla/src/scintilla/src/
H A DPositionCache.h60 int numCharsBeforeEOL; variable
H A DEditView.cxx430 const int numCharsBeforeEOL = model.pdoc->LineEnd(line) - posLineStart; in LayoutLine() local
431 const int numCharsInLine = (vstyle.viewEOL) ? lineLength : numCharsBeforeEOL; in LayoutLine()
509 ll->numCharsBeforeEOL = numCharsBeforeEOL; in LayoutLine()
745 (posInLine <= ll->numCharsBeforeEOL)) { in StartEndDisplayLine()
750 posRet = ll->numCharsBeforeEOL + posLineStart; in StartEndDisplayLine()
780 (i < ll->numCharsBeforeEOL)) in TextBackground()
913 for (Sci::Position eolPos = ll->numCharsBeforeEOL; eolPos<ll->numCharsInLine; eolPos++) { in DrawEOL()
1333 if (ll->InLine(offset, subLine) && offset <= ll->numCharsBeforeEOL) { in DrawCarets()
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/libs/qscintilla/src/
H A DPositionCache.h62 int numCharsBeforeEOL; variable
H A DEditView.cpp427 const int numCharsBeforeEOL = static_cast<int>(model.pdoc->LineEnd(line) - posLineStart); in LayoutLine() local
428 const int numCharsInLine = (vstyle.viewEOL) ? lineLength : numCharsBeforeEOL; in LayoutLine()
506 ll->numCharsBeforeEOL = numCharsBeforeEOL; in LayoutLine()
750 (posInLine <= ll->numCharsBeforeEOL)) { in StartEndDisplayLine()
755 posRet = ll->numCharsBeforeEOL + posLineStart; in StartEndDisplayLine()
785 (i < ll->numCharsBeforeEOL)) in TextBackground()
921 for (Sci::Position eolPos = ll->numCharsBeforeEOL; eolPos<ll->numCharsInLine; eolPos++) { in DrawEOL()
1344 if (ll->InLine(offset, subLine) && offset <= ll->numCharsBeforeEOL) { in DrawCarets()
/dports/devel/codequery/codequery-0.24.0/scintilla/src/
H A DPositionCache.h62 int numCharsBeforeEOL; variable
H A DEditView.cxx442 const int numCharsBeforeEOL = static_cast<int>(model.pdoc->LineEnd(line) - posLineStart); in LayoutLine() local
443 const int numCharsInLine = (vstyle.viewEOL) ? lineLength : numCharsBeforeEOL; in LayoutLine()
508 ll->numCharsBeforeEOL = numCharsBeforeEOL; in LayoutLine()
752 (posInLine <= ll->numCharsBeforeEOL)) { in StartEndDisplayLine()
757 posRet = ll->numCharsBeforeEOL + posLineStart; in StartEndDisplayLine()
787 (i < ll->numCharsBeforeEOL)) in TextBackground()
923 for (Sci::Position eolPos = ll->numCharsBeforeEOL; eolPos<ll->numCharsInLine; eolPos++) { in DrawEOL()
1348 if (ll->InLine(offset, subLine) && offset <= ll->numCharsBeforeEOL) { in DrawCarets()
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DPositionCache.h62 int numCharsBeforeEOL; variable
H A DEditView.cpp427 const int numCharsBeforeEOL = static_cast<int>(model.pdoc->LineEnd(line) - posLineStart); in LayoutLine() local
428 const int numCharsInLine = (vstyle.viewEOL) ? lineLength : numCharsBeforeEOL; in LayoutLine()
506 ll->numCharsBeforeEOL = numCharsBeforeEOL; in LayoutLine()
750 (posInLine <= ll->numCharsBeforeEOL)) { in StartEndDisplayLine()
755 posRet = ll->numCharsBeforeEOL + posLineStart; in StartEndDisplayLine()
785 (i < ll->numCharsBeforeEOL)) in TextBackground()
921 for (Sci::Position eolPos = ll->numCharsBeforeEOL; eolPos<ll->numCharsInLine; eolPos++) { in DrawEOL()
1344 if (ll->InLine(offset, subLine) && offset <= ll->numCharsBeforeEOL) { in DrawCarets()
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DPositionCache.h62 int numCharsBeforeEOL; variable
H A DEditView.cpp427 const int numCharsBeforeEOL = static_cast<int>(model.pdoc->LineEnd(line) - posLineStart); in LayoutLine() local
428 const int numCharsInLine = (vstyle.viewEOL) ? lineLength : numCharsBeforeEOL; in LayoutLine()
506 ll->numCharsBeforeEOL = numCharsBeforeEOL; in LayoutLine()
750 (posInLine <= ll->numCharsBeforeEOL)) { in StartEndDisplayLine()
755 posRet = ll->numCharsBeforeEOL + posLineStart; in StartEndDisplayLine()
785 (i < ll->numCharsBeforeEOL)) in TextBackground()
921 for (Sci::Position eolPos = ll->numCharsBeforeEOL; eolPos<ll->numCharsInLine; eolPos++) { in DrawEOL()
1344 if (ll->InLine(offset, subLine) && offset <= ll->numCharsBeforeEOL) { in DrawCarets()
/dports/devel/py-qt5-qscintilla2/QScintilla_src-2.13.0/scintilla/src/
H A DPositionCache.h62 int numCharsBeforeEOL; variable
H A DEditView.cpp427 const int numCharsBeforeEOL = static_cast<int>(model.pdoc->LineEnd(line) - posLineStart); in LayoutLine() local
428 const int numCharsInLine = (vstyle.viewEOL) ? lineLength : numCharsBeforeEOL; in LayoutLine()
506 ll->numCharsBeforeEOL = numCharsBeforeEOL; in LayoutLine()
750 (posInLine <= ll->numCharsBeforeEOL)) { in StartEndDisplayLine()
755 posRet = ll->numCharsBeforeEOL + posLineStart; in StartEndDisplayLine()
785 (i < ll->numCharsBeforeEOL)) in TextBackground()
921 for (Sci::Position eolPos = ll->numCharsBeforeEOL; eolPos<ll->numCharsInLine; eolPos++) { in DrawEOL()
1344 if (ll->InLine(offset, subLine) && offset <= ll->numCharsBeforeEOL) { in DrawCarets()
/dports/devel/geany-legacy/geany-1.37.1/scintilla/src/
H A DPositionCache.h62 int numCharsBeforeEOL; variable
H A DEditView.cxx441 const int numCharsBeforeEOL = static_cast<int>(model.pdoc->LineEnd(line) - posLineStart); in LayoutLine() local
442 const int numCharsInLine = (vstyle.viewEOL) ? lineLength : numCharsBeforeEOL; in LayoutLine()
507 ll->numCharsBeforeEOL = numCharsBeforeEOL; in LayoutLine()
747 (posInLine <= ll->numCharsBeforeEOL)) { in StartEndDisplayLine()
752 posRet = ll->numCharsBeforeEOL + posLineStart; in StartEndDisplayLine()
782 (i < ll->numCharsBeforeEOL)) in TextBackground()
918 for (Sci::Position eolPos = ll->numCharsBeforeEOL; eolPos<ll->numCharsInLine; eolPos++) { in DrawEOL()
1431 if (ll->InLine(offset, subLine) && offset <= ll->numCharsBeforeEOL) { in DrawCarets()
/dports/devel/geany/geany-1.38/scintilla/src/
H A DPositionCache.h62 int numCharsBeforeEOL; variable
H A DEditView.cxx441 const int numCharsBeforeEOL = static_cast<int>(model.pdoc->LineEnd(line) - posLineStart); in LayoutLine() local
442 const int numCharsInLine = (vstyle.viewEOL) ? lineLength : numCharsBeforeEOL; in LayoutLine()
507 ll->numCharsBeforeEOL = numCharsBeforeEOL; in LayoutLine()
747 (posInLine <= ll->numCharsBeforeEOL)) { in StartEndDisplayLine()
752 posRet = ll->numCharsBeforeEOL + posLineStart; in StartEndDisplayLine()
782 (i < ll->numCharsBeforeEOL)) in TextBackground()
918 for (Sci::Position eolPos = ll->numCharsBeforeEOL; eolPos<ll->numCharsInLine; eolPos++) { in DrawEOL()
1431 if (ll->InLine(offset, subLine) && offset <= ll->numCharsBeforeEOL) { in DrawCarets()
/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/src/
H A DPositionCache.h69 int numCharsBeforeEOL; variable
H A DEditView.cxx441 const int numCharsBeforeEOL = static_cast<int>(model.pdoc->LineEnd(line) - posLineStart); in LayoutLine() local
442 const int numCharsInLine = (vstyle.viewEOL) ? lineLength : numCharsBeforeEOL; in LayoutLine()
507 ll->numCharsBeforeEOL = numCharsBeforeEOL; in LayoutLine()
815 (posInLine <= ll->numCharsBeforeEOL)) { in StartEndDisplayLine()
820 posRet = ll->numCharsBeforeEOL + posLineStart; in StartEndDisplayLine()
850 (i < ll->numCharsBeforeEOL)) in TextBackground()
986 for (Sci::Position eolPos = ll->numCharsBeforeEOL; eolPos<ll->numCharsInLine; eolPos++) { in DrawEOL()
1438 if (ll->InLine(offset, subLine) && offset <= ll->numCharsBeforeEOL) { in DrawCarets()
/dports/x11-toolkits/scintilla/scintilla/src/
H A DPositionCache.h69 int numCharsBeforeEOL; variable
/dports/editors/textadept/scintilla/src/
H A DPositionCache.h69 int numCharsBeforeEOL; variable
/dports/editors/scite/scintilla/src/
H A DPositionCache.h69 int numCharsBeforeEOL; variable
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/src/
H A DEditView.cxx422 int numCharsBeforeEOL = model.pdoc->LineEnd(line) - posLineStart; in LayoutLine() local
423 const int numCharsInLine = (vstyle.viewEOL) ? lineLength : numCharsBeforeEOL; in LayoutLine()
493 ll->numCharsBeforeEOL = numCharsBeforeEOL; in LayoutLine()
731 (i < ll->numCharsBeforeEOL)) in TextBackground()
832 for (int eolPos = ll->numCharsBeforeEOL; eolPos<ll->numCharsInLine; eolPos++) { in DrawEOL()
1147 if (ll->InLine(offset, subLine) && offset <= ll->numCharsBeforeEOL) { in DrawCarets()
/dports/deskutils/presage/presage-0.9.1/apps/gtk/gprompter/scintilla/src/
H A DEditView.cxx418 int numCharsBeforeEOL = model.pdoc->LineEnd(line) - posLineStart; in LayoutLine() local
419 const int numCharsInLine = (vstyle.viewEOL) ? lineLength : numCharsBeforeEOL; in LayoutLine()
490 ll->numCharsBeforeEOL = numCharsBeforeEOL; in LayoutLine()
728 (i < ll->numCharsBeforeEOL)) in TextBackground()
829 for (int eolPos = ll->numCharsBeforeEOL; eolPos<ll->numCharsInLine; eolPos++) { in DrawEOL()
1134 if (ll->InLine(offset, subLine) && offset <= ll->numCharsBeforeEOL) { in DrawCarets()

123