Home
last modified time | relevance | path

Searched refs:DrawLine (Results 1 – 7 of 7) sorted by relevance

/NW4C-1.2.23/include/nw/demo/
Ddemo_GraphicsDrawing.h120 void DrawLine( s32 x1, s32 y1, s32 x2, s32 y2, ut::Color8 color ) in DrawLine() function
122 this->DrawLine( in DrawLine()
136 void DrawLine( const math::VEC2& p1, const math::VEC2& p2, ut::Color8 color );
/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_Bounding.cpp62 internal::DrawLine(drawInfo, GetVtxPos(), GetSize(), ut::Color8::GREEN); in DrawSelf()
Dlyt_Common.cpp332 DrawLine( in DrawLine() function
Dlyt_Pane.cpp734 internal::DrawLine(drawInfo, GetVtxPos(), m_Size, ut::Color8::GREEN); in DrawSelf()
/NW4C-1.2.23/include/nw/lyt/
Dlyt_Common.h174 void DrawLine(
/NW4C-1.2.23/sources/libraries/dev/
Ddev_DirectPrint.cpp434 str = this->DrawLine(context, x, y, str, width); in DrawString()
475 DrawLine( in DrawLine() function in nw::dev::__anoncafb16bf0111::PixelWriter
/NW4C-1.2.23/sources/libraries/demo/
Ddemo_GraphicsDrawing.cpp241 GraphicsDrawing::DrawLine( const math::VEC2& p1, const math::VEC2& p2, ut::Color8 color ) in DrawLine() function in nw::demo::GraphicsDrawing