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

/haiku/src/add-ons/accelerants/ati/
H A Dmach64_overlay.cpp59 uint32 horzScale = (buffer->width << 12) / (x2 - x1 + 1); local
62 if (horzScale > 0xffff) // only 16 bits are used for scale factors
63 horzScale = 0xffff;
120 OUTREG(OVERLAY_SCALE_INC, (horzScale << 16) | vertScale);

Completed in 61 milliseconds