Home
last modified time | relevance | path

Searched refs:PXmin (Results 1 – 4 of 4) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DDraw_Viewer.hxx113 const Standard_Integer PXmin,
/dports/cad/opencascade/opencascade-7.6.0/src/Draw/
H A DDraw_Viewer.hxx113 const Standard_Integer PXmin,
H A DDraw_Viewer.cxx644 const Standard_Integer PXmin, in PostScriptView() argument
654 ps_px = PXmin; in PostScriptView()
656 ps_kx = ((Standard_Real) (PXmax - PXmin)) / ((Standard_Real) (VXmax - VXmin)); in PostScriptView()
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/sg/src/ogl/
H A Doglps.c310 #define PXmin ( (PWidth - PSize) / 2.0 ) macro
312 #define PXmax ( PXmin + PSize )
314 #define PXmapPS(x) ( (((x) - Xmid)*XYscale + 0.5) * PSize + PXmin )
2333 (int)(PSize), 0, 0, (int)(PSize), (int)(PXmin), (int)(PYmin)); in psgenUtl()