Home
last modified time | relevance | path

Searched refs:rightplace (Results 1 – 5 of 5) sorted by relevance

/dports/math/cudd/cudd-3.0.0/mtr/
H A DmtrGroup.c510 MtrNode *rightplace; in Mtr_ReorderGroups() local
515 rightplace = auxnode->elder; in Mtr_ReorderGroups()
517 while (rightplace != NULL && auxnode->low < rightplace->low) in Mtr_ReorderGroups()
518 rightplace = rightplace->elder; in Mtr_ReorderGroups()
526 if (rightplace == NULL) { /* Move to head of sorted list. */ in Mtr_ReorderGroups()
532 moving->elder = rightplace; in Mtr_ReorderGroups()
533 moving->younger = rightplace->younger; in Mtr_ReorderGroups()
534 if (rightplace->younger != NULL) in Mtr_ReorderGroups()
535 rightplace->younger->elder = moving; in Mtr_ReorderGroups()
536 rightplace->younger = moving; in Mtr_ReorderGroups()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fpdfdoc/
H A Dcpdf_variabletext.cpp755 CPVT_WordPlace rightplace = AdjustLineHeader(GetNextWordPlace(place), false); in ClearRightWord() local
756 if (rightplace == place) in ClearRightWord()
759 if (rightplace.nSecIndex != place.nSecIndex) in ClearRightWord()
762 pSection->ClearWord(rightplace); in ClearRightWord()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fpdfdoc/
H A Dcpdf_variabletext.cpp756 CPVT_WordPlace rightplace = AdjustLineHeader(GetNextWordPlace(place), false); in ClearRightWord() local
757 if (rightplace == place) in ClearRightWord()
760 if (rightplace.nSecIndex != place.nSecIndex) in ClearRightWord()
763 pSection->ClearWord(rightplace); in ClearRightWord()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fpdfdoc/
H A Dcpdf_variabletext.cpp947 CPVT_WordPlace rightplace = in ClearRightWord() local
949 if (rightplace != place) { in ClearRightWord()
950 if (rightplace.nSecIndex != place.nSecIndex) in ClearRightWord()
953 pSection->ClearWord(rightplace); in ClearRightWord()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fpdfdoc/
H A Dcpdf_variabletext.cpp956 CPVT_WordPlace rightplace = in ClearRightWord() local
958 if (rightplace != place) { in ClearRightWord()
959 if (rightplace.nSecIndex != place.nSecIndex) in ClearRightWord()
962 pSection->ClearWord(rightplace); in ClearRightWord()