HomeSort by: relevance | last modified time | path
    Searched refs:xPictDepth (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/libXrender/dist/src/
Xrender.c 423 xPictDepth *xPDepth;
486 (rep.numDepths * sizeof (xPictDepth)) +
555 xPDepth = (xPictDepth *) (xScreen + 1);
590 xPDepth = (xPictDepth *) xVisual;
  /xsrc/external/mit/xorgproto/dist/include/X11/extensions/
renderproto.h 88 } xPictDepth;
  /xsrc/external/mit/xorg-server/dist/render/
render.c 311 xPictDepth *pictDepth;
367 ndepth * sizeof(xPictDepth) +
425 pictDepth = (xPictDepth *) (pictScreen + 1);
453 pictDepth = (xPictDepth *) pictVisual;
  /xsrc/external/mit/xorg-server.old/dist/render/
render.c 333 xPictDepth *pictDepth;
391 ndepth * sizeof (xPictDepth) +
455 pictDepth = (xPictDepth *) (pictScreen + 1);
488 pictDepth = (xPictDepth *) pictVisual;

Completed in 11 milliseconds