Searched defs:mvImg (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/
H A Dmultivis.c61 static MVPel *mvImg; /* mvImg is what we compose the image variable
126 /* Create mvImg */
131 if ((mvImg = (MVPel *) calloc(sizeof(MVPel), request_width * request_height))
147 /* Free mvImg */
148 if (mvImg)
149 free(mvImg);

Completed in 11 milliseconds