Home
last modified time | relevance | path

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

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