Home
last modified time | relevance | path

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

/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/src/
H A DEditView.cxx1079 int offsetLastChar = offset + (posAfter - posCaret); in DrawBlockCaret() local
1080 while ((posBefore > 0) && ((offsetLastChar - numCharsToDraw) >= lineStart)) { in DrawBlockCaret()
1081 if ((ll->positions[offsetLastChar] - ll->positions[offsetLastChar - numCharsToDraw]) > 0) { in DrawBlockCaret()
1096 numCharsToDraw = offsetLastChar - offsetFirstChar; in DrawBlockCaret()
1097 while ((offsetLastChar < ll->LineStart(subLine + 1)) && (offsetLastChar <= ll->numCharsInLine)) { in DrawBlockCaret()
1103 offsetLastChar = offset + (posAfter - posCaret); in DrawBlockCaret()
1104 …if ((ll->positions[offsetLastChar] - ll->positions[offsetLastChar - (posAfter - posBefore)]) > 0) { in DrawBlockCaret()
1109 numCharsToDraw = offsetLastChar - offsetFirstChar; in DrawBlockCaret()
/dports/deskutils/presage/presage-0.9.1/apps/gtk/gprompter/scintilla/src/
H A DEditView.cxx1066 int offsetLastChar = offset + (posAfter - posCaret); in DrawBlockCaret() local
1067 while ((posBefore > 0) && ((offsetLastChar - numCharsToDraw) >= lineStart)) { in DrawBlockCaret()
1068 if ((ll->positions[offsetLastChar] - ll->positions[offsetLastChar - numCharsToDraw]) > 0) { in DrawBlockCaret()
1083 numCharsToDraw = offsetLastChar - offsetFirstChar; in DrawBlockCaret()
1084 while ((offsetLastChar < ll->LineStart(subLine + 1)) && (offsetLastChar <= ll->numCharsInLine)) { in DrawBlockCaret()
1090 offsetLastChar = offset + (posAfter - posCaret); in DrawBlockCaret()
1091 …if ((ll->positions[offsetLastChar] - ll->positions[offsetLastChar - (posAfter - posBefore)]) > 0) { in DrawBlockCaret()
1096 numCharsToDraw = offsetLastChar - offsetFirstChar; in DrawBlockCaret()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/stc/scintilla/src/
H A DEditView.cxx1227 int offsetLastChar = offset + (posAfter - posCaret); in DrawBlockCaret() local
1228 while ((posBefore > 0) && ((offsetLastChar - numCharsToDraw) >= lineStart)) { in DrawBlockCaret()
1229 if ((ll->positions[offsetLastChar] - ll->positions[offsetLastChar - numCharsToDraw]) > 0) { in DrawBlockCaret()
1244 numCharsToDraw = offsetLastChar - offsetFirstChar; in DrawBlockCaret()
1245 while ((offsetLastChar < ll->LineStart(subLine + 1)) && (offsetLastChar <= ll->numCharsInLine)) { in DrawBlockCaret()
1251 offsetLastChar = offset + (posAfter - posCaret); in DrawBlockCaret()
1252 …if ((ll->positions[offsetLastChar] - ll->positions[offsetLastChar - (posAfter - posBefore)]) > 0) { in DrawBlockCaret()
1257 numCharsToDraw = offsetLastChar - offsetFirstChar; in DrawBlockCaret()
/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/src/
H A DEditView.cxx1362 Sci::Position offsetLastChar = offset + (posAfter - posCaret); in DrawBlockCaret() local
1363 while ((posBefore > 0) && ((offsetLastChar - numCharsToDraw) >= lineStart)) { in DrawBlockCaret()
1364 if ((ll->positions[offsetLastChar] - ll->positions[offsetLastChar - numCharsToDraw]) > 0) { in DrawBlockCaret()
1379 numCharsToDraw = offsetLastChar - offsetFirstChar; in DrawBlockCaret()
1380 while ((offsetLastChar < ll->LineStart(subLine + 1)) && (offsetLastChar <= ll->numCharsInLine)) { in DrawBlockCaret()
1386 offsetLastChar = offset + (posAfter - posCaret); in DrawBlockCaret()
1387 …if ((ll->positions[offsetLastChar] - ll->positions[offsetLastChar - (posAfter - posBefore)]) > 0) { in DrawBlockCaret()
1392 numCharsToDraw = offsetLastChar - offsetFirstChar; in DrawBlockCaret()
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/libs/qscintilla/src/
H A DEditView.cpp1270 Sci::Position offsetLastChar = offset + (posAfter - posCaret); in DrawBlockCaret() local
1271 while ((posBefore > 0) && ((offsetLastChar - numCharsToDraw) >= lineStart)) { in DrawBlockCaret()
1272 if ((ll->positions[offsetLastChar] - ll->positions[offsetLastChar - numCharsToDraw]) > 0) { in DrawBlockCaret()
1287 numCharsToDraw = offsetLastChar - offsetFirstChar; in DrawBlockCaret()
1288 while ((offsetLastChar < ll->LineStart(subLine + 1)) && (offsetLastChar <= ll->numCharsInLine)) { in DrawBlockCaret()
1294 offsetLastChar = offset + (posAfter - posCaret); in DrawBlockCaret()
1295 …if ((ll->positions[offsetLastChar] - ll->positions[offsetLastChar - (posAfter - posBefore)]) > 0) { in DrawBlockCaret()
1300 numCharsToDraw = offsetLastChar - offsetFirstChar; in DrawBlockCaret()
/dports/devel/codequery/codequery-0.24.0/scintilla/src/
H A DEditView.cxx1272 Sci::Position offsetLastChar = offset + (posAfter - posCaret); in DrawBlockCaret() local
1273 while ((posBefore > 0) && ((offsetLastChar - numCharsToDraw) >= lineStart)) { in DrawBlockCaret()
1274 if ((ll->positions[offsetLastChar] - ll->positions[offsetLastChar - numCharsToDraw]) > 0) { in DrawBlockCaret()
1289 numCharsToDraw = offsetLastChar - offsetFirstChar; in DrawBlockCaret()
1290 while ((offsetLastChar < ll->LineStart(subLine + 1)) && (offsetLastChar <= ll->numCharsInLine)) { in DrawBlockCaret()
1296 offsetLastChar = offset + (posAfter - posCaret); in DrawBlockCaret()
1297 …if ((ll->positions[offsetLastChar] - ll->positions[offsetLastChar - (posAfter - posBefore)]) > 0) { in DrawBlockCaret()
1302 numCharsToDraw = offsetLastChar - offsetFirstChar; in DrawBlockCaret()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxscintilla/src/scintilla/src/
H A DEditView.cxx1259 Sci::Position offsetLastChar = offset + (posAfter - posCaret); in DrawBlockCaret() local
1260 while ((posBefore > 0) && ((offsetLastChar - numCharsToDraw) >= lineStart)) { in DrawBlockCaret()
1261 if ((ll->positions[offsetLastChar] - ll->positions[offsetLastChar - numCharsToDraw]) > 0) { in DrawBlockCaret()
1276 numCharsToDraw = offsetLastChar - offsetFirstChar; in DrawBlockCaret()
1277 while ((offsetLastChar < ll->LineStart(subLine + 1)) && (offsetLastChar <= ll->numCharsInLine)) { in DrawBlockCaret()
1283 offsetLastChar = offset + (posAfter - posCaret); in DrawBlockCaret()
1284 …if ((ll->positions[offsetLastChar] - ll->positions[offsetLastChar - (posAfter - posBefore)]) > 0) { in DrawBlockCaret()
1289 numCharsToDraw = offsetLastChar - offsetFirstChar; in DrawBlockCaret()
/dports/devel/geany-legacy/geany-1.37.1/scintilla/src/
H A DEditView.cxx1355 Sci::Position offsetLastChar = offset + (posAfter - posCaret); in DrawBlockCaret() local
1356 while ((posBefore > 0) && ((offsetLastChar - numCharsToDraw) >= lineStart)) { in DrawBlockCaret()
1357 if ((ll->positions[offsetLastChar] - ll->positions[offsetLastChar - numCharsToDraw]) > 0) { in DrawBlockCaret()
1372 numCharsToDraw = offsetLastChar - offsetFirstChar; in DrawBlockCaret()
1373 while ((offsetLastChar < ll->LineStart(subLine + 1)) && (offsetLastChar <= ll->numCharsInLine)) { in DrawBlockCaret()
1379 offsetLastChar = offset + (posAfter - posCaret); in DrawBlockCaret()
1380 …if ((ll->positions[offsetLastChar] - ll->positions[offsetLastChar - (posAfter - posBefore)]) > 0) { in DrawBlockCaret()
1385 numCharsToDraw = offsetLastChar - offsetFirstChar; in DrawBlockCaret()
/dports/devel/geany/geany-1.38/scintilla/src/
H A DEditView.cxx1355 Sci::Position offsetLastChar = offset + (posAfter - posCaret); in DrawBlockCaret() local
1356 while ((posBefore > 0) && ((offsetLastChar - numCharsToDraw) >= lineStart)) { in DrawBlockCaret()
1357 if ((ll->positions[offsetLastChar] - ll->positions[offsetLastChar - numCharsToDraw]) > 0) { in DrawBlockCaret()
1372 numCharsToDraw = offsetLastChar - offsetFirstChar; in DrawBlockCaret()
1373 while ((offsetLastChar < ll->LineStart(subLine + 1)) && (offsetLastChar <= ll->numCharsInLine)) { in DrawBlockCaret()
1379 offsetLastChar = offset + (posAfter - posCaret); in DrawBlockCaret()
1380 …if ((ll->positions[offsetLastChar] - ll->positions[offsetLastChar - (posAfter - posBefore)]) > 0) { in DrawBlockCaret()
1385 numCharsToDraw = offsetLastChar - offsetFirstChar; in DrawBlockCaret()
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DEditView.cpp1270 Sci::Position offsetLastChar = offset + (posAfter - posCaret); in DrawBlockCaret() local
1271 while ((posBefore > 0) && ((offsetLastChar - numCharsToDraw) >= lineStart)) { in DrawBlockCaret()
1272 if ((ll->positions[offsetLastChar] - ll->positions[offsetLastChar - numCharsToDraw]) > 0) { in DrawBlockCaret()
1287 numCharsToDraw = offsetLastChar - offsetFirstChar; in DrawBlockCaret()
1288 while ((offsetLastChar < ll->LineStart(subLine + 1)) && (offsetLastChar <= ll->numCharsInLine)) { in DrawBlockCaret()
1294 offsetLastChar = offset + (posAfter - posCaret); in DrawBlockCaret()
1295 …if ((ll->positions[offsetLastChar] - ll->positions[offsetLastChar - (posAfter - posBefore)]) > 0) { in DrawBlockCaret()
1300 numCharsToDraw = offsetLastChar - offsetFirstChar; in DrawBlockCaret()
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DEditView.cpp1270 Sci::Position offsetLastChar = offset + (posAfter - posCaret); in DrawBlockCaret() local
1271 while ((posBefore > 0) && ((offsetLastChar - numCharsToDraw) >= lineStart)) { in DrawBlockCaret()
1272 if ((ll->positions[offsetLastChar] - ll->positions[offsetLastChar - numCharsToDraw]) > 0) { in DrawBlockCaret()
1287 numCharsToDraw = offsetLastChar - offsetFirstChar; in DrawBlockCaret()
1288 while ((offsetLastChar < ll->LineStart(subLine + 1)) && (offsetLastChar <= ll->numCharsInLine)) { in DrawBlockCaret()
1294 offsetLastChar = offset + (posAfter - posCaret); in DrawBlockCaret()
1295 …if ((ll->positions[offsetLastChar] - ll->positions[offsetLastChar - (posAfter - posBefore)]) > 0) { in DrawBlockCaret()
1300 numCharsToDraw = offsetLastChar - offsetFirstChar; in DrawBlockCaret()
/dports/devel/py-qt5-qscintilla2/QScintilla_src-2.13.0/scintilla/src/
H A DEditView.cpp1270 Sci::Position offsetLastChar = offset + (posAfter - posCaret); in DrawBlockCaret() local
1271 while ((posBefore > 0) && ((offsetLastChar - numCharsToDraw) >= lineStart)) { in DrawBlockCaret()
1272 if ((ll->positions[offsetLastChar] - ll->positions[offsetLastChar - numCharsToDraw]) > 0) { in DrawBlockCaret()
1287 numCharsToDraw = offsetLastChar - offsetFirstChar; in DrawBlockCaret()
1288 while ((offsetLastChar < ll->LineStart(subLine + 1)) && (offsetLastChar <= ll->numCharsInLine)) { in DrawBlockCaret()
1294 offsetLastChar = offset + (posAfter - posCaret); in DrawBlockCaret()
1295 …if ((ll->positions[offsetLastChar] - ll->positions[offsetLastChar - (posAfter - posBefore)]) > 0) { in DrawBlockCaret()
1300 numCharsToDraw = offsetLastChar - offsetFirstChar; in DrawBlockCaret()
/dports/x11-toolkits/scintilla/scintilla/src/
H A DEditView.cxx1448 Sci::Position offsetLastChar = offset + (posAfter - posCaret); in DrawBlockCaret() local
1449 while ((posBefore > 0) && ((offsetLastChar - numCharsToDraw) >= lineStart)) { in DrawBlockCaret()
1450 if ((ll->positions[offsetLastChar] - ll->positions[offsetLastChar - numCharsToDraw]) > 0) { in DrawBlockCaret()
1465 numCharsToDraw = offsetLastChar - offsetFirstChar; in DrawBlockCaret()
1466 while ((offsetLastChar < ll->LineStart(subLine + 1)) && (offsetLastChar <= ll->numCharsInLine)) { in DrawBlockCaret()
1472 offsetLastChar = offset + (posAfter - posCaret); in DrawBlockCaret()
1473 …if ((ll->positions[offsetLastChar] - ll->positions[offsetLastChar - (posAfter - posBefore)]) > 0) { in DrawBlockCaret()
1478 numCharsToDraw = offsetLastChar - offsetFirstChar; in DrawBlockCaret()
/dports/editors/textadept/scintilla/src/
H A DEditView.cxx1448 Sci::Position offsetLastChar = offset + (posAfter - posCaret); in DrawBlockCaret() local
1449 while ((posBefore > 0) && ((offsetLastChar - numCharsToDraw) >= lineStart)) { in DrawBlockCaret()
1450 if ((ll->positions[offsetLastChar] - ll->positions[offsetLastChar - numCharsToDraw]) > 0) { in DrawBlockCaret()
1465 numCharsToDraw = offsetLastChar - offsetFirstChar; in DrawBlockCaret()
1466 while ((offsetLastChar < ll->LineStart(subLine + 1)) && (offsetLastChar <= ll->numCharsInLine)) { in DrawBlockCaret()
1472 offsetLastChar = offset + (posAfter - posCaret); in DrawBlockCaret()
1473 …if ((ll->positions[offsetLastChar] - ll->positions[offsetLastChar - (posAfter - posBefore)]) > 0) { in DrawBlockCaret()
1478 numCharsToDraw = offsetLastChar - offsetFirstChar; in DrawBlockCaret()
/dports/editors/scite/scintilla/src/
H A DEditView.cxx1448 Sci::Position offsetLastChar = offset + (posAfter - posCaret); in DrawBlockCaret() local
1449 while ((posBefore > 0) && ((offsetLastChar - numCharsToDraw) >= lineStart)) { in DrawBlockCaret()
1450 if ((ll->positions[offsetLastChar] - ll->positions[offsetLastChar - numCharsToDraw]) > 0) { in DrawBlockCaret()
1465 numCharsToDraw = offsetLastChar - offsetFirstChar; in DrawBlockCaret()
1466 while ((offsetLastChar < ll->LineStart(subLine + 1)) && (offsetLastChar <= ll->numCharsInLine)) { in DrawBlockCaret()
1472 offsetLastChar = offset + (posAfter - posCaret); in DrawBlockCaret()
1473 …if ((ll->positions[offsetLastChar] - ll->positions[offsetLastChar - (posAfter - posBefore)]) > 0) { in DrawBlockCaret()
1478 numCharsToDraw = offsetLastChar - offsetFirstChar; in DrawBlockCaret()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/stc/scintilla/src/
H A DEditor.cxx3232 int offsetLastChar = offset + (posAfter - posCaret); in DrawBlockCaret() local
3233 while ((posBefore > 0) && ((offsetLastChar - numCharsToDraw) >= lineStart)) { in DrawBlockCaret()
3234 if ((ll->positions[offsetLastChar] - ll->positions[offsetLastChar - numCharsToDraw]) > 0) { in DrawBlockCaret()
3249 numCharsToDraw = offsetLastChar - offsetFirstChar; in DrawBlockCaret()
3250 while ((offsetLastChar < ll->LineStart(subLine + 1)) && (offsetLastChar <= ll->numCharsInLine)) { in DrawBlockCaret()
3256 offsetLastChar = offset + (posAfter - posCaret); in DrawBlockCaret()
3257 …if ((ll->positions[offsetLastChar] - ll->positions[offsetLastChar - (posAfter - posBefore)]) > 0) { in DrawBlockCaret()
3262 numCharsToDraw = offsetLastChar - offsetFirstChar; in DrawBlockCaret()
/dports/x11-toolkits/fxscintilla/fxscintilla-2.28.0/src/
H A DEditor.cxx3251 int offsetLastChar = offset + (posAfter - posCaret); in DrawBlockCaret() local
3252 while ((offsetLastChar - numCharsToDraw) >= lineStart) { in DrawBlockCaret()
3253 if ((ll->positions[offsetLastChar] - ll->positions[offsetLastChar - numCharsToDraw]) > 0) { in DrawBlockCaret()
3266 numCharsToDraw = offsetLastChar - offsetFirstChar; in DrawBlockCaret()
3267 while ((offsetLastChar < ll->LineStart(subLine + 1)) && (offsetLastChar <= ll->numCharsInLine)) { in DrawBlockCaret()
3273 offsetLastChar = offset + (posAfter - posCaret); in DrawBlockCaret()
3274 …if ((ll->positions[offsetLastChar] - ll->positions[offsetLastChar - (posAfter - posBefore)]) > 0) { in DrawBlockCaret()
3279 numCharsToDraw = offsetLastChar - offsetFirstChar; in DrawBlockCaret()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/stc/scintilla/src/
H A DEditor.cxx3232 int offsetLastChar = offset + (posAfter - posCaret); in DrawBlockCaret() local
3233 while ((posBefore > 0) && ((offsetLastChar - numCharsToDraw) >= lineStart)) { in DrawBlockCaret()
3234 if ((ll->positions[offsetLastChar] - ll->positions[offsetLastChar - numCharsToDraw]) > 0) { in DrawBlockCaret()
3249 numCharsToDraw = offsetLastChar - offsetFirstChar; in DrawBlockCaret()
3250 while ((offsetLastChar < ll->LineStart(subLine + 1)) && (offsetLastChar <= ll->numCharsInLine)) { in DrawBlockCaret()
3256 offsetLastChar = offset + (posAfter - posCaret); in DrawBlockCaret()
3257 …if ((ll->positions[offsetLastChar] - ll->positions[offsetLastChar - (posAfter - posBefore)]) > 0) { in DrawBlockCaret()
3262 numCharsToDraw = offsetLastChar - offsetFirstChar; in DrawBlockCaret()
/dports/editors/fxite/fxite-FXITE-0_92/fxscintilla/
H A DEditor.cxx3301 int offsetLastChar = offset + (posAfter - posCaret); in DrawBlockCaret() local
3302 while ((posBefore > 0) && ((offsetLastChar - numCharsToDraw) >= lineStart)) { in DrawBlockCaret()
3303 if ((ll->positions[offsetLastChar] - ll->positions[offsetLastChar - numCharsToDraw]) > 0) { in DrawBlockCaret()
3318 numCharsToDraw = offsetLastChar - offsetFirstChar; in DrawBlockCaret()
3319 while ((offsetLastChar < ll->LineStart(subLine + 1)) && (offsetLastChar <= ll->numCharsInLine)) { in DrawBlockCaret()
3325 offsetLastChar = offset + (posAfter - posCaret); in DrawBlockCaret()
3326 …if ((ll->positions[offsetLastChar] - ll->positions[offsetLastChar - (posAfter - posBefore)]) > 0) { in DrawBlockCaret()
3331 numCharsToDraw = offsetLastChar - offsetFirstChar; in DrawBlockCaret()