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

/xsrc/external/mit/libXrender/dist/src/
H A DXrender.c423 xPictDepth *xPDepth; local in function:XRenderQueryFormats
555 xPDepth = (xPictDepth *) (xScreen + 1);
569 depth->depth = xPDepth->depth;
570 depth->nvisuals = xPDepth->nPictVisuals;
572 xVisual = (xPictVisual *) (xPDepth + 1);
590 xPDepth = (xPictDepth *) xVisual;
593 xScreen = (xPictScreen *) xPDepth;

Completed in 3 milliseconds