Lines Matching refs:y2_preset
353 UShort y1_preset = 0, y2_preset = 0;
385 y2_preset = (-y2);
386 if(y2_preset > maxpreset) y2_preset = maxpreset;
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; }
407 sis301SetCursorPositionY(y2, y2_preset)
412 sis301SetCursorPositionY310(y2, y2_preset)