Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dimage_composed_element.cpp36 { "objectRepeat", [](const ImageComposedElement& inspector) { return inspector.GetObjectRepeat(); } },
51 DumpLog::GetInstance().AddDesc(std::string("objectRepeat: ").append(GetObjectRepeat())); in Dump()
121 std::string ImageComposedElement::GetObjectRepeat() const in GetObjectRepeat() function in OHOS::Ace::V2::ImageComposedElement
H A Dimage_composed_element.h39 std::string GetObjectRepeat() const;
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_image_modifier.cpp245 int32_t GetObjectRepeat(ArkUINodeHandle node) in GetObjectRepeat() function in OHOS::Ace::NG::__anon2878::ResourceType
250 return static_cast<int32_t>(ImageModelNG::GetObjectRepeat(frameNode)); in GetObjectRepeat()
935 GetAutoResize, GetObjectRepeat, GetObjectFit, GetImageInterpolation, GetColorFilter, GetAlt, GetImageDraggable, in GetImageModifier()
956 ResetEnhancedImageQuality, GetImageSrc, GetAutoResize, GetObjectRepeat, GetObjectFit, in GetCJUIImageModifier()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_model_ng.h118 static ImageRepeat GetObjectRepeat(FrameNode* frameNode);
H A Dimage_model_ng.cpp888 ImageRepeat ImageModelNG::GetObjectRepeat(FrameNode* frameNode) in GetObjectRepeat() function in OHOS::Ace::NG::ImageModelNG
/foundation/arkui/ace_engine/test/unittest/core/pattern/image/
H A Dimage_testone_ng.cpp1573 auto imageRepeat = ImageModelNG::GetObjectRepeat(frameNode); in ImageModelNGTest001_SetRenderProperty01()
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp11098 const ArkUI_AttributeItem* GetObjectRepeat(ArkUI_NodeHandle node) in GetObjectRepeat() function
13110 static Getter* getters[] = { GetImageSrc, GetObjectFit, GetInterpolation, GetObjectRepeat, GetColorFilter, in GetImageAttribute()

Completed in 52 milliseconds