/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/ |
H A D | security_component_layout_element.cpp | 208 void TextLayoutElement::UpdateSize(bool isWidth) in UpdateSize() function in OHOS::Ace::NG::TextLayoutElement 327 UpdateSize(true); in ShrinkWidth() 332 UpdateSize(true); in ShrinkWidth() 349 UpdateSize(false); in ShrinkHeight() 353 UpdateSize(false); in ShrinkHeight()
|
H A D | security_component_layout_element.h | 164 void UpdateSize(bool isWidth);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/ |
H A D | custom_measure_layout_param.h | 35 void UpdateSize(const SizeF& size); 69 virtual void UpdateSize(int32_t index, const SizeF& size) {} in UpdateSize() function
|
H A D | custom_measure_layout_param.cpp | 31 void MeasureLayoutChild::UpdateSize(const SizeF& size) in UpdateSize() function in OHOS::Ace::NG::MeasureLayoutChild 33 parent_->UpdateSize(index_, size); in UpdateSize()
|
H A D | custom_measure_layout_node.h | 77 bool UpdateSize(int32_t index, SizeF size) in UpdateSize() function 82 childParam.UpdateSize(size); in UpdateSize()
|
H A D | custom_node_layout_algorithm.cpp | 85 host->UpdateSize(index, size); in Measure()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/ |
H A D | search_node.h | 79 void UpdateSize(Dimension size) in UpdateSize() function 253 searchImageIconOptions_.UpdateSize(searchIconSize); in SetSearchImageIconSize() 258 cancelImageIconOptions_.UpdateSize(cancelIconSize); in SetCancelImageIconSize()
|
H A D | search_pattern.cpp | 1894 imageIconOptions.UpdateSize(Dimension(value)); in SetSearchIconSize() 1938 imageIconOptions.UpdateSize(ConvertImageIconSizeValue(iconOptions.GetSize().value())); in SetSearchImageIcon() 1957 imageIconOptions.UpdateSize(Dimension(value)); in SetCancelIconSize() 2016 imageIconOptions.UpdateSize(ConvertImageIconSizeValue(iconOptions.GetSize().value())); in SetCancelImageIcon()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | offscreen_canvas_paint_method.h | 39 void UpdateSize(int32_t width, int32_t height);
|
H A D | offscreen_canvas_pattern.cpp | 28 void OffscreenCanvasPattern::UpdateSize(int32_t width, int32_t height) in UpdateSize() function in OHOS::Ace::NG::OffscreenCanvasPattern 31 return offscreenPaintMethod_->UpdateSize(width, height); in UpdateSize()
|
H A D | offscreen_canvas_pattern.h | 115 void UpdateSize(int32_t width, int32_t height);
|
H A D | offscreen_canvas_paint_method.cpp | 94 void OffscreenCanvasPaintMethod::UpdateSize(int32_t width, int32_t height) in UpdateSize() function in OHOS::Ace::NG::OffscreenCanvasPaintMethod
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/ |
H A D | indexer_item_component.cpp | 78 void IndexerItemComponent::UpdateSize() in UpdateSize() function in OHOS::Ace::V2::IndexerItemComponent
|
H A D | indexer_item_component.h | 151 void UpdateSize();
|
H A D | indexer_component.cpp | 170 textItem->UpdateSize(); in UpdateTextStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_measure_layout.h | 59 void UpdateSize(int32_t index, const NG::SizeF& size) override;
|
H A D | js_view_measure_layout.cpp | 407 void JSMeasureLayoutParamNG::UpdateSize(int32_t index, const NG::SizeF& size) in UpdateSize() function in OHOS::Ace::Framework::JSMeasureLayoutParamNG 526 ptr->UpdateSize(size); in JSMeasure()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/ |
H A D | swiper_indicator_layout_test_ng.cpp | 42 paintProperty->UpdateSize(Dimension(-1.0, DimensionUnit::PX)); 67 paintProperty->UpdateSize(Dimension(-1000.0, DimensionUnit::PX));
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/ |
H A D | tlv_object.h | 41 void UpdateSize();
|
H A D | tlv_object.cpp | 46 void TLVObject::UpdateSize() in UpdateSize() function in OHOS::UDMF::TLVObject
|
H A D | tlv_util.h | 135 data.UpdateSize(); in InitWhenFirst()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
H A D | js_offscreen_canvas.cpp | 279 offscreenCanvasPattern_->UpdateSize(width_, height_); in OnSetWidth() 311 offscreenCanvasPattern_->UpdateSize(width_, height_); in OnSetHeight()
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | napi-xcomponent-guidelines.md | 447 render->eglCore_->UpdateSize(width, height); 626 void EGLCore::UpdateSize(int width, int height) 635 UpdateSize(width, height); 1419 eglCore_->UpdateSize(width, height); // 参考Native XComponent场景 UpdateSize的实现
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | napi-xcomponent-guidelines.md | 447 render->eglCore_->UpdateSize(width, height); 626 void EGLCore::UpdateSize(int width, int height) 635 UpdateSize(width, height); 1419 …eglCore_->UpdateSize(width, height); // For details about the UpdateSize implementation, see the "…
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/custom/ |
H A D | custom_test_ng.cpp | 1271 layoutParam.children_[0].UpdateSize(SizeF(1.0, 1.0));
|