Lines Matching defs:depths
137 DepthPtr depths;
162 depths = (DepthPtr)malloc(MAXDEPTH * sizeof(DepthRec));
163 depths[0].depth = 1;
164 depths[0].numVids = 0;
165 depths[0].vids = (VisualID *)malloc(MAXVISUALSPERDEPTH * sizeof(VisualID));
201 if (depths[j].depth == xnestVisuals[i].depth) {
208 depths[depthIndex].depth = xnestVisuals[i].depth;
209 depths[depthIndex].numVids = 0;
210 depths[depthIndex].vids =
214 if (depths[depthIndex].numVids >= MAXVISUALSPERDEPTH) {
217 depths[depthIndex].vids[depths[depthIndex].numVids] =
219 depths[depthIndex].numVids++;
238 numDepths, depths,