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

/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/
H A Dmultivis.h100 #define mvFindPel(x,y) ((mvImg+((y)*request_width))+(x))
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 225 milliseconds