Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dtransform.h167 const Matrix4<float>& GetScaleMatrix() const in GetScaleMatrix() function
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_image_view.cpp463 Matrix4<float> scaleMatrix = drawTransMap_->GetScaleMatrix(); in OnDraw()