Searched refs:pLast (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/mi/ | ||
| H A D | miwindow.c | 141 WindowPtr pChild, pLast; local in function:miMarkOverlappedWindows 182 pLast = pChild->parent->lastChild; 202 while (!pChild->nextSib && (pChild != pLast)) 204 if (pChild == pLast) |
| H A D | mioverlay.c | 332 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 D | miwindow.c | 139 WindowPtr pChild, pLast; local in function:miMarkOverlappedWindows 176 pLast = pChild->parent->lastChild; 192 while (!pChild->nextSib && (pChild != pLast)) 194 if (pChild == pLast) |
| H A D | mioverlay.c | 330 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