Searched refs:pLast (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiwindow.c141 WindowPtr pChild, pLast; local in function:miMarkOverlappedWindows
182 pLast = pChild->parent->lastChild;
202 while (!pChild->nextSib && (pChild != pLast))
204 if (pChild == pLast)
H A Dmioverlay.c332 WindowPtr pChild, pLast; local in function:miOverlayMarkOverlappedWindows
346 pLast = pChild->parent->lastChild;
374 while (!pChild->nextSib && (pChild != pLast)) {
382 if (pChild == pLast) break;
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiwindow.c139 WindowPtr pChild, pLast; local in function:miMarkOverlappedWindows
176 pLast = pChild->parent->lastChild;
192 while (!pChild->nextSib && (pChild != pLast))
194 if (pChild == pLast)
H A Dmioverlay.c330 WindowPtr pChild, pLast; local in function:miOverlayMarkOverlappedWindows
345 pLast = pChild->parent->lastChild;
372 while (!pChild->nextSib && (pChild != pLast)) {
381 if (pChild == pLast)

Completed in 8 milliseconds