Home | History | Annotate | Download | only in x11

Lines Matching refs:min_depth

614  *         min_depth - minimum visual depth
619 choose_x_visual(Display *dpy, int screen, int min_depth, int preferred_class)
639 if (min_depth==0) {
650 for (depth=32;depth>=min_depth;depth--) {
670 if (min_depth==0) {
681 for (depth=32;depth>=min_depth;depth--) {
697 * Find the deepest X over/underlay visual of at least min_depth.
704 * min_depth - minimum visual depth
711 int min_depth, int preferred_class )
737 deepest = min_depth;