Home
last modified time | relevance | path

Searched refs:internal_gui_width (Results 1 – 3 of 3) sorted by relevance

/dports/science/py-pymol/pymol-open-source-2.4.0/layer1/
H A DOrtho.cpp1754 CGOVertex(orthoCGO, I->Width - internal_gui_width, 0.f, 0.f); in OrthoDoDraw()
1755 CGOVertex(orthoCGO, I->Width - internal_gui_width + 1.f, 0.f, 0.f); in OrthoDoDraw()
1756 CGOVertex(orthoCGO, I->Width - internal_gui_width, I->Height, 0.f); in OrthoDoDraw()
1757 CGOVertex(orthoCGO, I->Width - internal_gui_width + 1.f, I->Height, 0.f); in OrthoDoDraw()
1762 glVertex2i(I->Width - internal_gui_width, 0); in OrthoDoDraw()
1763 glVertex2i(I->Width - internal_gui_width, I->Height); in OrthoDoDraw()
2235 int internal_gui_width; in OrthoReshape() local
2279 internal_gui_width = 0; in OrthoReshape()
2288 sceneRight = internal_gui_width; in OrthoReshape()
2323 OrthoLayoutPanel(G, 0, width - internal_gui_width, textBottom, 0); in OrthoReshape()
[all …]
H A DSettingInfo.h182 REC_i( 98, internal_gui_width , global , cOrthoRightSceneMargin ),
/dports/science/jmol/jmol-14.32.7/src/org/jmol/adapter/readers/pymol/
H A DPyMOL.java371 final static int internal_gui_width = 98; field in PyMOL