Lines Matching refs:mode2
351 DisplayModePtr mode2 = CDMPTR->CRT2;
395 if(y2 > mode2->VDisplay) { y2 = 2000; y2_preset = 0; }
396 else if(mode2->Flags & V_INTERLACE) { y2 /= 2; y2_preset /= 2; }
397 else if(mode2->Flags & V_DBLSCAN) { y2 *= 2; y2_preset *= 2; }
401 if(x2 > mode2->HDisplay) { y2 = 2000; y2_preset = 0; }
931 DisplayModePtr mode2 = NULL;
935 mode2 = CDMPTR->CRT2;
949 if(mode2->Flags & V_INTERLACE)
951 if((mode2->Flags & V_DBLSCAN) && (pCurs->bits->height > 32))
979 if(mode2->Flags & V_INTERLACE)
981 if((mode2->Flags & V_DBLSCAN) && (pCurs->bits->height > 32))
1007 DisplayModePtr mode2 = NULL;
1011 mode2 = CDMPTR->CRT2;
1027 if(mode2->Flags & V_INTERLACE)
1029 if((mode2->Flags & V_DBLSCAN) && (pCurs->bits->height > 16))
1061 if(mode2->Flags & V_INTERLACE)