Home
last modified time | relevance | path

Searched defs:draw2DRectangle (Results 1 – 13 of 13) sorted by relevance

/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCSoftwareDriver.cpp836 void CSoftwareDriver::draw2DRectangle(SColor color, const core::rect<s32>& pos, in draw2DRectangle() function in irr::video::CSoftwareDriver
861 void CSoftwareDriver::draw2DRectangle(const core::rect<s32>& pos, in draw2DRectangle() function in irr::video::CSoftwareDriver
H A DCGUISkin.cpp965 void CGUISkin::draw2DRectangle(IGUIElement* element, in draw2DRectangle() function in irr::gui::CGUISkin
H A DCSoftwareDriver2.cpp2268 void CBurningVideoDriver::draw2DRectangle(SColor color, const core::rect<s32>& pos, in draw2DRectangle() function in irr::video::CBurningVideoDriver
2338 void CBurningVideoDriver::draw2DRectangle(const core::rect<s32>& position, in draw2DRectangle() function in irr::video::CBurningVideoDriver
H A DCNullDriver.cpp801 void CNullDriver::draw2DRectangle(SColor color, const core::rect<s32>& pos, const core::rect<s32>* … in draw2DRectangle() function in irr::video::CNullDriver
809 void CNullDriver::draw2DRectangle(const core::rect<s32>& pos, in draw2DRectangle() function in irr::video::CNullDriver
H A DCOpenGLDriver.cpp2321 void COpenGLDriver::draw2DRectangle(SColor color, const core::rect<s32>& position, in draw2DRectangle() function in irr::video::COpenGLDriver
2342 void COpenGLDriver::draw2DRectangle(const core::rect<s32>& position, in draw2DRectangle() function in irr::video::COpenGLDriver
H A DCD3D8Driver.cpp1219 void CD3D8Driver::draw2DRectangle(const core::rect<s32>& position, in draw2DRectangle() function in irr::video::CD3D8Driver
H A DCD3D9Driver.cpp1926 void CD3D9Driver::draw2DRectangle(const core::rect<s32>& position, in draw2DRectangle() function in irr::video::CD3D9Driver
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/source/Irrlicht/
H A DCGUISkin.cpp972 void CGUISkin::draw2DRectangle(IGUIElement* element, in draw2DRectangle() function in irr::gui::CGUISkin
H A DCOpenGLDriver.cpp2509 void COpenGLDriver::draw2DRectangle(SColor color, const core::rect<s32>& position, in draw2DRectangle() function in irr::video::COpenGLDriver
2530 void COpenGLDriver::draw2DRectangle(const core::rect<s32>& position, in draw2DRectangle() function in irr::video::COpenGLDriver
H A DCNullDriver.cpp773 void CNullDriver::draw2DRectangle(SColor color, const core::rect<s32>& pos, const core::rect<s32>* … in draw2DRectangle() function in irr::video::CNullDriver
781 void CNullDriver::draw2DRectangle(const core::rect<s32>& pos, in draw2DRectangle() function in irr::video::CNullDriver
/dports/games/minetest/minetest-5.4.1/src/gui/
H A DguiSkin.cpp1019 void GUISkin::draw2DRectangle(IGUIElement* element, in draw2DRectangle() function in irr::gui::GUISkin
/dports/games/trackballs/trackballs-1.3.3/src/
H A DglHelp.cc265 void draw2DRectangle(GLfloat x, GLfloat y, GLfloat w, GLfloat h, GLfloat tx, GLfloat ty, in draw2DRectangle() function
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/guiengine/
H A Dskin.cpp2190 void Skin::draw2DRectangle (IGUIElement *element, const video::SColor &color, in draw2DRectangle() function in Skin