Home
last modified time | relevance | path

Searched refs:perspectiveMatrix_ (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dtransform.h184 return perspectiveMatrix_; in GetPerspectiveMatrix()
274 Matrix4<float> perspectiveMatrix_; member in OHOS::TransformMap
/foundation/graphic/graphic_utils_lite/frameworks/
H A Dtransform.cpp207 perspectiveMatrix_ = translateToCamera * (perspectiveMatrix * translateFromCamera); in GetOrigPoint()
208 matrix_ = perspectiveMatrix_ * matrix_; in GetOrigPoint()
276 perspectiveMatrix_ = translateToCamera * (perspectiveMatrix * translateFromCamera); in UpdateMap()
277 matrix_ = perspectiveMatrix_ * matrix_; in UpdateMap()

Completed in 2 milliseconds