Searched refs:y2_preset (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_cursor.c353 UShort y1_preset = 0, y2_preset = 0; local in function:SiSSetCursorPositionMerged
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)
[all...]

Completed in 24 milliseconds