/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/ |
H A D | image_render_property.h | 30 ACE_DEFINE_PROPERTY_GROUP_ITEM(ImageResizableSlice, ImageResizableSlice); 114 ImagePaintStyle, ImageResizableSlice, ImageResizableSlice, PROPERTY_UPDATE_RENDER);
|
H A D | image_model_ng.h | 77 void SetResizableSlice(const ImageResizableSlice& slice) override; 129 static void SetResizableSlice(FrameNode* frameNode, const ImageResizableSlice& slice); 132 static ImageResizableSlice GetResizableSlice(FrameNode *frameNode);
|
H A D | image_model_ng.cpp | 661 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 D | image_model.h | 87 virtual void SetResizableSlice(const ImageResizableSlice& slice) = 0;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/image/ |
H A D | pixel_map.h | 69 struct ImageResizableSlice { struct 89 bool operator==(const ImageResizableSlice& slice) const
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | canvas_image.h | 61 ImageResizableSlice resizableSlice_;
|
H A D | render_property.h | 46 ACE_DEFINE_PROPERTY_GROUP_ITEM(BackgroundImageResizableSlice, ImageResizableSlice);
|
H A D | render_context.h | 533 …CE_DEFINE_PROPERTY_FUNC_WITH_GROUP(Background, BackgroundImageResizableSlice, ImageResizableSlice); 738 virtual void OnBackgroundImageResizableSliceUpdate(const ImageResizableSlice& slice) {} in OnBackgroundImageResizableSliceUpdate()
|
H A D | render_property.cpp | 236 … propBackgroundImageResizableSlice.value_or(ImageResizableSlice()).ToString().c_str(), filter); in ToJsonValue()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/image/ |
H A D | image_testfour_ng.cpp | 193 auto slice = std::make_shared<ImageResizableSlice>(); 205 auto slice = std::make_shared<ImageResizableSlice>();
|
H A D | image_test_ng.cpp | 1992 ImageResizableSlice defaultImageResizableSlice = ImageResizableSlice { 1999 ImageResizableSlice tmp;
|
H A D | image_testone_ng.cpp | 1575 ImageResizableSlice imageResizableSlice { in ImageModelNGTest001_SetRenderProperty01()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_image.h | 85 … static void UpdateSliceResult(const JSRef<JSObject>& sliceObj, ImageResizableSlice& sliceResult);
|
H A D | js_image.cpp | 421 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 D | image_model_impl.h | 52 void SetResizableSlice(const ImageResizableSlice& slice) override {}; in SetResizableSlice()
|
H A D | view_abstract_model_impl.h | 319 void SetBackgroundImageResizableSlice(const ImageResizableSlice& Slice) override {}; in SetBackgroundImageResizableSlice()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_image_modifier.cpp | 48 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 D | node_common_modifier.cpp | 1929 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 D | view_abstract.h | 140 static void SetBackgroundImageResizableSlice(const ImageResizableSlice& slice); 593 …static void SetBackgroundImageResizableSlice(FrameNode* frameNode, const ImageResizableSlice& slic…
|
H A D | view_abstract_model.h | 87 virtual void SetBackgroundImageResizableSlice(const ImageResizableSlice& slice) = 0;
|
H A D | view_abstract_model_ng.h | 153 void SetBackgroundImageResizableSlice(const ImageResizableSlice& slice) override in SetBackgroundImageResizableSlice()
|
H A D | view_abstract.cpp | 4866 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 D | rosen_render_context.h | 426 void OnBackgroundImageResizableSliceUpdate(const ImageResizableSlice& slice) override;
|
H A D | rosen_render_context.cpp | 811 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 D | view_abstract_test_ng_for_property_config.cpp | 1162 ImageResizableSlice slice;
|