Home
last modified time | relevance | path

Searched defs:MapScalars (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dmatrix4.h97 inline void MapScalars(double vec[DIMENSION], int length = DIMENSION) const in MapScalars() function in OHOS::Ace::Matrix4
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

Completed in 2 milliseconds