Home
last modified time | relevance | path

Searched refs:bfBack (Results 1 – 19 of 19) sorted by relevance

/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/src/
H A DEditView.cxx1254 …BreakFinder bfBack(ll, &model.sel, lineRange, posLineStart, xStartVisible, selBackDrawn, model.pdo… in DrawBackground() local
1259 while (bfBack.More()) { in DrawBackground()
1261 const TextSegment ts = bfBack.Next(); in DrawBackground()
/dports/deskutils/presage/presage-0.9.1/apps/gtk/gprompter/scintilla/src/
H A DEditView.cxx1237 …BreakFinder bfBack(ll, &model.sel, lineRange, posLineStart, xStartVisible, selBackDrawn, model.pdo… in DrawBackground() local
1242 while (bfBack.More()) { in DrawBackground()
1244 const TextSegment ts = bfBack.Next(); in DrawBackground()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/stc/scintilla/src/
H A DEditView.cxx1402 …BreakFinder bfBack(ll, &model.sel, lineRange, posLineStart, xStartVisible, selBackDrawn, model.pdo… in DrawBackground() local
1407 while (bfBack.More()) { in DrawBackground()
1409 const TextSegment ts = bfBack.Next(); in DrawBackground()
/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/src/
H A DEditView.cxx1566 …BreakFinder bfBack(ll, &model.sel, lineRange, posLineStart, xStartVisible, selBackDrawn, model.pdo… in DrawBackground() local
1571 while (bfBack.More()) { in DrawBackground()
1573 const TextSegment ts = bfBack.Next(); in DrawBackground()
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/libs/qscintilla/src/
H A DEditView.cpp1459 …BreakFinder bfBack(ll, &model.sel, lineRange, posLineStart, xStartVisible, selBackDrawn, model.pdo… in DrawBackground() local
1464 while (bfBack.More()) { in DrawBackground()
1466 const TextSegment ts = bfBack.Next(); in DrawBackground()
/dports/devel/codequery/codequery-0.24.0/scintilla/src/
H A DEditView.cxx1464 …BreakFinder bfBack(ll, &model.sel, lineRange, posLineStart, xStartVisible, selBackDrawn, model.pdo… in DrawBackground() local
1469 while (bfBack.More()) { in DrawBackground()
1471 const TextSegment ts = bfBack.Next(); in DrawBackground()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxscintilla/src/scintilla/src/
H A DEditView.cxx1448 …BreakFinder bfBack(ll, &model.sel, lineRange, posLineStart, xStartVisible, selBackDrawn, model.pdo… in DrawBackground() local
1453 while (bfBack.More()) { in DrawBackground()
1455 const TextSegment ts = bfBack.Next(); in DrawBackground()
/dports/devel/geany-legacy/geany-1.37.1/scintilla/src/
H A DEditView.cxx1546 …BreakFinder bfBack(ll, &model.sel, lineRange, posLineStart, xStartVisible, selBackDrawn, model.pdo… in DrawBackground() local
1551 while (bfBack.More()) { in DrawBackground()
1553 const TextSegment ts = bfBack.Next(); in DrawBackground()
/dports/devel/geany/geany-1.38/scintilla/src/
H A DEditView.cxx1546 …BreakFinder bfBack(ll, &model.sel, lineRange, posLineStart, xStartVisible, selBackDrawn, model.pdo… in DrawBackground() local
1551 while (bfBack.More()) { in DrawBackground()
1553 const TextSegment ts = bfBack.Next(); in DrawBackground()
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DEditView.cpp1459 …BreakFinder bfBack(ll, &model.sel, lineRange, posLineStart, xStartVisible, selBackDrawn, model.pdo… in DrawBackground() local
1464 while (bfBack.More()) { in DrawBackground()
1466 const TextSegment ts = bfBack.Next(); in DrawBackground()
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DEditView.cpp1459 …BreakFinder bfBack(ll, &model.sel, lineRange, posLineStart, xStartVisible, selBackDrawn, model.pdo… in DrawBackground() local
1464 while (bfBack.More()) { in DrawBackground()
1466 const TextSegment ts = bfBack.Next(); in DrawBackground()
/dports/devel/py-qt5-qscintilla2/QScintilla_src-2.13.0/scintilla/src/
H A DEditView.cpp1459 …BreakFinder bfBack(ll, &model.sel, lineRange, posLineStart, xStartVisible, selBackDrawn, model.pdo… in DrawBackground() local
1464 while (bfBack.More()) { in DrawBackground()
1466 const TextSegment ts = bfBack.Next(); in DrawBackground()
/dports/x11-toolkits/scintilla/scintilla/src/
H A DEditView.cxx1651 …BreakFinder bfBack(ll, &model.sel, lineRange, posLineStart, xStartVisible, selBackDrawn, model.pdo… in DrawBackground() local
1656 while (bfBack.More()) { in DrawBackground()
1658 const TextSegment ts = bfBack.Next(); in DrawBackground()
/dports/editors/textadept/scintilla/src/
H A DEditView.cxx1651 …BreakFinder bfBack(ll, &model.sel, lineRange, posLineStart, xStartVisible, selBackDrawn, model.pdo… in DrawBackground() local
1656 while (bfBack.More()) { in DrawBackground()
1658 const TextSegment ts = bfBack.Next(); in DrawBackground()
/dports/editors/scite/scintilla/src/
H A DEditView.cxx1651 …BreakFinder bfBack(ll, &model.sel, lineRange, posLineStart, xStartVisible, selBackDrawn, model.pdo… in DrawBackground() local
1656 while (bfBack.More()) { in DrawBackground()
1658 const TextSegment ts = bfBack.Next(); in DrawBackground()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/stc/scintilla/src/
H A DEditor.cxx2856 BreakFinder bfBack(ll, lineStart, lineEnd, posLineStart, xStartVisible, selBackDrawn, pdoc); in DrawLine() local
2857 int next = bfBack.First(); in DrawLine()
2863 next = bfBack.Next(); in DrawLine()
/dports/x11-toolkits/fxscintilla/fxscintilla-2.28.0/src/
H A DEditor.cxx2888 BreakFinder bfBack(ll, lineStart, lineEnd, posLineStart, xStartVisible, selBackDrawn, pdoc); in DrawLine() local
2889 int next = bfBack.First(); in DrawLine()
2895 next = bfBack.Next(); in DrawLine()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/stc/scintilla/src/
H A DEditor.cxx2856 BreakFinder bfBack(ll, lineStart, lineEnd, posLineStart, xStartVisible, selBackDrawn, pdoc); in DrawLine() local
2857 int next = bfBack.First(); in DrawLine()
2863 next = bfBack.Next(); in DrawLine()
/dports/editors/fxite/fxite-FXITE-0_92/fxscintilla/
H A DEditor.cxx2939 …BreakFinder bfBack(ll, lineStart, lineEnd, posLineStart, xStartVisible, selBackDrawn, pdoc, &reprs… in DrawLine() local
2942 while (bfBack.More()) { in DrawLine()
2944 const TextSegment ts = bfBack.Next(); in DrawLine()