Home
last modified time | relevance | path

Searched refs:GetQrcodeHeight (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/qrcode/
H A Dqrcode_component.cpp65 const Dimension& QrcodeComponent::GetQrcodeHeight() const in GetQrcodeHeight() function in OHOS::Ace::QrcodeComponent
67 return declaration_->GetQrcodeHeight(); in GetQrcodeHeight()
H A Dqrcode_component.h41 const Dimension& GetQrcodeHeight() const;
H A Drender_qrcode.cpp50 height_ = NormalizePercentToPx(qrcode_->GetQrcodeHeight(), true); in PerformLayout()
H A Dqrcode_theme.h104 const Dimension& GetQrcodeHeight() const in GetQrcodeHeight() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/qrcode/
H A Dqrcode_declaration.cpp42 SetQrcodeHeight(qrcodeTheme->GetQrcodeHeight()); in InitializeStyle()
H A Dqrcode_declaration.h77 const Dimension& GetQrcodeHeight() const in GetQrcodeHeight() function