Home
last modified time | relevance | path

Searched refs:IsWidthDefined (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/qrcode/
H A Dqrcode_component.cpp70 bool QrcodeComponent::IsWidthDefined() const in IsWidthDefined() function in OHOS::Ace::QrcodeComponent
72 return declaration_->IsWidthDefined(); in IsWidthDefined()
H A Dqrcode_component.h42 bool IsWidthDefined() const;
H A Drender_qrcode.cpp51 auto isWidthDefined = qrcode_->IsWidthDefined(); in PerformLayout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/qrcode/
H A Dqrcode_declaration.h83 bool IsWidthDefined() const in IsWidthDefined() function