Home
last modified time | relevance | path

Searched refs:GetObjectFit (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_full_screen_pattern.cpp131 …if (videoLayout->HasObjectFit() && (fullScreenLayout->GetObjectFit() != videoLayout->GetObjectFit(… in UpdateState()
132 fullScreenLayout->UpdateObjectFit(videoLayout->GetObjectFit().value()); in UpdateState()
H A Dvideo_pattern.cpp1937 auto imageFit = layoutProperty->GetObjectFit().value_or(ImageFit::COVER); in OnModifyDone()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dimage_composed_element.cpp39 { "objectFit", [](const ImageComposedElement& inspector) { return inspector.GetObjectFit(); } }, in __anon474b30df0402()
54 DumpLog::GetInstance().AddDesc(std::string("objectFit: ").append(GetObjectFit())); in Dump()
94 std::string ImageComposedElement::GetObjectFit() const in GetObjectFit() function in OHOS::Ace::V2::ImageComposedElement
H A Dimage_composed_element.h38 std::string GetObjectFit() const;
/ohos5.0/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.cpp126 ImageFit ImageSpanView::GetObjectFit(FrameNode* frameNode) in GetObjectFit() function in OHOS::Ace::NG::ImageSpanView
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_image_modifier.cpp253 int32_t GetObjectFit(ArkUINodeHandle node) in GetObjectFit() function
258 return static_cast<int32_t>(ImageModelNG::GetObjectFit(frameNode)); in GetObjectFit()
898 …GetImageSrc, GetAutoResize, GetObjectRepeat, GetObjectFit, GetImageInterpolation, GetColorFilter, … in GetImageModifier()
919 ResetEnhancedImageQuality, GetImageSrc, GetAutoResize, GetObjectRepeat, GetObjectFit, in GetCJUIImageModifier()
H A Dnode_image_span_modifier.cpp73 return static_cast<int32_t>(ImageModelNG::GetObjectFit(frameNode)); in GetImageSpanObjectFit()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_model_ng.h121 static ImageFit GetObjectFit(FrameNode* frameNode);
H A Dimage_model_ng.cpp872 ImageFit ImageModelNG::GetObjectFit(FrameNode* frameNode) in GetObjectFit() function in OHOS::Ace::NG::ImageModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_event_hub.cpp329 ImageFit RichEditorAbstractSpanResult::GetObjectFit() const in GetObjectFit() function in OHOS::Ace::NG::RichEditorAbstractSpanResult
H A Drich_editor_event_hub.h138 ImageFit GetObjectFit() const;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_testthree_ng.cpp348 EXPECT_EQ(spanResult.GetObjectFit(), ImageFit::FILL);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_richeditor_controller_ffi.cpp151 nativeImageResult.objectFit = static_cast<int32_t>(spanObject.GetObjectFit()); in ParseRichEditorAbstractImageSpanResult()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/video/
H A Dvideo_property_test_ng.cpp860 EXPECT_EQ(fullScreenLayout->GetObjectFit().value(), ImageFit::COVER);
/ohos5.0/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()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/image/
H A Dimage_testone_ng.cpp1637 auto imageFit = ImageModelNG::GetObjectFit(frameNode); in ImageModelNGTest001_MixedProperties01()
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp11115 const ArkUI_AttributeItem* GetObjectFit(ArkUI_NodeHandle node) in GetObjectFit() function
13152 …static Getter* getters[] = { GetImageSrc, GetObjectFit, GetInterpolation, GetObjectRepeat, GetColo… in GetImageAttribute()