Home
last modified time | relevance | path

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

/external/skia/include/utils/
DSkMatrix44.h264 void setRowMajor(const SkMScalar data[]) { this->setRowMajorf(data); } in setRowMajor() function
267 void setRowMajor(const SkMScalar data[]) { this->setRowMajord(data); } in setRowMajor() function
/external/chromium_org/third_party/skia/include/utils/
DSkMatrix44.h268 void setRowMajor(const SkMScalar data[]) { this->setRowMajorf(data); } in setRowMajor() function
271 void setRowMajor(const SkMScalar data[]) { this->setRowMajord(data); } in setRowMajor() function
/external/skia/tests/
DMatrix44Test.cpp180 mat->setRowMajor(data); in make_p()
493 a44.setRowMajor(values4x4); in test_3x3_conversion()
502 expected44flattened.setRowMajor(values4x4flattened); in test_3x3_conversion()
/external/chromium_org/third_party/skia/tests/
DMatrix44Test.cpp180 mat->setRowMajor(data); in make_p()
493 a44.setRowMajor(values4x4); in test_3x3_conversion()
502 expected44flattened.setRowMajor(values4x4flattened); in test_3x3_conversion()