Searched refs:horzInc (Results 1 - 1 of 1) sorted by last modified time

/haiku/src/add-ons/accelerants/ati/
H A Drage128_overlay.cpp107 int32 horzInc = (buffer->width << (12 + ecpDiv)) / window->width; local
110 while (horzInc >= (2 << 12)) {
112 horzInc >>= 1;
122 int32 tmp = (left & 0x0003ffff) + 0x00028000 + (horzInc << 3);
126 tmp = ((left >> 1) & 0x0001ffff) + 0x00028000 + (horzInc << 2);
140 OUTREG(R128_OV0_H_INC, horzInc | ((horzInc >> 1) << 16));

Completed in 40 milliseconds