Home
last modified time | relevance | path

Searched refs:AttachLight (Results 1 – 10 of 10) sorted by relevance

/dports/math/mathgl/mathgl-2.5/src/
H A Dcanvas_cf.cpp124 void MGL_EXPORT mgl_set_attach_light(HMGL gr, int enable) { gr->AttachLight(enable); } in mgl_set_attach_light()
244 void MGL_EXPORT mgl_set_attach_light_(uintptr_t *gr, int *enable) { _GR_->AttachLight(*enable); } in mgl_set_attach_light_()
H A Dexec_set.cpp102 if(!strcmp(k,"n")) gr->AttachLight(a[0].v!=0); in mgls_attachlight()
/dports/math/mathgl/mathgl-2.5/include/mgl2/
H A Dbase.h439 virtual bool AttachLight(bool enable) in AttachLight() function
H A Dmgl.h101 inline void AttachLight(bool enable) { mgl_set_attach_light(gr, enable); } in AttachLight() function
/dports/math/mathgl/mathgl-2.5/lang/
H A Dmgl.i90 inline void AttachLight(bool enable) { mgl_set_attach_light(gr, enable); } in AttachLight() function
/dports/math/mathgl/mathgl-2.5/examples/
H A Dsamples.cpp1624 gr->Light(true); gr->AttachLight(true); in smgl_light()
/dports/math/mathgl/mathgl-2.5/texinfo/
H A Dexample_ru.texi1855 gr->Light(true); gr->AttachLight(true);
H A Dexample_en.texi1864 gr->Light(true); gr->AttachLight(true);
H A Dcore_ru.texi264 @deftypefnx {Метод класса @code{mglGraph}} @code{void} AttachLight (@code{bool} val)
H A Dcore_en.texi266 @deftypefnx {Method on @code{mglGraph}} @code{void} AttachLight (@code{bool} val)