Searched refs:setRowMajor (Results 1 – 6 of 6) sorted by relevance
151 r2ym.setRowMajor(r2y); in DEF_TEST()152 y2rm.setRowMajor(y2r); in DEF_TEST()
185 mat->setRowMajor(data); in make_p()535 a44.setRowMajor(values4x4); in test_3x3_conversion()544 expected44flattened.setRowMajor(values4x4flattened); in test_3x3_conversion()
19 void setRowMajor(const float src[20]) { in setRowMajor() function
46 void setRowMajor(const float src[20]) { std::copy_n(src, 20, fMat.begin()); } in setRowMajor() function
36 m.setRowMajor(this->fValues.begin()); in makeMatrixForType()
320 void setRowMajor(const SkMScalar data[]) { this->setRowMajorf(data); } in setRowMajor() function323 void setRowMajor(const SkMScalar data[]) { this->setRowMajord(data); } in setRowMajor() function