Home
last modified time | relevance | path

Searched defs:MapScalars (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dmatrix3.cpp91 std::vector<double> Matrix3::MapScalars(const std::vector<double>& src) const in MapScalars() function in OHOS::Ace::Matrix3
107 bool Matrix3::MapScalars(const std::vector<double>& src, std::vector<double>& result) const in MapScalars() function in OHOS::Ace::Matrix3
166 std::vector<double> Matrix3N::MapScalars(const std::vector<double>& src) const in MapScalars() function in OHOS::Ace::Matrix3N
182 bool Matrix3N::MapScalars(const std::vector<double>& src, std::vector<double>& result) const in MapScalars() function in OHOS::Ace::Matrix3N
223 std::vector<double> MatrixN3::MapScalars(const std::vector<double>& src) const in MapScalars() function in OHOS::Ace::MatrixN3
H A Dmatrix4.cpp409 void Matrix4::MapScalars(const double src[DIMENSION], double dst[DIMENSION]) const in MapScalars() function in OHOS::Ace::Matrix4
484 std::vector<double> Matrix4N::MapScalars(const std::vector<double>& src) const in MapScalars() function in OHOS::Ace::Matrix4N
500 bool Matrix4N::MapScalars(const std::vector<double>& src, std::vector<double>& result) const in MapScalars() function in OHOS::Ace::Matrix4N
541 std::vector<double> MatrixN4::MapScalars(const std::vector<double>& src) const in MapScalars() function in OHOS::Ace::MatrixN4