Home | History | Annotate | Download | only in x11

Lines Matching full:deepest

649 	    /* start with deepest */
680 /* start with deepest */
697 * Find the deepest X over/underlay visual of at least min_depth.
717 int deepest;
736 /* Search for the deepest overlay which satisifies all criteria. */
737 deepest = min_depth;
780 if (deepvis==NULL || vislist->depth > deepest) {
785 deepest = vislist->depth;