Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dtexture_component.h64 uint32_t GetSrcHeight() const in GetSrcHeight() function
H A Drender_texture.cpp34 … = Size(static_cast<double>(texture->GetSrcWidth()), static_cast<double>(texture->GetSrcHeight())); in Update()