Lines Matching refs:local_info
3782 local_info; in PlasmaImageProxy() local
3791 local_info=(*segment); in PlasmaImageProxy()
3792 local_info.x2=(double) x_mid; in PlasmaImageProxy()
3793 local_info.y2=(double) y_mid; in PlasmaImageProxy()
3795 &local_info,attenuate,depth,exception); in PlasmaImageProxy()
3796 local_info=(*segment); in PlasmaImageProxy()
3797 local_info.y1=(double) y_mid; in PlasmaImageProxy()
3798 local_info.x2=(double) x_mid; in PlasmaImageProxy()
3800 &local_info,attenuate,depth,exception); in PlasmaImageProxy()
3801 local_info=(*segment); in PlasmaImageProxy()
3802 local_info.x1=(double) x_mid; in PlasmaImageProxy()
3803 local_info.y2=(double) y_mid; in PlasmaImageProxy()
3805 &local_info,attenuate,depth,exception); in PlasmaImageProxy()
3806 local_info=(*segment); in PlasmaImageProxy()
3807 local_info.x1=(double) x_mid; in PlasmaImageProxy()
3808 local_info.y1=(double) y_mid; in PlasmaImageProxy()
3810 &local_info,attenuate,depth,exception); in PlasmaImageProxy()