Home
last modified time | relevance | path

Searched refs:drawNet (Results 1 – 15 of 15) sorted by relevance

/dports/games/manaplus/manaplus-2.1.3.17/src/render/
H A Dopenglgraphicsdef.hpp30 void drawNet(const int x1, const int y1,
H A Dimagegraphics.h138 void drawNet(const int x1 A_UNUSED, in drawNet() function
H A Dsurfacegraphics.h139 void drawNet(const int x1 A_UNUSED, in drawNet() function
H A Dgraphics.h277 virtual void drawNet(const int x1, const int y1,
H A Dgraphics.cpp653 void Graphics::drawNet(const int x1, const int y1, in drawNet() function in Graphics
H A Dsafeopenglgraphics.cpp603 void SafeOpenGLGraphics::drawNet(const int x1, const int y1, in drawNet() function in SafeOpenGLGraphics
H A Dnullopenglgraphics.cpp1071 void NullOpenGLGraphics::drawNet(const int x1, const int y1, in drawNet() function in NullOpenGLGraphics
H A Dmodernopenglgraphics.cpp1070 void ModernOpenGLGraphics::drawNet(const int x1, const int y1, in drawNet() function in ModernOpenGLGraphics
H A Dmobileopengl2graphics.cpp1079 void MobileOpenGL2Graphics::drawNet(const int x1, in drawNet() function in MobileOpenGL2Graphics
H A Dmobileopenglgraphics.cpp1167 void MobileOpenGLGraphics::drawNet(const int x1, const int y1, in drawNet() function in MobileOpenGLGraphics
H A Dnormalopenglgraphics.cpp1509 void NormalOpenGLGraphics::drawNet(const int x1, const int y1, in drawNet() function in NormalOpenGLGraphics
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/db/
H A DdbHierInstShapeItr.cpp246 if (!drawNet(filter, net, draw_vias, draw_segments)) in iterate_inst()
275 bool dbHierInstShapeItr::drawNet(unsigned filter, in drawNet() function in odb::dbHierInstShapeItr
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/include/opendb/
H A DdbShape.h499 bool drawNet(unsigned filter, dbNet* net, bool& draw_via, bool& draw_segment);
/dports/games/manaplus/manaplus-2.1.3.17/src/test/
H A Dtestlauncher.cpp791 mainGraphics->drawNet(450, 10, 600, 300, 32, 20); in testDraw()
/dports/games/manaplus/manaplus-2.1.3.17/src/resources/map/
H A Dmap.cpp592 graphics->drawNet( in drawCollision()