Home
last modified time | relevance | path

Searched refs:pPointArray (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/sources/libraries/demo/
Ddemo_GraphicsDrawing.cpp317 GraphicsDrawing::FillTriangles( const math::VEC2* pPointArray, s32 pointCount, ut::Color8 color ) in FillTriangles() argument
319 NW_NULL_ASSERT( pPointArray ); in FillTriangles()
326 pPointArray, size ); in FillTriangles()
/NW4C-2.0.3/include/nw/demo/
Ddemo_GraphicsDrawing.h243 void FillTriangles( const math::VEC2* pPointArray, s32 pointCount, ut::Color8 color );