/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/ |
H A D | video_full_screen_pattern.cpp | 126 if (videoLayout->HasObjectFit() && (fullScreenLayout->GetObjectFit() != videoLayout->GetObjectFit())) { in UpdateState() 127 fullScreenLayout->UpdateObjectFit(videoLayout->GetObjectFit().value()); in UpdateState()
|
H A D | video_pattern.cpp | 1965 auto imageFit = layoutProperty->GetObjectFit().value_or(ImageFit::COVER); in OnModifyDone()
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | image_composed_element.cpp | 35 { "objectFit", [](const ImageComposedElement& inspector) { return inspector.GetObjectFit(); } }, 50 DumpLog::GetInstance().AddDesc(std::string("objectFit: ").append(GetObjectFit())); in Dump() 90 std::string ImageComposedElement::GetObjectFit() const in GetObjectFit() function in OHOS::Ace::V2::ImageComposedElement
|
H A D | image_composed_element.h | 38 std::string GetObjectFit() const;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | image_span_view.h | 40 static ImageFit GetObjectFit(FrameNode* frameNode);
|
H A D | image_span_view.cpp | 119 ImageFit ImageSpanView::GetObjectFit(FrameNode* frameNode) in GetObjectFit() function in OHOS::Ace::NG::ImageSpanView
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_image_modifier.cpp | 308 int32_t GetObjectFit(ArkUINodeHandle node) in GetObjectFit() function in OHOS::Ace::NG::__anon2878::ResourceType 313 return static_cast<int32_t>(ImageModelNG::GetObjectFit(frameNode)); in GetObjectFit() 935 GetAutoResize, GetObjectRepeat, GetObjectFit, GetImageInterpolation, GetColorFilter, GetAlt, GetImageDraggable, in GetImageModifier() 956 ResetEnhancedImageQuality, GetImageSrc, GetAutoResize, GetObjectRepeat, GetObjectFit, in GetCJUIImageModifier()
|
H A D | node_image_span_modifier.cpp | 79 return static_cast<int32_t>(ImageModelNG::GetObjectFit(frameNode)); in GetImageSpanObjectFit()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/ |
H A D | image_model_ng.h | 116 static ImageFit GetObjectFit(FrameNode* frameNode);
|
H A D | image_model_ng.cpp | 868 ImageFit ImageModelNG::GetObjectFit(FrameNode* frameNode) in GetObjectFit() function in OHOS::Ace::NG::ImageModelNG
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_event_hub.cpp | 328 ImageFit RichEditorAbstractSpanResult::GetObjectFit() const in GetObjectFit() function in OHOS::Ace::NG::RichEditorAbstractSpanResult
|
H A D | rich_editor_event_hub.h | 138 ImageFit GetObjectFit() const;
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_richeditor_controller_ffi.cpp | 150 nativeImageResult.objectFit = static_cast<int32_t>(spanObject.GetObjectFit()); in ParseRichEditorAbstractImageSpanResult()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_pattern_testthree_ng.cpp | 345 EXPECT_EQ(spanResult.GetObjectFit(), ImageFit::FILL); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_rich_editor_bridge.cpp | 550 imageStyleResult.objectFit = static_cast<int32_t>(spanResult.GetObjectFit()); in SetImageChangeSpanResult() 722 panda::NumberRef::New(vm, static_cast<int32_t>(spanResult.GetObjectFit()))); in CreateImageStyleObj()
|
/foundation/arkui/ace_engine/component_ext/movingphoto/ |
H A D | movingphoto_pattern.cpp | 1494 auto imageFit = layoutProperty->GetObjectFit().value_or(ImageFit::COVER); in ShouldUpdateImageAnalyzer()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/video/ |
H A D | video_property_test_ng.cpp | 927 EXPECT_EQ(fullScreenLayout->GetObjectFit().value(), ImageFit::COVER); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_richeditor.cpp | 847 imageStyleResult.objectFit = static_cast<int32_t>(spanResult.GetObjectFit()); in SetImageChangeSpanResult() 911 imageStyleObj->SetProperty<int32_t>("objectFit", static_cast<int32_t>(spanResult.GetObjectFit())); in CreateImageStyleObj()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/image/ |
H A D | image_testone_ng.cpp | 1612 auto imageFit = ImageModelNG::GetObjectFit(frameNode); in ImageModelNGTest001_MixedProperties01()
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 11075 const ArkUI_AttributeItem* GetObjectFit(ArkUI_NodeHandle node) in GetObjectFit() function 13110 static Getter* getters[] = { GetImageSrc, GetObjectFit, GetInterpolation, GetObjectRepeat, GetColorFilter, in GetImageAttribute()
|