Home
last modified time | relevance | path

Searched refs:CELL_GRANULARITY (Results 1 – 1 of 1) sorted by relevance

/haiku/src/add-ons/accelerants/common/
H A Dcompute_display_timing.cpp118 #define CELL_GRANULARITY 8.0 macro
154 width = (uint32)(rint(width / CELL_GRANULARITY) * CELL_GRANULARITY); in compute_display_timing()
219 / CELL_GRANULARITY) * CELL_GRANULARITY : 0.0; in compute_display_timing()
226 / CELL_GRANULARITY) * CELL_GRANULARITY : 0.0; in compute_display_timing()
245 / (100.0 - idealDutyCycle) / (2.0 * CELL_GRANULARITY)) in compute_display_timing()
246 * (2.0 * CELL_GRANULARITY); in compute_display_timing()
265 / CELL_GRANULARITY) * CELL_GRANULARITY; in compute_display_timing()