Home
last modified time | relevance | path

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

/dports/science/py-pymol/pymol-open-source-2.4.0/layer0/
H A DBase.h97 float dynamic_width_factor, dynamic_width_min, dynamic_width_max; member
/dports/science/jmol/jmol-14.32.7/src/org/jmol/adapter/readers/pymol/
H A DPyMOL.java303 final static int dynamic_width_factor = 611; field in PyMOL
/dports/science/py-pymol/pymol-open-source-2.4.0/layer1/
H A DSceneRay.cpp267 info.dynamic_width_factor = in SceneRay()
H A DSettingInfo.h711 REC_f( 611, dynamic_width_factor , global , 0.06f ),
H A DSceneRender.cpp805 info.dynamic_width_factor = SettingGetGlobal_f(G, cSetting_dynamic_width_factor); in SceneRenderAll()
H A DScene.cpp7236 factor = info->dynamic_width_factor / info->vertex_scale; in SceneGetDynamicLineWidth()