Home
last modified time | relevance | path

Searched refs:glyph_line (Results 1 – 2 of 2) sorted by relevance

/dports/math/mathgl/mathgl-2.5/include/mgl2/
H A Dcanvas.h459 void glyph_line(mreal phi, const mglPnt &p, mreal f, bool solid, const mglDrawReg *d);
/dports/math/mathgl/mathgl-2.5/src/
H A Dpixel.cpp1141 if(!(P.n3&4)) glyph_line(phi,p,f,true, d); in glyph_draw()
1142 glyph_line(phi,p,f,false, d); in glyph_draw()
1323 void mglCanvas::glyph_line(mreal phi, const mglPnt &pp, mreal f, bool solid, const mglDrawReg *d) in glyph_line() function in mglCanvas