Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dtransform.h255 bool isIdentity_ = false; variable
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/
H A Dtransform.cpp112 if (isInvalid_ || isIdentity_) { in IsInvalid()
315 isIdentity_ = IsIdentity(const_cast<Matrix4<float>&>(matrix)); in SetMatrix()