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

/haiku/src/add-ons/accelerants/common/
H A Dcompute_display_timing.cpp264 float horizontalSync = rint(H_SYNC_PERCENT / 100.0 * totalPixels local
269 float horizontalFrontPorch = (horizontalBlank / 2.0) - horizontalSync;
281 = (uint16)(width + horizontalFrontPorch + horizontalSync);
/haiku/src/add-ons/accelerants/neomagic/engine/
H A Dnm_crtc.c411 const char* horizontalSync; local
444 horizontalSync = "enabled";
449 horizontalSync = "disabled";
463 displayStatus, horizontalSync, verticalSync);

Completed in 30 milliseconds