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

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/ast/
H A Dchip.c205 register uint_t const numlines = 128; local
207 for (lineon = 0; lineon < numlines; lineon++) {
210 x1 = (uint_t)((width * lineon) / numlines);
219 for (lineon = 0; lineon < numlines; lineon++) {
224 y1 = (uint_t)((height * lineon) / numlines);
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/efb/
H A Dchip.c201 register uint_t const numlines = 128; local
203 for (lineon = 0; lineon < numlines; lineon++) {
206 x1 = (uint_t)((width * lineon) / numlines);
215 for (lineon = 0; lineon < numlines; lineon++) {
220 y1 = (uint_t)((height * lineon) / numlines);
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/mga/
H A Dchip.c227 register unsigned int const numlines = 128; local
229 for (lineon = 0; lineon < numlines; lineon++) {
232 x1 = (unsigned int)((width * lineon) / numlines);
241 for (lineon = 0; lineon < numlines; lineon++) {
246 y1 = (unsigned int)((height * lineon) / numlines);

Completed in 11 milliseconds