Lines Matching refs:local_info
1435 local_info; in PlasmaImageProxy() local
1444 local_info=(*segment); in PlasmaImageProxy()
1445 local_info.x2=(double) x_mid; in PlasmaImageProxy()
1446 local_info.y2=(double) y_mid; in PlasmaImageProxy()
1448 &local_info,attenuate,depth,exception); in PlasmaImageProxy()
1449 local_info=(*segment); in PlasmaImageProxy()
1450 local_info.y1=(double) y_mid; in PlasmaImageProxy()
1451 local_info.x2=(double) x_mid; in PlasmaImageProxy()
1453 &local_info,attenuate,depth,exception); in PlasmaImageProxy()
1454 local_info=(*segment); in PlasmaImageProxy()
1455 local_info.x1=(double) x_mid; in PlasmaImageProxy()
1456 local_info.y2=(double) y_mid; in PlasmaImageProxy()
1458 &local_info,attenuate,depth,exception); in PlasmaImageProxy()
1459 local_info=(*segment); in PlasmaImageProxy()
1460 local_info.x1=(double) x_mid; in PlasmaImageProxy()
1461 local_info.y1=(double) y_mid; in PlasmaImageProxy()
1463 &local_info,attenuate,depth,exception); in PlasmaImageProxy()