Searched refs:GetObjectRepeat (Results 1 - 7 of 7) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | image_composed_element.cpp | 36 { "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 D | image_composed_element.h | 39 std::string GetObjectRepeat() const;
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_image_modifier.cpp | 245 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 D | image_model_ng.h | 118 static ImageRepeat GetObjectRepeat(FrameNode* frameNode);
|
H A D | image_model_ng.cpp | 888 ImageRepeat ImageModelNG::GetObjectRepeat(FrameNode* frameNode) in GetObjectRepeat() function in OHOS::Ace::NG::ImageModelNG
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/image/ |
H A D | image_testone_ng.cpp | 1573 auto imageRepeat = ImageModelNG::GetObjectRepeat(frameNode); in ImageModelNGTest001_SetRenderProperty01()
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 11098 const ArkUI_AttributeItem* GetObjectRepeat(ArkUI_NodeHandle node) in GetObjectRepeat() function 13110 static Getter* getters[] = { GetImageSrc, GetObjectFit, GetInterpolation, GetObjectRepeat, GetColorFilter, in GetImageAttribute()
|
Completed in 42 milliseconds