Home
last modified time | relevance | path

Searched refs:backPos (Results 1 – 25 of 54) sorted by relevance

123

/dports/devel/log4cxx/apache-log4cxx-0.11.0/src/main/cpp/
H A Dfile.cpp283 LogString::size_type backPos = path.rfind(LOG4CXX_STR('\\')); in getParent() local
287 slashPos = backPos; in getParent()
291 if (backPos != LogString::npos && backPos > slashPos) in getParent()
293 slashPos = backPos; in getParent()
/dports/textproc/zxing-cpp/zxing-cpp-1.2.0/core/src/
H A DGlobalHistogramBinarizer.cpp148 auto* backPos = luminances + width - 1; in getPatternRow() local
149 bool backVal = *backPos < blackPoint; in getPatternRow()
150 process(backVal, backPos); in getPatternRow()
152 res.push_back(static_cast<PatternRow::value_type>(backPos - lastPos + 1)); in getPatternRow()
/dports/graphics/dcp2icc/dcp2icc-0.1/XMP-Toolkit-SDK-4.4.2/source/XMPFiles/FileHandlers/
H A DPostScript_Handler.cpp475 XMP_Int64 backPos, backLen; in FindLastPacket() local
492 backPos = fileLen; in FindLastPacket()
502 if ( backPos < kBufferSize ) backLen = backPos; in FindLastPacket()
505 backPos -= backLen; in FindLastPacket()
506 LFA_Seek ( fileRef, backPos, SEEK_SET ); // Seek back to the start of the next buffer. in FindLastPacket()
512 scanner.Scan ( buffer, backPos, backLen ); in FindLastPacket()
/dports/x11-toolkits/fxscintilla/fxscintilla-2.28.0/lexers/
H A DLexPerl.cxx99 bk = backPos - 1; in disambiguateBareword()
576 unsigned int backPos = startPos; in Lex() local
577 if (backPos > 0) { in Lex()
578 backPos--; in Lex()
579 skipWhitespaceComment(styler, backPos); in Lex()
580 if (styler.StyleAt(backPos) == SCE_PL_OPERATOR) in Lex()
582 else if (styler.StyleAt(backPos) == SCE_PL_WORD) in Lex()
584 backPos++; in Lex()
596 backPos = sc.currentPos; in Lex()
619 backPos = sc.currentPos; in Lex()
[all …]
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/lexers/
H A DLexPerl.cxx99 bk = backPos - 1; in disambiguateBareword()
685 unsigned int backPos = startPos; in Lex() local
686 if (backPos > 0) { in Lex()
687 backPos--; in Lex()
688 skipWhitespaceComment(styler, backPos); in Lex()
689 if (styler.StyleAt(backPos) == SCE_PL_OPERATOR) in Lex()
691 else if (styler.StyleAt(backPos) == SCE_PL_WORD) in Lex()
693 backPos++; in Lex()
705 backPos = sc.currentPos; in Lex()
728 backPos = sc.currentPos; in Lex()
[all …]
/dports/deskutils/presage/presage-0.9.1/apps/gtk/gprompter/scintilla/lexers/
H A DLexPerl.cxx99 bk = backPos - 1; in disambiguateBareword()
685 unsigned int backPos = startPos; in Lex() local
686 if (backPos > 0) { in Lex()
687 backPos--; in Lex()
688 skipWhitespaceComment(styler, backPos); in Lex()
689 if (styler.StyleAt(backPos) == SCE_PL_OPERATOR) in Lex()
691 else if (styler.StyleAt(backPos) == SCE_PL_WORD) in Lex()
693 backPos++; in Lex()
705 backPos = sc.currentPos; in Lex()
728 backPos = sc.currentPos; in Lex()
[all …]
/dports/editors/fxite/fxite-FXITE-0_92/fxscintilla/
H A DLexPerl.cxx99 bk = backPos - 1; in disambiguateBareword()
685 unsigned int backPos = startPos; in Lex() local
686 if (backPos > 0) { in Lex()
687 backPos--; in Lex()
688 skipWhitespaceComment(styler, backPos); in Lex()
689 if (styler.StyleAt(backPos) == SCE_PL_OPERATOR) in Lex()
691 else if (styler.StyleAt(backPos) == SCE_PL_WORD) in Lex()
693 backPos++; in Lex()
705 backPos = sc.currentPos; in Lex()
728 backPos = sc.currentPos; in Lex()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/stc/scintilla/lexers/
H A DLexPerl.cxx99 bk = backPos - 1; in disambiguateBareword()
681 unsigned int backPos = startPos; in Lex() local
682 if (backPos > 0) { in Lex()
683 backPos--; in Lex()
684 skipWhitespaceComment(styler, backPos); in Lex()
685 if (styler.StyleAt(backPos) == SCE_PL_OPERATOR) in Lex()
687 else if (styler.StyleAt(backPos) == SCE_PL_WORD) in Lex()
689 backPos++; in Lex()
701 backPos = sc.currentPos; in Lex()
724 backPos = sc.currentPos; in Lex()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/stc/scintilla/lexers/
H A DLexPerl.cxx99 bk = backPos - 1; in disambiguateBareword()
681 unsigned int backPos = startPos; in Lex() local
682 if (backPos > 0) { in Lex()
683 backPos--; in Lex()
684 skipWhitespaceComment(styler, backPos); in Lex()
685 if (styler.StyleAt(backPos) == SCE_PL_OPERATOR) in Lex()
687 else if (styler.StyleAt(backPos) == SCE_PL_WORD) in Lex()
689 backPos++; in Lex()
701 backPos = sc.currentPos; in Lex()
724 backPos = sc.currentPos; in Lex()
[all …]
/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/lexers/
H A DLexPerl.cxx118 bk = backPos - 1; in disambiguateBareword()
768 Sci_PositionU backPos = startPos; in Lex() local
769 if (backPos > 0) { in Lex()
770 backPos--; in Lex()
771 skipWhitespaceComment(styler, backPos); in Lex()
772 if (styler.StyleAt(backPos) == SCE_PL_OPERATOR) in Lex()
774 else if (styler.StyleAt(backPos) == SCE_PL_WORD) in Lex()
776 backPos++; in Lex()
788 backPos = sc.currentPos; in Lex()
811 backPos = sc.currentPos; in Lex()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/stc/scintilla/lexers/
H A DLexPerl.cxx105 bk = backPos - 1; in disambiguateBareword()
747 Sci_PositionU backPos = startPos; in Lex() local
748 if (backPos > 0) { in Lex()
749 backPos--; in Lex()
750 skipWhitespaceComment(styler, backPos); in Lex()
751 if (styler.StyleAt(backPos) == SCE_PL_OPERATOR) in Lex()
753 else if (styler.StyleAt(backPos) == SCE_PL_WORD) in Lex()
755 backPos++; in Lex()
767 backPos = sc.currentPos; in Lex()
790 backPos = sc.currentPos; in Lex()
[all …]
/dports/x11-toolkits/scintilla/scintilla/lexers/
H A DLexPerl.cxx118 bk = backPos - 1; in disambiguateBareword()
768 Sci_PositionU backPos = startPos; in Lex() local
769 if (backPos > 0) { in Lex()
770 backPos--; in Lex()
771 skipWhitespaceComment(styler, backPos); in Lex()
772 if (styler.StyleAt(backPos) == SCE_PL_OPERATOR) in Lex()
774 else if (styler.StyleAt(backPos) == SCE_PL_WORD) in Lex()
776 backPos++; in Lex()
788 backPos = sc.currentPos; in Lex()
811 backPos = sc.currentPos; in Lex()
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxscintilla/src/scintilla/lexers/
H A DLexPerl.cxx105 bk = backPos - 1; in disambiguateBareword()
747 Sci_PositionU backPos = startPos; in Lex() local
748 if (backPos > 0) { in Lex()
749 backPos--; in Lex()
750 skipWhitespaceComment(styler, backPos); in Lex()
751 if (styler.StyleAt(backPos) == SCE_PL_OPERATOR) in Lex()
753 else if (styler.StyleAt(backPos) == SCE_PL_WORD) in Lex()
755 backPos++; in Lex()
767 backPos = sc.currentPos; in Lex()
790 backPos = sc.currentPos; in Lex()
[all …]
/dports/devel/codequery/codequery-0.24.0/scintilla/lexers/
H A DLexPerl.cxx118 bk = backPos - 1; in disambiguateBareword()
764 Sci_PositionU backPos = startPos; in Lex() local
765 if (backPos > 0) { in Lex()
766 backPos--; in Lex()
767 skipWhitespaceComment(styler, backPos); in Lex()
768 if (styler.StyleAt(backPos) == SCE_PL_OPERATOR) in Lex()
770 else if (styler.StyleAt(backPos) == SCE_PL_WORD) in Lex()
772 backPos++; in Lex()
784 backPos = sc.currentPos; in Lex()
807 backPos = sc.currentPos; in Lex()
[all …]
/dports/devel/geany-legacy/geany-1.37.1/scintilla/lexers/
H A DLexPerl.cxx118 bk = backPos - 1; in disambiguateBareword()
768 Sci_PositionU backPos = startPos; in Lex() local
769 if (backPos > 0) { in Lex()
770 backPos--; in Lex()
771 skipWhitespaceComment(styler, backPos); in Lex()
772 if (styler.StyleAt(backPos) == SCE_PL_OPERATOR) in Lex()
774 else if (styler.StyleAt(backPos) == SCE_PL_WORD) in Lex()
776 backPos++; in Lex()
788 backPos = sc.currentPos; in Lex()
811 backPos = sc.currentPos; in Lex()
[all …]
/dports/devel/geany/geany-1.38/scintilla/lexers/
H A DLexPerl.cxx118 bk = backPos - 1; in disambiguateBareword()
768 Sci_PositionU backPos = startPos; in Lex() local
769 if (backPos > 0) { in Lex()
770 backPos--; in Lex()
771 skipWhitespaceComment(styler, backPos); in Lex()
772 if (styler.StyleAt(backPos) == SCE_PL_OPERATOR) in Lex()
774 else if (styler.StyleAt(backPos) == SCE_PL_WORD) in Lex()
776 backPos++; in Lex()
788 backPos = sc.currentPos; in Lex()
811 backPos = sc.currentPos; in Lex()
[all …]
/dports/editors/textadept/scintilla/lexers/
H A DLexPerl.cxx118 bk = backPos - 1; in disambiguateBareword()
768 Sci_PositionU backPos = startPos; in Lex() local
769 if (backPos > 0) { in Lex()
770 backPos--; in Lex()
771 skipWhitespaceComment(styler, backPos); in Lex()
772 if (styler.StyleAt(backPos) == SCE_PL_OPERATOR) in Lex()
774 else if (styler.StyleAt(backPos) == SCE_PL_WORD) in Lex()
776 backPos++; in Lex()
788 backPos = sc.currentPos; in Lex()
811 backPos = sc.currentPos; in Lex()
[all …]
/dports/editors/scite/scintilla/lexers/
H A DLexPerl.cxx118 bk = backPos - 1; in disambiguateBareword()
768 Sci_PositionU backPos = startPos; in Lex() local
769 if (backPos > 0) { in Lex()
770 backPos--; in Lex()
771 skipWhitespaceComment(styler, backPos); in Lex()
772 if (styler.StyleAt(backPos) == SCE_PL_OPERATOR) in Lex()
774 else if (styler.StyleAt(backPos) == SCE_PL_WORD) in Lex()
776 backPos++; in Lex()
788 backPos = sc.currentPos; in Lex()
811 backPos = sc.currentPos; in Lex()
[all …]
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/scintilla/lexers/
H A DLexPerl.cpp104 bk = backPos - 1; in disambiguateBareword()
748 Sci_PositionU backPos = startPos; in Lex() local
749 if (backPos > 0) { in Lex()
750 backPos--; in Lex()
751 skipWhitespaceComment(styler, backPos); in Lex()
752 if (styler.StyleAt(backPos) == SCE_PL_OPERATOR) in Lex()
754 else if (styler.StyleAt(backPos) == SCE_PL_WORD) in Lex()
756 backPos++; in Lex()
768 backPos = sc.currentPos; in Lex()
791 backPos = sc.currentPos; in Lex()
[all …]
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/scintilla/lexers/
H A DLexPerl.cpp104 bk = backPos - 1; in disambiguateBareword()
748 Sci_PositionU backPos = startPos; in Lex() local
749 if (backPos > 0) { in Lex()
750 backPos--; in Lex()
751 skipWhitespaceComment(styler, backPos); in Lex()
752 if (styler.StyleAt(backPos) == SCE_PL_OPERATOR) in Lex()
754 else if (styler.StyleAt(backPos) == SCE_PL_WORD) in Lex()
756 backPos++; in Lex()
768 backPos = sc.currentPos; in Lex()
791 backPos = sc.currentPos; in Lex()
[all …]
/dports/devel/py-qt5-qscintilla2/QScintilla_src-2.13.0/scintilla/lexers/
H A DLexPerl.cpp104 bk = backPos - 1; in disambiguateBareword()
748 Sci_PositionU backPos = startPos; in Lex() local
749 if (backPos > 0) { in Lex()
750 backPos--; in Lex()
751 skipWhitespaceComment(styler, backPos); in Lex()
752 if (styler.StyleAt(backPos) == SCE_PL_OPERATOR) in Lex()
754 else if (styler.StyleAt(backPos) == SCE_PL_WORD) in Lex()
756 backPos++; in Lex()
768 backPos = sc.currentPos; in Lex()
791 backPos = sc.currentPos; in Lex()
[all …]
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/cdogs/hud/
H A Dplayer_hud.c240 struct vec2i backPos = svec2i(r.Size.x - SCORE_WIDTH, 1); in DrawScore() local
243 backPos.x = r.Pos.x; in DrawScore()
247 backPos.y = g->cachedConfig.Res.y - BAR_HEIGHT + backPos.y; in DrawScore()
250 HUDDrawGauge(g, pm, backPos, SCORE_WIDTH, 0, colorTransparent, mask); in DrawScore()
634 struct vec2i backPos = svec2i(PLAYER_ICON_WIDTH + 1, 1); in DrawHealth() local
639 backPos.x = r.Pos.x + right; in DrawHealth()
644 backPos.y = g->cachedConfig.Res.y - 10 - 1; in DrawHealth()
647 HealthGaugeDraw(&h->healthGauge, g, a, backPos, width, opts, mask); in DrawHealth()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DLexPerl.cxx211 unsigned int backPos = startPos; in ColourisePerlDoc() local
212 if (backPos > 0) { in ColourisePerlDoc()
213 backPos--; in ColourisePerlDoc()
215 while ((backPos > 0) && (sty = styler.StyleAt(backPos), in ColourisePerlDoc()
217 backPos--; in ColourisePerlDoc()
366 while (--j > backPos) { in ColourisePerlDoc()
425 backPos = i; in ColourisePerlDoc()
718 backPos = i; in ColourisePerlDoc()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DLexPerl.cxx211 unsigned int backPos = startPos; in ColourisePerlDoc() local
212 if (backPos > 0) { in ColourisePerlDoc()
213 backPos--; in ColourisePerlDoc()
215 while ((backPos > 0) && (sty = styler.StyleAt(backPos), in ColourisePerlDoc()
217 backPos--; in ColourisePerlDoc()
366 while (--j > backPos) { in ColourisePerlDoc()
425 backPos = i; in ColourisePerlDoc()
718 backPos = i; in ColourisePerlDoc()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DLexPerl.cxx211 unsigned int backPos = startPos; in ColourisePerlDoc() local
212 if (backPos > 0) { in ColourisePerlDoc()
213 backPos--; in ColourisePerlDoc()
215 while ((backPos > 0) && (sty = styler.StyleAt(backPos), in ColourisePerlDoc()
217 backPos--; in ColourisePerlDoc()
366 while (--j > backPos) { in ColourisePerlDoc()
425 backPos = i; in ColourisePerlDoc()
718 backPos = i; in ColourisePerlDoc()

123