Searched defs:ndepths (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/lib/libXext/sun-src/src/
H A DTransOvl.c161 for (depth = scr->depths; depth < (scr->depths + scr->ndepths); depth++) {
185 visEnumData->nDepths = scr->ndepths;
200 int ndepths; local
204 ndepths = visEnumData->nDepths;
206 while (ndepths) {
210 ndepths--;
213 if (!ndepths) {
216 visEnumData->nDepths = ndepths - 1;

Completed in 15 milliseconds