Home
last modified time | relevance | path

Searched refs:isInternalMatrix (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dtransform.h229 void SetMatrix(const Matrix4<float>& matrix, bool isInternalMatrix = false);
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/
H A Dtransform.cpp281 void TransformMap::SetMatrix(const Matrix4<float>& matrix, bool isInternalMatrix) in SetMatrix() argument
283 isInternalMatrix_ = isInternalMatrix; in SetMatrix()