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

/solaris-x11-s12/open-src/app/gfx-utils/sun-src/vts/mga/
H A Ddma.c63 register int maxheight; local
110 maxheight = MGA_AR0_MASK + 1;
112 maxheight = (MGA_AR0_MASK + 1) / maxwidth;
115 if (y + maxheight > mga_info.mga_height)
118 height = maxheight;

Completed in 232 milliseconds