Home
last modified time | relevance | path

Searched defs:tglVertex (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/
H A Dtgl.h98 inline void tglVertex(const TPointD &p) { glVertex2d(p.x, p.y); } in tglVertex() function
99 inline void tglVertex(const TPoint &p) { glVertex2i(p.x, p.y); } in tglVertex() function
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/colorfx/
H A Dstrokestyles.cpp119 inline void tglVertex(const T3DPointD &p) { glVertex3d(p.x, p.y, p.z); } in tglVertex() function