Home
last modified time | relevance | path

Searched refs:lineWidthMaxSeen (Results 1 – 25 of 53) sorted by relevance

123

/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/src/
H A DEditView.h69 int lineWidthMaxSeen; variable
/dports/deskutils/presage/presage-0.9.1/apps/gtk/gprompter/scintilla/src/
H A DEditView.h67 int lineWidthMaxSeen; variable
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/stc/scintilla/src/
H A DEditView.h70 int lineWidthMaxSeen; variable
H A DEditView.cxx183 lineWidthMaxSeen = 0; in EditView()
1103 if (rcSegment.right + 1> lineWidthMaxSeen) { in DrawFoldDisplayText()
1105 lineWidthMaxSeen = static_cast<int>(rcSegment.right + 1); in DrawFoldDisplayText()
1177 if (widthAnnotation > lineWidthMaxSeen) in DrawAnnotation()
1178 lineWidthMaxSeen = widthAnnotation; in DrawAnnotation()
2039 lineWidthMaxSeen = Platform::Maximum( in PaintText()
2040 lineWidthMaxSeen, static_cast<int>(ll->positions[ll->numCharsInLine])); in PaintText()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxscintilla/src/scintilla/src/
H A DEditView.h70 int lineWidthMaxSeen; variable
H A DEditView.cxx185 lineWidthMaxSeen = 0; in EditView()
1132 if (rcSegment.right + 1> lineWidthMaxSeen) { in DrawFoldDisplayText()
1134 lineWidthMaxSeen = static_cast<int>(rcSegment.right + 1); in DrawFoldDisplayText()
1209 if (widthAnnotation > lineWidthMaxSeen) in DrawAnnotation()
1210 lineWidthMaxSeen = widthAnnotation; in DrawAnnotation()
2099 lineWidthMaxSeen = std::max( in PaintText()
2100 lineWidthMaxSeen, static_cast<int>(ll->positions[ll->numCharsInLine])); in PaintText()
/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/src/
H A DEditView.h70 int lineWidthMaxSeen; variable
H A DEditView.cxx182 lineWidthMaxSeen = 0; in EditView()
1233 if (rcSegment.right + 1> lineWidthMaxSeen) { in DrawFoldDisplayText()
1235 lineWidthMaxSeen = static_cast<int>(rcSegment.right + 1); in DrawFoldDisplayText()
1311 if (widthAnnotation > lineWidthMaxSeen) in DrawAnnotation()
1312 lineWidthMaxSeen = widthAnnotation; in DrawAnnotation()
2260 lineWidthMaxSeen = std::max( in PaintText()
2261 lineWidthMaxSeen, static_cast<int>(ll->positions[ll->numCharsInLine])); in PaintText()
/dports/x11-toolkits/scintilla/scintilla/src/
H A DEditView.h70 int lineWidthMaxSeen; variable
H A DEditView.cxx175 lineWidthMaxSeen = 0; in EditView()
1230 if (rcSegment.right + 1> lineWidthMaxSeen) { in DrawFoldDisplayText()
1232 lineWidthMaxSeen = static_cast<int>(rcSegment.right + 1); in DrawFoldDisplayText()
1325 if (rcSegment.right + 1> lineWidthMaxSeen) { in DrawEOLAnnotationText()
1327 lineWidthMaxSeen = static_cast<int>(rcSegment.right + 1); in DrawEOLAnnotationText()
1397 if (widthAnnotation > lineWidthMaxSeen) in DrawAnnotation()
1398 lineWidthMaxSeen = widthAnnotation; in DrawAnnotation()
2350 lineWidthMaxSeen = std::max( in PaintText()
2351 lineWidthMaxSeen, static_cast<int>(ll->positions[ll->numCharsInLine])); in PaintText()
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/libs/qscintilla/src/
H A DEditView.h70 int lineWidthMaxSeen; variable
H A DEditView.cpp183 lineWidthMaxSeen = 0; in EditView()
1141 if (rcSegment.right + 1> lineWidthMaxSeen) { in DrawFoldDisplayText()
1143 lineWidthMaxSeen = static_cast<int>(rcSegment.right + 1); in DrawFoldDisplayText()
1219 if (widthAnnotation > lineWidthMaxSeen) in DrawAnnotation()
1220 lineWidthMaxSeen = widthAnnotation; in DrawAnnotation()
2118 lineWidthMaxSeen = std::max( in PaintText()
2119 lineWidthMaxSeen, static_cast<int>(ll->positions[ll->numCharsInLine])); in PaintText()
/dports/devel/codequery/codequery-0.24.0/scintilla/src/
H A DEditView.h70 int lineWidthMaxSeen; variable
H A DEditView.cxx183 lineWidthMaxSeen = 0; in EditView()
1143 if (rcSegment.right + 1> lineWidthMaxSeen) { in DrawFoldDisplayText()
1145 lineWidthMaxSeen = static_cast<int>(rcSegment.right + 1); in DrawFoldDisplayText()
1221 if (widthAnnotation > lineWidthMaxSeen) in DrawAnnotation()
1222 lineWidthMaxSeen = widthAnnotation; in DrawAnnotation()
2123 lineWidthMaxSeen = std::max( in PaintText()
2124 lineWidthMaxSeen, static_cast<int>(ll->positions[ll->numCharsInLine])); in PaintText()
/dports/devel/geany-legacy/geany-1.37.1/scintilla/src/
H A DEditView.h70 int lineWidthMaxSeen; variable
H A DEditView.cxx175 lineWidthMaxSeen = 0; in EditView()
1139 if (rcSegment.right + 1> lineWidthMaxSeen) { in DrawFoldDisplayText()
1141 lineWidthMaxSeen = static_cast<int>(rcSegment.right + 1); in DrawFoldDisplayText()
1232 if (rcSegment.right + 1> lineWidthMaxSeen) { in DrawEOLAnnotationText()
1234 lineWidthMaxSeen = static_cast<int>(rcSegment.right + 1); in DrawEOLAnnotationText()
1304 if (widthAnnotation > lineWidthMaxSeen) in DrawAnnotation()
1305 lineWidthMaxSeen = widthAnnotation; in DrawAnnotation()
2211 lineWidthMaxSeen = std::max( in PaintText()
2212 lineWidthMaxSeen, static_cast<int>(ll->positions[ll->numCharsInLine])); in PaintText()
/dports/devel/geany/geany-1.38/scintilla/src/
H A DEditView.h70 int lineWidthMaxSeen; variable
H A DEditView.cxx175 lineWidthMaxSeen = 0; in EditView()
1139 if (rcSegment.right + 1> lineWidthMaxSeen) { in DrawFoldDisplayText()
1141 lineWidthMaxSeen = static_cast<int>(rcSegment.right + 1); in DrawFoldDisplayText()
1232 if (rcSegment.right + 1> lineWidthMaxSeen) { in DrawEOLAnnotationText()
1234 lineWidthMaxSeen = static_cast<int>(rcSegment.right + 1); in DrawEOLAnnotationText()
1304 if (widthAnnotation > lineWidthMaxSeen) in DrawAnnotation()
1305 lineWidthMaxSeen = widthAnnotation; in DrawAnnotation()
2211 lineWidthMaxSeen = std::max( in PaintText()
2212 lineWidthMaxSeen, static_cast<int>(ll->positions[ll->numCharsInLine])); in PaintText()
/dports/editors/textadept/scintilla/src/
H A DEditView.h70 int lineWidthMaxSeen; variable
H A DEditView.cxx175 lineWidthMaxSeen = 0; in EditView()
1230 if (rcSegment.right + 1> lineWidthMaxSeen) { in DrawFoldDisplayText()
1232 lineWidthMaxSeen = static_cast<int>(rcSegment.right + 1); in DrawFoldDisplayText()
1325 if (rcSegment.right + 1> lineWidthMaxSeen) { in DrawEOLAnnotationText()
1327 lineWidthMaxSeen = static_cast<int>(rcSegment.right + 1); in DrawEOLAnnotationText()
1397 if (widthAnnotation > lineWidthMaxSeen) in DrawAnnotation()
1398 lineWidthMaxSeen = widthAnnotation; in DrawAnnotation()
2350 lineWidthMaxSeen = std::max( in PaintText()
2351 lineWidthMaxSeen, static_cast<int>(ll->positions[ll->numCharsInLine])); in PaintText()
/dports/editors/scite/scintilla/src/
H A DEditView.h70 int lineWidthMaxSeen; variable
H A DEditView.cxx175 lineWidthMaxSeen = 0; in EditView()
1230 if (rcSegment.right + 1> lineWidthMaxSeen) { in DrawFoldDisplayText()
1232 lineWidthMaxSeen = static_cast<int>(rcSegment.right + 1); in DrawFoldDisplayText()
1325 if (rcSegment.right + 1> lineWidthMaxSeen) { in DrawEOLAnnotationText()
1327 lineWidthMaxSeen = static_cast<int>(rcSegment.right + 1); in DrawEOLAnnotationText()
1397 if (widthAnnotation > lineWidthMaxSeen) in DrawAnnotation()
1398 lineWidthMaxSeen = widthAnnotation; in DrawAnnotation()
2350 lineWidthMaxSeen = std::max( in PaintText()
2351 lineWidthMaxSeen, static_cast<int>(ll->positions[ll->numCharsInLine])); in PaintText()
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DEditView.h70 int lineWidthMaxSeen; variable
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DEditView.h70 int lineWidthMaxSeen; variable
/dports/devel/py-qt5-qscintilla2/QScintilla_src-2.13.0/scintilla/src/
H A DEditView.h70 int lineWidthMaxSeen; variable

123