Searched refs:setRowMajord (Results 1 – 4 of 4) sorted by relevance
320 void setRowMajord(const double[]);327 void setRowMajor(const SkMScalar data[]) { this->setRowMajord(data); } in setRowMajor()
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()519 b.setRowMajord(bufferd); in test_set_row_col_major()
78 mat.setRowMajord(rowMajor); in SetIdentityMatrix44Bench()
168 void SkMatrix44::setRowMajord(const double src[]) { in setRowMajord() function in SkMatrix44