Home
last modified time | relevance | path

Searched refs:originf (Results 1 – 6 of 6) sorted by relevance

/dports/science/py-pymol/pymol-open-source-2.4.0/layer3/
H A DPlugIOManager.cpp419 float originf[3]; in PlugIOManagerLoadVol() local
423 copy3(v->origin, originf); in PlugIOManagerLoadVol()
429 add3f(axes33f + 6, originf, originf); in PlugIOManagerLoadVol()
454 copy3(originf, m44d + 12); in PlugIOManagerLoadVol()
489 ms->Origin[a] = originf[a]; in PlugIOManagerLoadVol()
/dports/math/vtk9/VTK-9.1.0/Charts/Core/
H A DvtkChartXY.h594 void ZoomInAxes(vtkAxis* x, vtkAxis* y, float* originf, float* max);
H A DvtkChartXY.cxx2409 void vtkChartXY::ZoomInAxes(vtkAxis* x, vtkAxis* y, float* originf, float* maxf) in ZoomInAxes() argument
2413 vtkVector2d origin(originf[0], originf[1]); in ZoomInAxes()
/dports/dns/bind911/bind-9.11.37/lib/dns/
H A Drpz.c1768 dns_fixedname_t labelf, originf, namef; in dns_rpz_ready() local
1847 dns_fixedname_init(&originf); in dns_rpz_ready()
1848 origin = dns_fixedname_name(&originf); in dns_rpz_ready()
/dports/math/vtk6/VTK-6.2.0/Charts/Core/
H A DvtkChartXY.cxx2149 void vtkChartXY::ZoomInAxes(vtkAxis *x, vtkAxis *y, float *originf, float *maxf) in ZoomInAxes() argument
2153 vtkVector2d origin(originf[0], originf[1]); in ZoomInAxes()
/dports/math/vtk8/VTK-8.2.0/Charts/Core/
H A DvtkChartXY.cxx2244 void vtkChartXY::ZoomInAxes(vtkAxis* x, vtkAxis* y, float* originf, float* maxf) in ZoomInAxes() argument
2248 vtkVector2d origin(originf[0], originf[1]); in ZoomInAxes()