Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dimage_composed_element.cpp40 …{ "objectRepeat", [](const ImageComposedElement& inspector) { return inspector.GetObjectRepeat(); … in __anon474b30df0502()
55 DumpLog::GetInstance().AddDesc(std::string("objectRepeat: ").append(GetObjectRepeat())); in Dump()
125 std::string ImageComposedElement::GetObjectRepeat() const in GetObjectRepeat() function in OHOS::Ace::V2::ImageComposedElement
H A Dimage_composed_element.h39 std::string GetObjectRepeat() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_image_modifier.cpp190 int32_t GetObjectRepeat(ArkUINodeHandle node) in GetObjectRepeat() function
195 return static_cast<int32_t>(ImageModelNG::GetObjectRepeat(frameNode)); in GetObjectRepeat()
898 …GetImageSrc, GetAutoResize, GetObjectRepeat, GetObjectFit, GetImageInterpolation, GetColorFilter, … in GetImageModifier()
919 ResetEnhancedImageQuality, GetImageSrc, GetAutoResize, GetObjectRepeat, GetObjectFit, in GetCJUIImageModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_model_ng.h123 static ImageRepeat GetObjectRepeat(FrameNode* frameNode);
H A Dimage_model_ng.cpp892 ImageRepeat ImageModelNG::GetObjectRepeat(FrameNode* frameNode) in GetObjectRepeat() function in OHOS::Ace::NG::ImageModelNG
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/image/
H A Dimage_testone_ng.cpp1599 auto imageRepeat = ImageModelNG::GetObjectRepeat(frameNode); in ImageModelNGTest001_SetRenderProperty01()
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp11138 const ArkUI_AttributeItem* GetObjectRepeat(ArkUI_NodeHandle node) in GetObjectRepeat() function
13152 …static Getter* getters[] = { GetImageSrc, GetObjectFit, GetInterpolation, GetObjectRepeat, GetColo… in GetImageAttribute()