Searched refs:p2 (Results 1 – 4 of 4) sorted by relevance
39 const nw::math::MTX44* p2) in MTX44Mult() argument43 NW_NULL_ASSERT(p2); in MTX44Mult()54 value += p1->m[i][k] * p2->m[k][j]; in MTX44Mult()61 tmp.m[3][j] = p2->m[3][j]; in MTX44Mult()
29 math::MTX44* MTX44Mult(math::MTX44* pOut, const math::MTX34* p1, const math::MTX44* p2);
136 void DrawLine( const math::VEC2& p1, const math::VEC2& p2, ut::Color8 color );
241 GraphicsDrawing::DrawLine( const math::VEC2& p1, const math::VEC2& p2, ut::Color8 color ) in DrawLine() argument247 s32 count = this->BuildLine(p1, p2, m_LineWidth, &m_PositionStream[0]); in DrawLine()