Lines Matching refs:matrixf_t
371 struct matrixf_t;
375 void load(const matrixf_t& rhs);
381 struct matrixf_t { struct
383 void load(const matrixf_t& rhs);
391 static void multiply(matrixf_t& r, argument
392 const matrixf_t& lhs, const matrixf_t& rhs);
401 void multiply(const matrixf_t& rhs); argument
454 matrixf_t *stack;
461 void multiply(const matrixf_t& rhs);
468 matrixf_t& top() { return stack[depth]; } in top()
469 const matrixf_t& top() const { return stack[depth]; } in top()
478 matrixf_t matrix;