Searched refs:GetBackgroundImageSize (Results 1 - 6 of 6) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | inspector_node.h | 140 virtual std::string GetBackgroundImageSize() const = 0;
|
H A D | inspector_composed_element.h | 153 std::string GetBackgroundImageSize() const override;
|
H A D | inspector_composed_element.cpp | 105 { "backgroundImageSize", [](const InspectorNode& inspector) { return inspector.GetBackgroundImageSize(); } }, 877 std::string InspectorComposedElement::GetBackgroundImageSize() const in GetBackgroundImageSize() function in OHOS::Ace::V2::InspectorComposedElement
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 1961 ArkUIImageSizeType GetBackgroundImageSize(ArkUINodeHandle node, ArkUI_Int32 unit) in GetBackgroundImageSize() function 1969 auto imageSize = renderContext->GetBackground()->GetBackgroundImageSize(); in GetBackgroundImageSize() 1986 auto imageSize = renderContext->GetBackground()->GetBackgroundImageSize(); in GetBackgroundImageSizeWidthStyle() 6249 GetBackgroundBlurStyle, GetBackgroundImageSize, GetBackgroundImageSizeWidthStyle, SetOutlineWidthFloat, in GetCommonModifier() 6323 GetBackgroundBlurStyle, GetBackgroundImageSize, GetBackgroundImageSizeWidthStyle, SetOutlineWidthFloat, in GetCJUICommonModifier()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_context.cpp | 814 SizeF renderSize = ImagePainter::CalculateBgImageSize(paintRect_.GetSize(), srcSize, GetBackgroundImageSize()); in PaintBackground()
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 10547 const ArkUI_AttributeItem* GetBackgroundImageSize(ArkUI_NodeHandle node) in GetBackgroundImageSize() function 12801 GetBackgroundImageSize, in GetCommonAttribute()
|
Completed in 55 milliseconds