Home
last modified time | relevance | path

Searched refs:prevChild (Results 1 – 25 of 91) sorted by relevance

1234

/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/server/
H A Dxdg_foreign_v2.cpp130 void childChange(Surface* parent, Surface* prevChild, Surface* nextChild);
176 [importerHandle](Surface* parent, Surface* prevChild, Surface* nextChild) { in importToplevelCallback() argument
177 importerHandle->d_ptr->childChange(parent, prevChild, nextChild); in importToplevelCallback()
189 void XdgImporterV2::Private::childChange(Surface* parent, Surface* prevChild, Surface* nextChild) in childChange() argument
191 if (prevChild) { in childChange()
192 int removed = parents.remove(prevChild); in childChange()
350 auto* prevChild = child; in setChild() local
351 if (prevChild) { in setChild()
352 disconnect(prevChild, &Surface::resourceDestroyed, handle(), nullptr); in setChild()
363 Q_EMIT handle()->childChanged(source ? source->surface() : nullptr, prevChild, surface); in setChild()
H A Dxdg_foreign_v2_p.h105 void childChanged(Surface* parent, Surface* prevChild, Surface* nextChild);
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/IR/
H A DChildMemSizeBasedScheduler.cpp132 auto &prevChild = orderedChildren[i - 1]; in orderChildNodesAndSchedule() local
134 maxMemSize_[prevChild] - resultMemSize_[prevChild]) { in orderChildNodesAndSchedule()
135 std::swap(currentChild, prevChild); in orderChildNodesAndSchedule()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/qml/
H A Dqdeclarativecontext.cpp502 imports(0), childContexts(0), nextChild(0), prevChild(0), expressions(0), contextObjects(0), in QDeclarativeContextData()
510 imports(0), childContexts(0), nextChild(0), prevChild(0), expressions(0), contextObjects(0), in QDeclarativeContextData()
532 if (prevChild) { in invalidate()
533 *prevChild = nextChild; in invalidate()
534 if (nextChild) nextChild->prevChild = prevChild; in invalidate()
536 prevChild = 0; in invalidate()
623 if (nextChild) nextChild->prevChild = &nextChild; in setParent()
624 prevChild = &p->childContexts; in setParent()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/
H A DFObj.java271 FONode prevChild = firstChild; in addChildNode() local
272 while (prevChild.siblings != null in addChildNode()
273 && prevChild.siblings[1] != null) { in addChildNode()
274 prevChild = prevChild.siblings[1]; in addChildNode()
276 FONode.attachSiblings(prevChild, child); in addChildNode()
309 FONode prevChild = child.siblings[0]; in removeChild() local
310 prevChild.siblings[1] = nextChild; in removeChild()
312 nextChild.siblings[0] = prevChild; in removeChild()
/dports/math/vtk8/VTK-8.2.0/Infovis/Layout/
H A DvtkConeLayoutStrategy.cxx49 vtkIdType child, prevChild, nrChildren; in LocalPlacement() local
108 prevChild = nrChildren-1; in LocalPlacement()
114 dAlpha = (radii[j] + radii[prevChild]) / radius; in LocalPlacement()
117 prevChild = j; in LocalPlacement()
/dports/math/vtk9/VTK-9.1.0/Infovis/Layout/
H A DvtkConeLayoutStrategy.cxx48 vtkIdType child, prevChild, nrChildren; in LocalPlacement() local
105 prevChild = nrChildren - 1; in LocalPlacement()
111 dAlpha = (radii[j] + radii[prevChild]) / radius; in LocalPlacement()
114 prevChild = j; in LocalPlacement()
/dports/math/vtk6/VTK-6.2.0/Infovis/Layout/
H A DvtkConeLayoutStrategy.cxx51 vtkIdType child, prevChild, nrChildren; in LocalPlacement() local
110 prevChild = nrChildren-1; in LocalPlacement()
116 dAlpha = (radii[j] + radii[prevChild]) / radius; in LocalPlacement()
119 prevChild = j; in LocalPlacement()
/dports/games/cgoban/cgoban-1.9.14/src/
H A Dsgf.c256 SgfElem *prevChild; in sgfElem_destroyActiveChild() local
262 prevChild = NULL; in sgfElem_destroyActiveChild()
265 for (prevChild = parent->childH; in sgfElem_destroyActiveChild()
266 prevChild->sibling != deadChild; in sgfElem_destroyActiveChild()
267 prevChild = prevChild->sibling); in sgfElem_destroyActiveChild()
268 prevChild->sibling = deadChild->sibling; in sgfElem_destroyActiveChild()
271 parent->childT = prevChild; in sgfElem_destroyActiveChild()
H A DeditTool.c442 SgfElem *active, *loSwap, *hiSwap, *prevChild; in movePressed() local
462 for (prevChild = active->childH; in movePressed()
463 prevChild->sibling != loSwap; in movePressed()
464 prevChild = prevChild->sibling); in movePressed()
465 prevChild->sibling = hiSwap; in movePressed()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmlcontext.cpp558 contextObject(nullptr), nextChild(nullptr), prevChild(nullptr), in QQmlContextData()
604 if (prevChild) { in invalidate()
605 *prevChild = nextChild; in invalidate()
606 if (nextChild) nextChild->prevChild = prevChild; in invalidate()
608 prevChild = nullptr; in invalidate()
709 if (nextChild) nextChild->prevChild = &nextChild; in setParent()
710 prevChild = &p->childContexts; in setParent()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmlcontext.cpp558 contextObject(nullptr), nextChild(nullptr), prevChild(nullptr), in QQmlContextData()
604 if (prevChild) { in invalidate()
605 *prevChild = nextChild; in invalidate()
606 if (nextChild) nextChild->prevChild = prevChild; in invalidate()
608 prevChild = nullptr; in invalidate()
709 if (nextChild) nextChild->prevChild = &nextChild; in setParent()
710 prevChild = &p->childContexts; in setParent()
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/wikimedia/parsoid/src/Wt2Html/PP/Processors/
H A DComputeDSR.php335 $prevChild = $child->previousSibling;
736 if ( DOMUtils::isText( $prevChild ) && DOMUtils::isText( $nextChild ) ) {
737 $prevText = $prevChild->nodeValue;
747 $cs = $ce - strlen( $prevText ) - WTUtils::indentPreDSRCorrection( $prevChild );
753 $node->replaceChild( $newNode, $prevChild );
755 $prevChild = $newNode->previousSibling;
760 $child = $prevChild;
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/wikimedia/parsoid/src/Wt2Html/PP/Processors/
H A DComputeDSR.php337 $prevChild = $child->previousSibling;
736 if ( DOMUtils::isText( $prevChild ) && DOMUtils::isText( $nextChild ) ) {
737 $prevText = $prevChild->nodeValue;
747 $cs = $ce - strlen( $prevText ) - WTUtils::indentPreDSRCorrection( $prevChild );
753 $node->replaceChild( $newNode, $prevChild );
755 $prevChild = $newNode->previousSibling;
760 $child = $prevChild;
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/parsoid/src/Wt2Html/PP/Processors/
H A DComputeDSR.php338 $prevChild = $child->previousSibling;
747 if ( DOMUtils::isText( $prevChild ) && DOMUtils::isText( $nextChild ) ) {
748 $prevText = $prevChild->nodeValue;
758 $cs = $ce - strlen( $prevText ) - WTUtils::indentPreDSRCorrection( $prevChild );
764 $node->replaceChild( $newNode, $prevChild );
766 $prevChild = $newNode->previousSibling;
771 $child = $prevChild;
/dports/devel/libhoard/Hoard/src/Heap-Layers/heaps/special/
H A Dnestedheap.h74 NestedHeap<SuperHeap> * prevChild = child->prev; in clear()
76 child = prevChild; in clear()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/css/
H A DCSSStyleApplyProperty.cpp269 FillLayer* prevChild = 0; in applyInheritValue() local
275 prevChild->setNext(currChild); in applyInheritValue()
278 prevChild = currChild; in applyInheritValue()
279 currChild = prevChild->next(); in applyInheritValue()
301 FillLayer* prevChild = 0; in applyValue() local
309 prevChild->setNext(currChild); in applyValue()
312 prevChild = currChild; in applyValue()
/dports/textproc/exempi/exempi-2.5.2/XMPFiles/source/FormatSupport/
H A DRIFF.cpp414 Chunk * prevChild = this->children[childIndex-1]; in changesAndSize() local
415 if ( prevChild->chunkType != chunk_JUNK ) continue; in changesAndSize()
416 prevChild->oldSize += currChild->oldSize; in changesAndSize()
417 prevChild->newSize += currChild->newSize; in changesAndSize()
418 prevChild->hasChange = true; in changesAndSize()
/dports/print/texlive-base/texlive-20150521-source/texk/tex4htk/java/
H A DOoUtilities.java201 Node prevChild = child.getPreviousSibling(); in table() local
227 child = prevChild; in table()
/dports/textproc/zorba/zorba-2.7.0/src/store/naive/
H A Dloader_fast.cpp813 XmlNode* prevChild = NULL; in endElement() local
850 prevChild != NULL && in endElement()
851 prevChild->getNodeKind() == store::StoreConsts::textNode) in endElement()
853 TextNode* textSibling = reinterpret_cast<TextNode*>(prevChild); in endElement()
876 prevChild = currChild; in endElement()
/dports/graphics/graphviz/graphviz-2.44.1/cmd/gvedit/
H A Dmainwindow.h82 MdiChild* prevChild; variable
H A Dmainwindow.cpp140 prevChild = NULL; in CMainWindow()
285 if (prevChild != activeMdiChild()) { in setChild()
291 prevChild = activeMdiChild(); in setChild()
/dports/graphics/jogamp-jogl/jogl/src/newt/classes/com/jogamp/newt/swt/
H A DNewtCanvasSWT.java372 final Window prevChild = newtChild; in setNEWTChild() local
374 …r.println("NewtCanvasSWT.setNEWTChild.0: win "+newtWinHandleToHexString(prevChild)+" -> "+newtWinH… in setNEWTChild()
386 return prevChild; in setNEWTChild()
/dports/science/netcdf/netcdf-c-4.7.4/ncdap_test/expectremote3/
H A DSurface_METAR_20120101_0000.nc.1.dmp42 " for a particular station and the prevChild variable is the record \n",
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/ncdap_test/expectremote3/
H A DSurface_METAR_20120101_0000.nc.1.dmp42 " for a particular station and the prevChild variable is the record \n",

1234