Searched refs:startSeg (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DDocumentAccessor.cxx100 startSeg = pos;
105 if (pos != startSeg - 1) {
106 if (pos < startSeg) {
107 Platform::DebugPrintf("Bad colour positions %d - %d\n", startSeg, pos);
110 if (validLen + (pos - startSeg + 1) >= bufferSize)
112 if (validLen + (pos - startSeg + 1) >= bufferSize) {
114 pdoc->SetStyleFor(pos - startSeg + 1, static_cast<char>(chAttr));
119 for (unsigned int i = startSeg; i <= pos; i++) {
125 startSeg = pos+1;
H A DWindowAccessor.cxx93 startSeg = pos;
98 if (pos != startSeg - 1) {
99 if (pos < startSeg) {
100 Platform::DebugPrintf("Bad colour positions %d - %d\n", startSeg, pos);
103 if (validLen + (pos - startSeg + 1) >= bufferSize)
105 if (validLen + (pos - startSeg + 1) >= bufferSize) {
107 Platform::SendScintilla(id, SCI_SETSTYLING, pos - startSeg + 1, chAttr);
112 for (unsigned int i = startSeg; i <= pos; i++) {
117 startSeg = pos+1;
H A DDocumentAccessor.h28 unsigned int startSeg; member in class:DocumentAccessor
39 startSeg(0), startPosStyling(0),
62 unsigned int GetStartSegment() { return startSeg; }
H A DCallTip.cxx96 int startSeg = 0; local
100 if (endSeg > startSeg) {
101 if (IsArrowCharacter(s[startSeg])) {
102 bool upArrow = s[startSeg] == '\001';
139 } else if (IsTabCharacter(s[startSeg])) {
142 xEnd = x + surface->WidthText(font, s + startSeg, endSeg - startSeg);
147 s+startSeg, endSeg - startSeg,
152 startSeg
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/include/
H A DWindowAccessor.h24 unsigned int startSeg; member in class:WindowAccessor
52 unsigned int GetStartSegment() { return startSeg; }

Completed in 131 milliseconds