Home | History | Annotate | Download | only in x11

Lines Matching refs:ov

220       const OverlayInfo *ov = overlay_info + i;
221 if (ov->overlay_visual == vinfo->visualid) {
223 if (/*ov->transparent_type==1 &&*/ ov->layer!=0) {
224 int level = ov->layer;
457 const OverlayInfo *ov = overlay_info + i;
458 if (ov->overlay_visual == vinfo->visualid) {
460 if (ov->transparent_type == 0) {
466 /* ov->value is the transparent pixel */
468 return ov->value;
703 const OverlayInfo *ov = overlay_info + i;
707 if (ov->layer!=level) {
713 && ov->transparent_type>0)
714 || (trans_type==GLX_NONE_EXT && ov->transparent_type==0))) {
718 if (trans_value!=DONT_CARE && trans_value!=ov->value) {
724 vistemplate.visualid = ov->overlay_visual;
760 /* DEBUG tt = ov->transparent_type;*/
761 /* DEBUG tv = ov->value; */