Searched refs:DrawLine (Results 1 – 8 of 8) sorted by relevance
| /NW4C-1.3.3/sources/libraries/demo/ |
| D | demo_DebugUtility.cpp | 182 graphicsDrawing->DrawLine( in DrawLoadMeter() 194 graphicsDrawing->DrawLine( in DrawLoadMeter() 219 graphicsDrawing->DrawLine( in DrawLoadMeter() 231 graphicsDrawing->DrawLine( in DrawLoadMeter()
|
| D | demo_GraphicsDrawing.cpp | 246 GraphicsDrawing::DrawLine( const math::VEC2& p1, const math::VEC2& p2, ut::Color8 color ) in DrawLine() function in nw::demo::GraphicsDrawing
|
| /NW4C-1.3.3/sources/libraries/lyt/ |
| D | lyt_Bounding.cpp | 62 internal::DrawLine(drawInfo, GetVtxPos(), GetSize(), ut::Color8::GREEN); in DrawSelf()
|
| D | lyt_Common.cpp | 332 DrawLine( in DrawLine() function
|
| D | lyt_Pane.cpp | 724 internal::DrawLine(drawInfo, GetVtxPos(), m_Size, ut::Color8::GREEN); in DrawSelf()
|
| /NW4C-1.3.3/include/nw/demo/ |
| D | demo_GraphicsDrawing.h | 152 void DrawLine( s32 x1, s32 y1, s32 x2, s32 y2, ut::Color8 color ) in DrawLine() function 154 this->DrawLine( in DrawLine() 168 void DrawLine( const math::VEC2& p1, const math::VEC2& p2, ut::Color8 color );
|
| /NW4C-1.3.3/include/nw/lyt/ |
| D | lyt_Common.h | 178 void DrawLine(
|
| /NW4C-1.3.3/sources/libraries/dev/ |
| D | dev_DirectPrint.cpp | 434 str = this->DrawLine(context, x, y, str, width); in DrawString() 475 DrawLine( in DrawLine() function in nw::dev::__anon5074926e0111::PixelWriter
|