Lines Matching defs: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;
451 const OverlayInfo *ov = overlay_info + i;
452 if (ov->overlay_visual == vinfo->visualid) {
454 if (ov->transparent_type == 0) {
460 /* ov->value is the transparent pixel */
462 return ov->value;
697 const OverlayInfo *ov = overlay_info + i;
701 if (ov->layer!=level) {
707 && ov->transparent_type>0)
708 || (trans_type==GLX_NONE_EXT && ov->transparent_type==0))) {
712 if (trans_value!=DONT_CARE && trans_value!=ov->value) {
718 vistemplate.visualid = ov->overlay_visual;
754 /* DEBUG tt = ov->transparent_type;*/
755 /* DEBUG tv = ov->value; */