Home
last modified time | relevance | path

Searched refs:styleInLine (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/src/
H A DEditView.cxx424 for (int styleInLine = 0; styleInLine < numCharsInLine; styleInLine++) { in LayoutLine() local
425 const unsigned char styleByte = ll->styles[styleInLine]; in LayoutLine()
426 ll->styles[styleInLine] = styleByte; in LayoutLine()
/dports/deskutils/presage/presage-0.9.1/apps/gtk/gprompter/scintilla/src/
H A DEditView.cxx420 for (int styleInLine = 0; styleInLine < numCharsInLine; styleInLine++) { in LayoutLine() local
421 const unsigned char styleByte = ll->styles[styleInLine]; in LayoutLine()
422 ll->styles[styleInLine] = styleByte; in LayoutLine()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/stc/scintilla/src/
H A DEditView.cxx439 for (int styleInLine = 0; styleInLine < numCharsInLine; styleInLine++) { in LayoutLine() local
440 const unsigned char styleByte = ll->styles[styleInLine]; in LayoutLine()
441 ll->styles[styleInLine] = styleByte; in LayoutLine()
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/libs/qscintilla/src/
H A DEditView.cpp429 for (Sci::Position styleInLine = 0; styleInLine < numCharsInLine; styleInLine++) { in LayoutLine() local
430 const unsigned char styleByte = ll->styles[styleInLine]; in LayoutLine()
431 ll->styles[styleInLine] = styleByte; in LayoutLine()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxscintilla/src/scintilla/src/
H A DEditView.cxx432 for (Sci::Position styleInLine = 0; styleInLine < numCharsInLine; styleInLine++) { in LayoutLine() local
433 const unsigned char styleByte = ll->styles[styleInLine]; in LayoutLine()
434 ll->styles[styleInLine] = styleByte; in LayoutLine()
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DEditView.cpp429 for (Sci::Position styleInLine = 0; styleInLine < numCharsInLine; styleInLine++) { in LayoutLine() local
430 const unsigned char styleByte = ll->styles[styleInLine]; in LayoutLine()
431 ll->styles[styleInLine] = styleByte; in LayoutLine()
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DEditView.cpp429 for (Sci::Position styleInLine = 0; styleInLine < numCharsInLine; styleInLine++) { in LayoutLine() local
430 const unsigned char styleByte = ll->styles[styleInLine]; in LayoutLine()
431 ll->styles[styleInLine] = styleByte; in LayoutLine()
/dports/devel/py-qt5-qscintilla2/QScintilla_src-2.13.0/scintilla/src/
H A DEditView.cpp429 for (Sci::Position styleInLine = 0; styleInLine < numCharsInLine; styleInLine++) { in LayoutLine() local
430 const unsigned char styleByte = ll->styles[styleInLine]; in LayoutLine()
431 ll->styles[styleInLine] = styleByte; in LayoutLine()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/stc/scintilla/src/
H A DEditor.cxx2151 for (int styleInLine = 0; styleInLine < numCharsInLine; styleInLine++) { in LayoutLine() local
2152 styleByte = ll->styles[styleInLine]; in LayoutLine()
2154 ll->styles[styleInLine] = static_cast<char>(styleByte & styleMask); in LayoutLine()
2155 ll->indicators[styleInLine] = static_cast<char>(styleByte & ~styleMask); in LayoutLine()
/dports/x11-toolkits/fxscintilla/fxscintilla-2.28.0/src/
H A DEditor.cxx2194 for (int styleInLine = 0; styleInLine < numCharsInLine; styleInLine++) { in LayoutLine() local
2195 styleByte = ll->styles[styleInLine]; in LayoutLine()
2197 ll->styles[styleInLine] = static_cast<char>(styleByte & styleMask); in LayoutLine()
2198 ll->indicators[styleInLine] = static_cast<char>(styleByte & ~styleMask); in LayoutLine()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/stc/scintilla/src/
H A DEditor.cxx2151 for (int styleInLine = 0; styleInLine < numCharsInLine; styleInLine++) { in LayoutLine() local
2152 styleByte = ll->styles[styleInLine]; in LayoutLine()
2154 ll->styles[styleInLine] = static_cast<char>(styleByte & styleMask); in LayoutLine()
2155 ll->indicators[styleInLine] = static_cast<char>(styleByte & ~styleMask); in LayoutLine()
/dports/editors/fxite/fxite-FXITE-0_92/fxscintilla/
H A DEditor.cxx2252 for (int styleInLine = 0; styleInLine < numCharsInLine; styleInLine++) { in LayoutLine() local
2253 styleByte = ll->styles[styleInLine]; in LayoutLine()
2255 ll->styles[styleInLine] = static_cast<char>(styleByte & styleMask); in LayoutLine()
2256 ll->indicators[styleInLine] = static_cast<char>(styleByte & ~styleMask); in LayoutLine()