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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A DmultiVis.c500 XImage *ximage, *ximage_ipm ; local
515 ximage_ipm = NULL;
529 ximage_ipm = ReadRegionsInList(disp,&fakeVis,depth,format,
531 ipmData = (unsigned char *)ximage_ipm -> data ;
576 pixel = (int32_t) XGetPixel(ximage_ipm,dst_x+x1,dst_y+y1) ;
605 pixel = (int32_t) XGetPixel(ximage_ipm,dst_x+x1,dst_y+y1) ;
631 pixel = (int32_t) XGetPixel(ximage_ipm,dst_x+x1,
651 if (ximage_ipm != NULL) {
652 XDestroyImage(ximage_ipm);

Completed in 33 milliseconds