Home
last modified time | relevance | path

Searched defs:dot_as_spheres (Results 1 – 4 of 4) sorted by relevance

/dports/science/py-pymol/pymol-open-source-2.4.0/layer2/
H A DRepDot.cpp66 …short dot_as_spheres = SettingGet_i(G, I->R.cs->Setting, I->R.obj->Setting, cSetting_dot_as_sphere… in RepDotCGOGenerate() local
192 …short dot_as_spheres = SettingGet_i(G, I->R.cs->Setting, I->R.obj->Setting, cSetting_dot_as_sphere… in RepDotRender() local
H A DRepMesh.cpp85 …short dot_as_spheres = I->mesh_type==1 && SettingGet_i(G, I->R.cs->Setting, I->R.obj->Setting, cSe… in RepMeshCGOGenerate() local
310 …short dot_as_spheres = I->mesh_type==1 && SettingGet_i(G, I->R.cs->Setting, I->R.obj->Setting, cSe… in RepMeshRender() local
H A DRepSurface.cpp69 short dot_as_spheres; member
278 …short dot_as_spheres = SettingGet_i(G, I->R.cs->Setting, I->R.obj->Setting, cSetting_dot_as_sphere… in RepSurfaceCGOGenerate() local
1657 …bool dot_as_spheres = SettingGet_b(G, I->R.cs->Setting, I->R.obj->Setting, cSetting_dot_as_spheres… in RepSurfaceRender() local
/dports/science/jmol/jmol-14.32.7/src/org/jmol/adapter/readers/pymol/
H A DPyMOL.java287 final static int dot_as_spheres = 701; field in PyMOL