Searched refs:setRowMajord (Results 1 – 4 of 4) sorted by relevance
390 expected.setRowMajord(expectedInverseRotation); in test_invert()403 expected.setRowMajord(expectedInverseAffine); in test_invert()414 expected.setRowMajord(expectedInversePerspective); in test_invert()427 expected.setRowMajord(expectedInverseAffineAndPerspective); in test_invert()477 b.setRowMajord(bufferd); in test_set_row_col_major()
298 void setRowMajord(const double[]);305 void setRowMajor(const SkMScalar data[]) { this->setRowMajord(data); } in setRowMajor()
78 mat.setRowMajord(rowMajor); in SetIdentityMatrix44Bench()
162 void SkMatrix44::setRowMajord(const double src[]) { in setRowMajord() function in SkMatrix44