Searched refs:setRowMajor (Results 1 – 7 of 7) sorted by relevance
153 r2ym.setRowMajor(r2y); in DEF_TEST()154 y2rm.setRowMajor(y2r); in DEF_TEST()
179 mat->setRowMajor(data); in make_p()529 a44.setRowMajor(values4x4); in test_3x3_conversion()538 expected44flattened.setRowMajor(values4x4flattened); in test_3x3_conversion()
43 void setRowMajor(const float src[20]) { std::copy_n(src, 20, fMat.begin()); } in setRowMajor() function
36 m.setRowMajor(this->fValues.begin()); in makeMatrixForType()
326 void setRowMajor(const SkMScalar data[]) { this->setRowMajorf(data); } in setRowMajor() function329 void setRowMajor(const SkMScalar data[]) { this->setRowMajord(data); } in setRowMajor() function
185 mat->setRowMajor(data); in make_p()535 a44.setRowMajor(values4x4); in test_3x3_conversion()544 expected44flattened.setRowMajor(values4x4flattened); in test_3x3_conversion()
248 void setRowMajor(const SkScalar data[]) { this->setRowMajorf(data); } in setRowMajor() function