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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A DmultiVis.c976 image_win_type *new_src; local
978 if ((new_src = (image_win_type *) malloc( sizeof( image_win_type))) == NULL)
982 new_src->win = w;
983 new_src->x_rootrel = xrr;
984 new_src->y_rootrel = yrr;
985 new_src->x_vis = x_vis;
986 new_src->y_vis = y_vis;
987 new_src->width = width;
988 new_src->height = height;
989 new_src
[all...]
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dvis_FourByteAbgrPre.c98 SurfaceDataRasInfo new_src[1]; \
106 new_src->lutBase = buff; \
107 new_src->scanStride = pSrcInfo->scanStride; \
108 pSrcInfo = new_src; \

Completed in 223 milliseconds