Lines Matching refs:pDepth
560 DepthPtr pDepth;
584 pDepth = pScreen->allowedDepths;
585 for(j = 0; j < pScreen->numDepths; j++, pDepth++)
588 (pDepth->numVids * sizeof(xVisualType));
597 depth.depth = pDepth->depth;
598 depth.nVisuals = pDepth->numVids;
602 for(k = 0; k < pDepth->numVids; k++)
604 vid = pDepth->vids[k];
1361 DepthPtr pDepth;
1397 pDepth = pDraw->pScreen->allowedDepths;
1398 for (i=0; i<pDraw->pScreen->numDepths; i++, pDepth++)
1399 if (pDepth->depth == stuff->depth)
3636 xDepth *pDepth;
3640 pDepth = (xDepth *)(root + 1);
3643 pDepth = (xDepth *)(((char *)(pDepth + 1)) +
3644 pDepth->nVisuals * sizeof(xVisualType));
3646 root = (xWindowRoot *)pDepth;