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

Method SetSize

scintilla/src/PositionCache.cxx:550–553  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

548}
549
550void PositionCache::SetSize(size_t size_) {
551 Clear();
552 pces.resize(size_);
553}
554
555void PositionCache::MeasureWidths(Surface *surface, ViewStyle &vstyle, unsigned int styleNumber,
556 const char *s, unsigned int len, XYPOSITION *positions, Document *pdoc) {

Callers 2

EditorMethod · 0.80
WndProcMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected