Lines Matching refs:matrixf_t
372 struct matrixf_t;
376 void load(const matrixf_t& rhs);
382 struct matrixf_t { struct
384 void load(const matrixf_t& rhs);
392 static void multiply(matrixf_t& r, argument
393 const matrixf_t& lhs, const matrixf_t& rhs);
402 void multiply(const matrixf_t& rhs); argument
455 matrixf_t *stack;
462 void multiply(const matrixf_t& rhs);
469 matrixf_t& top() { return stack[depth]; } in top()
470 const matrixf_t& top() const { return stack[depth]; } in top()
479 matrixf_t matrix;