Home
last modified time | relevance | path

Searched refs:GetObjectFit (Results 1 - 20 of 20) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_full_screen_pattern.cpp126 if (videoLayout->HasObjectFit() && (fullScreenLayout->GetObjectFit() != videoLayout->GetObjectFit())) { in UpdateState()
127 fullScreenLayout->UpdateObjectFit(videoLayout->GetObjectFit().value()); in UpdateState()
H A Dvideo_pattern.cpp1965 auto imageFit = layoutProperty->GetObjectFit().value_or(ImageFit::COVER); in OnModifyDone()
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dimage_composed_element.cpp35 { "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 Dimage_composed_element.h38 std::string GetObjectFit() const;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dimage_span_view.h40 static ImageFit GetObjectFit(FrameNode* frameNode);
H A Dimage_span_view.cpp119 ImageFit ImageSpanView::GetObjectFit(FrameNode* frameNode) in GetObjectFit() function in OHOS::Ace::NG::ImageSpanView
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_image_modifier.cpp308 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 Dnode_image_span_modifier.cpp79 return static_cast<int32_t>(ImageModelNG::GetObjectFit(frameNode)); in GetImageSpanObjectFit()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_model_ng.h116 static ImageFit GetObjectFit(FrameNode* frameNode);
H A Dimage_model_ng.cpp868 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 Drich_editor_event_hub.cpp328 ImageFit RichEditorAbstractSpanResult::GetObjectFit() const in GetObjectFit() function in OHOS::Ace::NG::RichEditorAbstractSpanResult
H A Drich_editor_event_hub.h138 ImageFit GetObjectFit() const;
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_richeditor_controller_ffi.cpp150 nativeImageResult.objectFit = static_cast<int32_t>(spanObject.GetObjectFit()); in ParseRichEditorAbstractImageSpanResult()
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_testthree_ng.cpp345 EXPECT_EQ(spanResult.GetObjectFit(), ImageFit::FILL); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_rich_editor_bridge.cpp550 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 Dmovingphoto_pattern.cpp1494 auto imageFit = layoutProperty->GetObjectFit().value_or(ImageFit::COVER); in ShouldUpdateImageAnalyzer()
/foundation/arkui/ace_engine/test/unittest/core/pattern/video/
H A Dvideo_property_test_ng.cpp927 EXPECT_EQ(fullScreenLayout->GetObjectFit().value(), ImageFit::COVER); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.cpp847 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 Dimage_testone_ng.cpp1612 auto imageFit = ImageModelNG::GetObjectFit(frameNode); in ImageModelNGTest001_MixedProperties01()
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp11075 const ArkUI_AttributeItem* GetObjectFit(ArkUI_NodeHandle node) in GetObjectFit() function
13110 static Getter* getters[] = { GetImageSrc, GetObjectFit, GetInterpolation, GetObjectRepeat, GetColorFilter, in GetImageAttribute()

Completed in 55 milliseconds