Home
last modified time | relevance | path

Searched refs:setRowMajor (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/tests/
DYUVTest.cpp151 r2ym.setRowMajor(r2y); in DEF_TEST()
152 y2rm.setRowMajor(y2r); in DEF_TEST()
DMatrix44Test.cpp185 mat->setRowMajor(data); in make_p()
535 a44.setRowMajor(values4x4); in test_3x3_conversion()
544 expected44flattened.setRowMajor(values4x4flattened); in test_3x3_conversion()
/third_party/flutter/skia/include/effects/
DSkColorMatrix.h19 void setRowMajor(const float src[20]) { in setRowMajor() function
/third_party/skia/include/effects/
DSkColorMatrix.h46 void setRowMajor(const float src[20]) { std::copy_n(src, 20, fMat.begin()); } in setRowMajor() function
/third_party/skia/modules/svg/src/
DSkSVGFeColorMatrix.cpp36 m.setRowMajor(this->fValues.begin()); in makeMatrixForType()
/third_party/flutter/skia/include/core/
DSkMatrix44.h320 void setRowMajor(const SkMScalar data[]) { this->setRowMajorf(data); } in setRowMajor() function
323 void setRowMajor(const SkMScalar data[]) { this->setRowMajord(data); } in setRowMajor() function