Home
last modified time | relevance | path

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

/dports/science/py-pymol/pymol-open-source-2.4.0/layer5/
H A Dmain.cpp779 PyMOL_Reshape(PyMOLInstance, width, height, false); in MainReshape()
830 PyMOL_Reshape(G->PyMOL, actual_width, actual_height, true); in MainDoReshape()
833 PyMOL_Reshape(G->PyMOL, width, height, force); in MainDoReshape()
H A DPyMOL.h269 void PyMOL_Reshape(CPyMOL * I, int width, int height, int force);
H A DPyMOL.cpp2420 void PyMOL_Reshape(CPyMOL * I, int width, int height, int force) in PyMOL_Reshape() function
/dports/science/py-pymol/pymol-open-source-2.4.0/layer4/
H A DCmd.cpp3724 PyMOL_Reshape(G->PyMOL, width, height, force); in Cmd_Reshape()