Home
last modified time | relevance | path

Searched refs:firstCharPos (Results 1 – 9 of 9) sorted by last modified time

/dports/x11/konsole/konsole-21.12.3/src/terminalDisplay/
H A DTerminalScrollBar.cpp183 void *firstCharPos = &image[region.top() * display->columns()]; in scrollImage() local
207 memmove(firstCharPos, lastCharPos, bytesToMove); in scrollImage()
210 …Q_ASSERT((char *)firstCharPos + bytesToMove < (char *)(image + (display->lines() * display->column… in scrollImage()
213 memmove(lastCharPos, firstCharPos, bytesToMove); in scrollImage()
/dports/graphics/qgis/qgis-3.22.3/src/plugins/grass/qtermwidget/
H A DTerminalDisplay.cpp862 void *firstCharPos = &_image[ region.top() * this->_columns ]; in scrollImage() local
884 memmove( firstCharPos, lastCharPos, bytesToMove ); in scrollImage()
892 Q_ASSERT( ( char * )firstCharPos + bytesToMove < in scrollImage()
896 memmove( lastCharPos, firstCharPos, bytesToMove ); in scrollImage()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/plugins/grass/qtermwidget/
H A DTerminalDisplay.cpp853 void *firstCharPos = &_image[ region.top() * this->_columns ]; in scrollImage() local
875 memmove( firstCharPos, lastCharPos, bytesToMove ); in scrollImage()
883 Q_ASSERT( ( char * )firstCharPos + bytesToMove < in scrollImage()
887 memmove( lastCharPos, firstCharPos, bytesToMove ); in scrollImage()
/dports/x11-toolkits/qtermwidget/qtermwidget-1.0.0/lib/
H A DTerminalDisplay.cpp976 void* firstCharPos = &_image[ region.top() * this->_columns ]; in scrollImage() local
998 memmove( firstCharPos , lastCharPos , bytesToMove ); in scrollImage()
1006 Q_ASSERT( (char*)firstCharPos + bytesToMove < in scrollImage()
1010 memmove( lastCharPos , firstCharPos , bytesToMove ); in scrollImage()
/dports/math/octave/octave-6.4.0/libgui/qterminal/libqterminal/unix/
H A DTerminalView.cpp637 void* firstCharPos = &_image[ region.top() * this->_columns ]; in scrollImage() local
659 memmove( firstCharPos , lastCharPos , bytesToMove ); in scrollImage()
670 Q_ASSERT( (char*)firstCharPos + bytesToMove < in scrollImage()
674 memmove( lastCharPos , firstCharPos , bytesToMove ); in scrollImage()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/
H A Dmypaintbrushstyle.cpp156 int firstCharPos = settingInfo.find_first_not_of(" "); in mybToVersion3() local
157 setting = settingInfo.substr(firstCharPos, in mybToVersion3()
158 settingInfo.find(" ", firstCharPos) - 1); in mybToVersion3()
160 firstCharPos = settingInfo.find_first_not_of(" ", setting.length() + 1); in mybToVersion3()
161 baseValue = settingInfo.substr(firstCharPos, pipe - startPos); in mybToVersion3()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/
H A DJavaAutoIndentStrategy.java350 int firstCharPos= scanner.findNonWhitespaceBackward(c.offset - 1, start); in smartIndentAfterNewLine() local
351 if (firstCharPos != JavaHeuristicScanner.NOT_FOUND && d.getChar(firstCharPos) == '{') { in smartIndentAfterNewLine()
/dports/x11/cool-retro-term/cool-retro-term-1.1.1/qmltermwidget/lib/
H A DTerminalDisplay.cpp976 void* firstCharPos = &_image[ region.top() * this->_columns ]; in scrollImage() local
998 memmove( firstCharPos , lastCharPos , bytesToMove ); in scrollImage()
1006 Q_ASSERT( (char*)firstCharPos + bytesToMove < in scrollImage()
1010 memmove( lastCharPos , firstCharPos , bytesToMove ); in scrollImage()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dmsg.c80 static int firstCharPos = 0; variable
479 firstCharPos = 0;
514 msgCount = topMsgNumber = firstCharPos = 0; in CleanUpMsg()
584 if (w > firstCharPos) {
585 DrawMsgString(mainDisplay, msgWindow, defaultGC, x-firstCharPos, y,
1028 firstCharPos += (((msgFontSet==NULL && msgFontPtr==NULL) ?
1073 firstCharPos = cur_dx *
1076 if (firstCharPos < 0) firstCharPos = 0;
1084 if (firstCharPos <= 0) return;
1086 firstCharPos -= (((msgFontSet==NULL && msgFontPtr==NULL) ?
[all …]