MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / AllocateExtendedStyles

Method AllocateExtendedStyles

scintilla/src/ViewStyle.cxx:347–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345}
346
347int ViewStyle::AllocateExtendedStyles(int numberStyles) {
348 int startRange = static_cast<int>(nextExtendedStyle);
349 nextExtendedStyle += numberStyles;
350 return startRange;
351}
352
353void ViewStyle::EnsureStyle(size_t index) {
354 if (index >= styles.size()) {

Callers 1

WndProcMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected