Lines Matching refs:local_info
1426 local_info; in PlasmaImageProxy() local
1435 local_info=(*segment); in PlasmaImageProxy()
1436 local_info.x2=(double) x_mid; in PlasmaImageProxy()
1437 local_info.y2=(double) y_mid; in PlasmaImageProxy()
1439 &local_info,attenuate,depth,exception); in PlasmaImageProxy()
1440 local_info=(*segment); in PlasmaImageProxy()
1441 local_info.y1=(double) y_mid; in PlasmaImageProxy()
1442 local_info.x2=(double) x_mid; in PlasmaImageProxy()
1444 &local_info,attenuate,depth,exception); in PlasmaImageProxy()
1445 local_info=(*segment); in PlasmaImageProxy()
1446 local_info.x1=(double) x_mid; in PlasmaImageProxy()
1447 local_info.y2=(double) y_mid; in PlasmaImageProxy()
1449 &local_info,attenuate,depth,exception); in PlasmaImageProxy()
1450 local_info=(*segment); in PlasmaImageProxy()
1451 local_info.x1=(double) x_mid; in PlasmaImageProxy()
1452 local_info.y1=(double) y_mid; in PlasmaImageProxy()
1454 &local_info,attenuate,depth,exception); in PlasmaImageProxy()