Searched refs:loadWith (Results 1 – 4 of 4) sorted by relevance
27 mSavedModelMatrix.loadWith(model); in before()35 model.loadWith(mSavedModelMatrix); in after()
28 void loadWith(const Matrix& src);
28 loadWith(src); in Matrix()50 void Matrix::loadWith(const Matrix& src) { in loadWith() function in Matrix
76 m2.loadWith(m1); in TEST()