Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.cpp4416 BackgroundImagePosition defaultImagePosition; in GetBackgroundImagePosition() local
4417 CHECK_NULL_RETURN(frameNode, defaultImagePosition); in GetBackgroundImagePosition()
4419 CHECK_NULL_RETURN(renderContext, defaultImagePosition); in GetBackgroundImagePosition()
4420 return renderContext->GetBackgroundImagePosition().value_or(defaultImagePosition); in GetBackgroundImagePosition()