Home | History | Annotate | Download | only in x11

Lines Matching refs:ov

237       const OverlayInfo *ov = overlay_info + i;
238 if (ov->overlay_visual == vinfo->visualid) {
240 if (/*ov->transparent_type==1 &&*/ ov->layer!=0) {
241 int level = ov->layer;
495 const OverlayInfo *ov = overlay_info + i;
496 if (ov->overlay_visual == vinfo->visualid) {
498 if (ov->transparent_type == 0) {
504 /* ov->value is the transparent pixel */
506 return ov->value;
741 const OverlayInfo *ov = overlay_info + i;
745 if (ov->layer!=level) {
751 && ov->transparent_type>0)
752 || (trans_type==GLX_NONE_EXT && ov->transparent_type==0))) {
756 if (trans_value!=DONT_CARE && trans_value!=ov->value) {
762 vistemplate.visualid = ov->overlay_visual;
787 /* DEBUG tt = ov->transparent_type;*/
788 /* DEBUG tv = ov->value; */