Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_image_view.cpp248 if (contentMatrix_ != nullptr) { in ~UIImageView()
249 delete contentMatrix_; in ~UIImageView()
250 contentMatrix_ = nullptr; in ~UIImageView()
309 if (contentMatrix_ != nullptr) { in UpdateContentMatrix()
310 delete contentMatrix_; in UpdateContentMatrix()
311 contentMatrix_ = nullptr; in UpdateContentMatrix()
315 if (contentMatrix_ == nullptr) { in UpdateContentMatrix()
317 if (contentMatrix_ == nullptr) { in UpdateContentMatrix()
362 if (contentMatrix_ != nullptr) { in UpdateDrawTransMap()
370 if (contentMatrix_ == nullptr) { in UpdateDrawTransMap()
[all …]
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_image_view.h323 Matrix4<float>* contentMatrix_ = nullptr; variable