Searched refs:setRowMajord (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/include/utils/
H A DSkMatrix44.h260 void setRowMajord(const double[]);
267 void setRowMajor(const SkMScalar data[]) { this->setRowMajord(data); }
/external/skia/include/utils/
H A DSkMatrix44.h260 void setRowMajord(const double[]);
267 void setRowMajor(const SkMScalar data[]) { this->setRowMajord(data); }
/external/skia/tests/
H A DMatrix44Test.cpp390 expected.setRowMajord(expectedInverseRotation);
403 expected.setRowMajord(expectedInverseAffine);
414 expected.setRowMajord(expectedInversePerspective);
427 expected.setRowMajord(expectedInverseAffineAndPerspective);
477 b.setRowMajord(bufferd);
/external/skia/bench/
H A DMatrix44Bench.cpp78 mat.setRowMajord(rowMajor);
/external/chromium_org/third_party/skia/src/utils/
H A DSkMatrix44.cpp162 void SkMatrix44::setRowMajord(const double src[]) { function in class:SkMatrix44
/external/skia/src/utils/
H A DSkMatrix44.cpp162 void SkMatrix44::setRowMajord(const double src[]) { function in class:SkMatrix44

Completed in 101 milliseconds