Home
last modified time | relevance | path

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

/external/skia/tests/
DYUVTest.cpp153 r2ym.setRowMajor(r2y); in DEF_TEST()
154 y2rm.setRowMajor(y2r); in DEF_TEST()
DMatrix44Test.cpp179 mat->setRowMajor(data); in make_p()
529 a44.setRowMajor(values4x4); in test_3x3_conversion()
538 expected44flattened.setRowMajor(values4x4flattened); in test_3x3_conversion()
/external/skia/include/effects/
DSkColorMatrix.h43 void setRowMajor(const float src[20]) { std::copy_n(src, 20, fMat.begin()); } in setRowMajor() function
/external/skia/modules/svg/src/
DSkSVGFeColorMatrix.cpp36 m.setRowMajor(this->fValues.begin()); in makeMatrixForType()
/external/skqp/include/core/
DSkMatrix44.h326 void setRowMajor(const SkMScalar data[]) { this->setRowMajorf(data); } in setRowMajor() function
329 void setRowMajor(const SkMScalar data[]) { this->setRowMajord(data); } in setRowMajor() function
/external/skqp/tests/
DMatrix44Test.cpp185 mat->setRowMajor(data); in make_p()
535 a44.setRowMajor(values4x4); in test_3x3_conversion()
544 expected44flattened.setRowMajor(values4x4flattened); in test_3x3_conversion()
/external/skia/include/core/
DSkMatrix44.h248 void setRowMajor(const SkScalar data[]) { this->setRowMajorf(data); } in setRowMajor() function