Searched refs:GetBackgroundImagePosition (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | inspector_node.h | 141 virtual std::string GetBackgroundImagePosition() const = 0;
|
H A D | inspector_composed_element.h | 154 std::string GetBackgroundImagePosition() const override;
|
H A D | inspector_composed_element.cpp | 119 [](const InspectorNode& inspector) { return inspector.GetBackgroundImagePosition(); } }, in __anon58d2e1332302() 903 std::string InspectorComposedElement::GetBackgroundImagePosition() const in GetBackgroundImagePosition() function in OHOS::Ace::V2::InspectorComposedElement
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract.h | 730 static BackgroundImagePosition GetBackgroundImagePosition(FrameNode* frameNode);
|
H A D | view_abstract.cpp | 4414 BackgroundImagePosition ViewAbstract::GetBackgroundImagePosition(FrameNode* frameNode) in GetBackgroundImagePosition() function in OHOS::Ace::NG::ViewAbstract 4420 return renderContext->GetBackgroundImagePosition().value_or(defaultImagePosition); in GetBackgroundImagePosition()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 2166 void GetBackgroundImagePosition(ArkUINodeHandle node, ArkUIPositionOptions* position, ArkUI_Int32 u… in GetBackgroundImagePosition() function 2170 auto imagePosition = ViewAbstract::GetBackgroundImagePosition(frameNode); in GetBackgroundImagePosition() 6310 … GetBrightness, GetSaturate, GetBackgroundImagePosition, GetFlexGrow, GetFlexShrink, GetFlexBasis, in GetCommonModifier() 6384 … GetBrightness, GetSaturate, GetBackgroundImagePosition, GetFlexGrow, GetFlexShrink, GetFlexBasis, in GetCJUICommonModifier()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | view_abstract_test_ng.cpp | 749 ViewAbstract::GetBackgroundImagePosition(AceType::RawPtr(FRAME_NODE_REGISTER));
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_context.cpp | 810 …ePainter::CalculateBgImagePosition(paintRect_.GetSize(), renderSize, GetBackgroundImagePosition()); in PaintBackground()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 2483 const ArkUI_AttributeItem* GetBackgroundImagePosition(ArkUI_NodeHandle node) in GetBackgroundImagePosition() function 12867 GetBackgroundImagePosition, in GetCommonAttribute()
|