Home
last modified time | relevance | path

Searched refs:ImageResizableSlice (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_render_property.h30 ACE_DEFINE_PROPERTY_GROUP_ITEM(ImageResizableSlice, ImageResizableSlice);
114 ImagePaintStyle, ImageResizableSlice, ImageResizableSlice, PROPERTY_UPDATE_RENDER);
H A Dimage_model_ng.h77 void SetResizableSlice(const ImageResizableSlice& slice) override;
129 static void SetResizableSlice(FrameNode* frameNode, const ImageResizableSlice& slice);
132 static ImageResizableSlice GetResizableSlice(FrameNode *frameNode);
H A Dimage_model_ng.cpp661 void ImageModelNG::SetResizableSlice(const ImageResizableSlice& slice) in SetResizableSlice()
663 ACE_UPDATE_PAINT_PROPERTY(ImageRenderProperty, ImageResizableSlice, slice); in SetResizableSlice()
666 void ImageModelNG::SetResizableSlice(FrameNode *frameNode, const ImageResizableSlice& slice) in SetResizableSlice()
668 ACE_UPDATE_NODE_PAINT_PROPERTY(ImageRenderProperty, ImageResizableSlice, slice, frameNode); in SetResizableSlice()
993 ImageResizableSlice ImageModelNG::GetResizableSlice(FrameNode *frameNode) in GetResizableSlice()
995 ImageResizableSlice resizable; in GetResizableSlice()
H A Dimage_model.h87 virtual void SetResizableSlice(const ImageResizableSlice& slice) = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/image/
H A Dpixel_map.h69 struct ImageResizableSlice { struct
89 bool operator==(const ImageResizableSlice& slice) const
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dcanvas_image.h61 ImageResizableSlice resizableSlice_;
H A Drender_property.h46 ACE_DEFINE_PROPERTY_GROUP_ITEM(BackgroundImageResizableSlice, ImageResizableSlice);
H A Drender_context.h533 …CE_DEFINE_PROPERTY_FUNC_WITH_GROUP(Background, BackgroundImageResizableSlice, ImageResizableSlice);
738 virtual void OnBackgroundImageResizableSliceUpdate(const ImageResizableSlice& slice) {} in OnBackgroundImageResizableSliceUpdate()
H A Drender_property.cpp236 … propBackgroundImageResizableSlice.value_or(ImageResizableSlice()).ToString().c_str(), filter); in ToJsonValue()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/image/
H A Dimage_testfour_ng.cpp193 auto slice = std::make_shared<ImageResizableSlice>();
205 auto slice = std::make_shared<ImageResizableSlice>();
H A Dimage_test_ng.cpp1992 ImageResizableSlice defaultImageResizableSlice = ImageResizableSlice {
1999 ImageResizableSlice tmp;
H A Dimage_testone_ng.cpp1575 ImageResizableSlice imageResizableSlice { in ImageModelNGTest001_SetRenderProperty01()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_image.h85 … static void UpdateSliceResult(const JSRef<JSObject>& sliceObj, ImageResizableSlice& sliceResult);
H A Djs_image.cpp421 ImageResizableSlice sliceResult; in ParseResizableSlice()
463 ImageModel::GetInstance()->SetResizableSlice(ImageResizableSlice()); in JsImageResizable()
471 void JSImage::UpdateSliceResult(const JSRef<JSObject>& sliceObj, ImageResizableSlice& sliceResult) in UpdateSliceResult()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dimage_model_impl.h52 void SetResizableSlice(const ImageResizableSlice& slice) override {}; in SetResizableSlice()
H A Dview_abstract_model_impl.h319 void SetBackgroundImageResizableSlice(const ImageResizableSlice& Slice) override {}; in SetBackgroundImageResizableSlice()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_image_modifier.cpp48 constexpr ImageResizableSlice DEFAULT_IMAGE_SLICE;
104 void SetResizableFromVec(ImageResizableSlice& resizable, const ArkUIStringAndFloat* options) in SetResizableFromVec()
621 ImageResizableSlice resizable; in SetResizable()
673 ImageResizableSlice resizable; in SetImageResizable()
H A Dnode_common_modifier.cpp1929 void SetResizableFromVec(ImageResizableSlice& resizable, const ArkUIStringAndFloat* options) in SetResizableFromVec()
1947 ImageResizableSlice resizable; in SetBackgroundImageResizable()
1956 ImageResizableSlice resizable; in ResetBackgroundImageResizable()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.h140 static void SetBackgroundImageResizableSlice(const ImageResizableSlice& slice);
593 …static void SetBackgroundImageResizableSlice(FrameNode* frameNode, const ImageResizableSlice& slic…
H A Dview_abstract_model.h87 virtual void SetBackgroundImageResizableSlice(const ImageResizableSlice& slice) = 0;
H A Dview_abstract_model_ng.h153 void SetBackgroundImageResizableSlice(const ImageResizableSlice& slice) override in SetBackgroundImageResizableSlice()
H A Dview_abstract.cpp4866 void ViewAbstract::SetBackgroundImageResizableSlice(const ImageResizableSlice& slice) in SetBackgroundImageResizableSlice()
4874 void ViewAbstract::SetBackgroundImageResizableSlice(FrameNode* frameNode, const ImageResizableSlice in SetBackgroundImageResizableSlice()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.h426 void OnBackgroundImageResizableSliceUpdate(const ImageResizableSlice& slice) override;
H A Drosen_render_context.cpp811 auto slice = GetBackgroundImageResizableSliceValue(ImageResizableSlice()); in PaintBackground()
869 void RosenRenderContext::OnBackgroundImageResizableSliceUpdate(const ImageResizableSlice& /*ImageRe… in OnBackgroundImageResizableSliceUpdate() argument
879 auto slice = GetBackgroundImageResizableSliceValue(ImageResizableSlice()); in HasValidBgImageResizable()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_test_ng_for_property_config.cpp1162 ImageResizableSlice slice;

12