Home
last modified time | relevance | path

Searched refs:setRowMajord (Results 1 – 4 of 4) sorted by relevance

/external/skia/include/core/
DSkMatrix44.h320 void setRowMajord(const double[]);
327 void setRowMajor(const SkMScalar data[]) { this->setRowMajord(data); } in setRowMajor()
/external/skia/tests/
DMatrix44Test.cpp390 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()
/external/skia/bench/
DMatrix44Bench.cpp78 mat.setRowMajord(rowMajor); in SetIdentityMatrix44Bench()
/external/skia/src/core/
DSkMatrix44.cpp168 void SkMatrix44::setRowMajord(const double src[]) { in setRowMajord() function in SkMatrix44