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

/haiku/src/add-ons/accelerants/common/
H A Dcompute_display_timing.cpp250 float totalPixels = totalActivePixels + horizontalBlank; local
254 float pixelFrequency = totalPixels / horizontalPeriod;
264 float horizontalSync = rint(H_SYNC_PERCENT / 100.0 * totalPixels
282 timing->h_total = (uint16)totalPixels;

Completed in 77 milliseconds