Home
last modified time | relevance | path

Searched refs:nextExtendedStyle (Results 1 – 25 of 32) sorted by relevance

12

/dports/editors/fxite/fxite-FXITE-0_92/fxscintilla/
H A DViewStyle.cxx98 nextExtendedStyle = source.nextExtendedStyle; in ViewStyle()
187 nextExtendedStyle = 256; in Init()
363 nextExtendedStyle = 256; in ReleaseAllExtendedStyles()
367 int startRange = static_cast<int>(nextExtendedStyle); in AllocateExtendedStyles()
368 nextExtendedStyle += numberStyles; in AllocateExtendedStyles()
369 EnsureStyle(nextExtendedStyle); in AllocateExtendedStyles()
370 for (size_t i=startRange; i<nextExtendedStyle; i++) { in AllocateExtendedStyles()
H A DViewStyle.h82 size_t nextExtendedStyle; variable
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/src/
H A DViewStyle.cxx99 nextExtendedStyle = source.nextExtendedStyle; in ViewStyle()
188 nextExtendedStyle = 256; in Init()
364 nextExtendedStyle = 256; in ReleaseAllExtendedStyles()
368 int startRange = static_cast<int>(nextExtendedStyle); in AllocateExtendedStyles()
369 nextExtendedStyle += numberStyles; in AllocateExtendedStyles()
370 EnsureStyle(nextExtendedStyle); in AllocateExtendedStyles()
371 for (size_t i=startRange; i<nextExtendedStyle; i++) { in AllocateExtendedStyles()
H A DViewStyle.h82 size_t nextExtendedStyle; variable
/dports/deskutils/presage/presage-0.9.1/apps/gtk/gprompter/scintilla/src/
H A DViewStyle.cxx99 nextExtendedStyle = source.nextExtendedStyle; in ViewStyle()
188 nextExtendedStyle = 256; in Init()
370 nextExtendedStyle = 256; in ReleaseAllExtendedStyles()
374 int startRange = static_cast<int>(nextExtendedStyle); in AllocateExtendedStyles()
375 nextExtendedStyle += numberStyles; in AllocateExtendedStyles()
376 EnsureStyle(nextExtendedStyle); in AllocateExtendedStyles()
377 for (size_t i=startRange; i<nextExtendedStyle; i++) { in AllocateExtendedStyles()
H A DViewStyle.h82 size_t nextExtendedStyle; variable
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/libs/qscintilla/src/
H A DViewStyle.cpp98 nextExtendedStyle = source.nextExtendedStyle; in ViewStyle()
211 nextExtendedStyle = 256; in Init()
377 nextExtendedStyle = 256; in ReleaseAllExtendedStyles()
381 const int startRange = nextExtendedStyle; in AllocateExtendedStyles()
382 nextExtendedStyle += numberStyles; in AllocateExtendedStyles()
383 EnsureStyle(nextExtendedStyle); in AllocateExtendedStyles()
384 for (int i=startRange; i<nextExtendedStyle; i++) { in AllocateExtendedStyles()
H A DViewStyle.h98 int nextExtendedStyle; variable
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxscintilla/src/scintilla/src/
H A DViewStyle.cxx100 nextExtendedStyle = source.nextExtendedStyle; in ViewStyle()
213 nextExtendedStyle = 256; in Init()
378 nextExtendedStyle = 256; in ReleaseAllExtendedStyles()
382 int startRange = static_cast<int>(nextExtendedStyle); in AllocateExtendedStyles()
383 nextExtendedStyle += numberStyles; in AllocateExtendedStyles()
384 EnsureStyle(nextExtendedStyle); in AllocateExtendedStyles()
385 for (size_t i=startRange; i<nextExtendedStyle; i++) { in AllocateExtendedStyles()
H A DViewStyle.h96 size_t nextExtendedStyle; variable
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DViewStyle.cpp98 nextExtendedStyle = source.nextExtendedStyle; in ViewStyle()
211 nextExtendedStyle = 256; in Init()
377 nextExtendedStyle = 256; in ReleaseAllExtendedStyles()
381 const int startRange = nextExtendedStyle; in AllocateExtendedStyles()
382 nextExtendedStyle += numberStyles; in AllocateExtendedStyles()
383 EnsureStyle(nextExtendedStyle); in AllocateExtendedStyles()
384 for (int i=startRange; i<nextExtendedStyle; i++) { in AllocateExtendedStyles()
H A DViewStyle.h98 int nextExtendedStyle; variable
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DViewStyle.cpp98 nextExtendedStyle = source.nextExtendedStyle; in ViewStyle()
211 nextExtendedStyle = 256; in Init()
377 nextExtendedStyle = 256; in ReleaseAllExtendedStyles()
381 const int startRange = nextExtendedStyle; in AllocateExtendedStyles()
382 nextExtendedStyle += numberStyles; in AllocateExtendedStyles()
383 EnsureStyle(nextExtendedStyle); in AllocateExtendedStyles()
384 for (int i=startRange; i<nextExtendedStyle; i++) { in AllocateExtendedStyles()
/dports/devel/py-qt5-qscintilla2/QScintilla_src-2.13.0/scintilla/src/
H A DViewStyle.cpp98 nextExtendedStyle = source.nextExtendedStyle; in ViewStyle()
211 nextExtendedStyle = 256; in Init()
377 nextExtendedStyle = 256; in ReleaseAllExtendedStyles()
381 const int startRange = nextExtendedStyle; in AllocateExtendedStyles()
382 nextExtendedStyle += numberStyles; in AllocateExtendedStyles()
383 EnsureStyle(nextExtendedStyle); in AllocateExtendedStyles()
384 for (int i=startRange; i<nextExtendedStyle; i++) { in AllocateExtendedStyles()
/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/src/
H A DViewStyle.cxx72 nextExtendedStyle = source.nextExtendedStyle; in ViewStyle()
185 nextExtendedStyle = 256; in Init()
351 nextExtendedStyle = 256; in ReleaseAllExtendedStyles()
355 const int startRange = nextExtendedStyle; in AllocateExtendedStyles()
356 nextExtendedStyle += numberStyles; in AllocateExtendedStyles()
357 EnsureStyle(nextExtendedStyle); in AllocateExtendedStyles()
358 for (int i=startRange; i<nextExtendedStyle; i++) { in AllocateExtendedStyles()
H A DViewStyle.h85 int nextExtendedStyle; variable
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/stc/scintilla/src/
H A DViewStyle.cxx101 nextExtendedStyle = source.nextExtendedStyle; in ViewStyle()
222 nextExtendedStyle = 256; in Init()
397 nextExtendedStyle = 256; in ReleaseAllExtendedStyles()
401 int startRange = static_cast<int>(nextExtendedStyle); in AllocateExtendedStyles()
402 nextExtendedStyle += numberStyles; in AllocateExtendedStyles()
403 EnsureStyle(nextExtendedStyle); in AllocateExtendedStyles()
404 for (size_t i=startRange; i<nextExtendedStyle; i++) { in AllocateExtendedStyles()
H A DViewStyle.h96 size_t nextExtendedStyle; variable
/dports/x11-toolkits/scintilla/scintilla/src/
H A DViewStyle.cxx72 nextExtendedStyle = source.nextExtendedStyle; in ViewStyle()
187 nextExtendedStyle = 256; in Init()
355 nextExtendedStyle = 256; in ReleaseAllExtendedStyles()
359 const int startRange = nextExtendedStyle; in AllocateExtendedStyles()
360 nextExtendedStyle += numberStyles; in AllocateExtendedStyles()
361 EnsureStyle(nextExtendedStyle); in AllocateExtendedStyles()
362 for (int i=startRange; i<nextExtendedStyle; i++) { in AllocateExtendedStyles()
/dports/devel/codequery/codequery-0.24.0/scintilla/src/
H A DViewStyle.cxx71 nextExtendedStyle = source.nextExtendedStyle; in ViewStyle()
184 nextExtendedStyle = 256; in Init()
350 nextExtendedStyle = 256; in ReleaseAllExtendedStyles()
354 const int startRange = nextExtendedStyle; in AllocateExtendedStyles()
355 nextExtendedStyle += numberStyles; in AllocateExtendedStyles()
356 EnsureStyle(nextExtendedStyle); in AllocateExtendedStyles()
357 for (int i=startRange; i<nextExtendedStyle; i++) { in AllocateExtendedStyles()
H A DViewStyle.h85 int nextExtendedStyle; variable
/dports/devel/geany-legacy/geany-1.37.1/scintilla/src/
H A DViewStyle.cxx71 nextExtendedStyle = source.nextExtendedStyle; in ViewStyle()
186 nextExtendedStyle = 256; in Init()
354 nextExtendedStyle = 256; in ReleaseAllExtendedStyles()
358 const int startRange = nextExtendedStyle; in AllocateExtendedStyles()
359 nextExtendedStyle += numberStyles; in AllocateExtendedStyles()
360 EnsureStyle(nextExtendedStyle); in AllocateExtendedStyles()
361 for (int i=startRange; i<nextExtendedStyle; i++) { in AllocateExtendedStyles()
/dports/devel/geany/geany-1.38/scintilla/src/
H A DViewStyle.cxx71 nextExtendedStyle = source.nextExtendedStyle; in ViewStyle()
186 nextExtendedStyle = 256; in Init()
354 nextExtendedStyle = 256; in ReleaseAllExtendedStyles()
358 const int startRange = nextExtendedStyle; in AllocateExtendedStyles()
359 nextExtendedStyle += numberStyles; in AllocateExtendedStyles()
360 EnsureStyle(nextExtendedStyle); in AllocateExtendedStyles()
361 for (int i=startRange; i<nextExtendedStyle; i++) { in AllocateExtendedStyles()
/dports/editors/textadept/scintilla/src/
H A DViewStyle.cxx72 nextExtendedStyle = source.nextExtendedStyle; in ViewStyle()
187 nextExtendedStyle = 256; in Init()
355 nextExtendedStyle = 256; in ReleaseAllExtendedStyles()
359 const int startRange = nextExtendedStyle; in AllocateExtendedStyles()
360 nextExtendedStyle += numberStyles; in AllocateExtendedStyles()
361 EnsureStyle(nextExtendedStyle); in AllocateExtendedStyles()
362 for (int i=startRange; i<nextExtendedStyle; i++) { in AllocateExtendedStyles()
/dports/editors/scite/scintilla/src/
H A DViewStyle.cxx72 nextExtendedStyle = source.nextExtendedStyle; in ViewStyle()
187 nextExtendedStyle = 256; in Init()
355 nextExtendedStyle = 256; in ReleaseAllExtendedStyles()
359 const int startRange = nextExtendedStyle; in AllocateExtendedStyles()
360 nextExtendedStyle += numberStyles; in AllocateExtendedStyles()
361 EnsureStyle(nextExtendedStyle); in AllocateExtendedStyles()
362 for (int i=startRange; i<nextExtendedStyle; i++) { in AllocateExtendedStyles()

12