Home
last modified time | relevance | path

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

/dports/science/py-pymol/pymol-open-source-2.4.0/layer2/
H A DVFont.h30 int VFontIndent(PyMOLGlobals * G, int font_id, const char *text,
H A DVFont.cpp140 int VFontIndent(PyMOLGlobals * G, int font_id, const char *text, float *pos, float *scale, in VFontIndent() function
H A DObjectGadgetRamp.cpp632 VFontIndent(I->G, font_id, buffer, pos, scale, axes, -1.f); in ObjectGadgetRampUpdateCGO()
/dports/science/py-pymol/pymol-open-source-2.4.0/layer1/
H A DCGO.cpp1520 VFontIndent(I->G, font_id, text, pos, scale, axes, pc[1]); in CGODrawText()