/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/ |
H A D | patternlock_layout_algorithm.cpp | 34 float maxWidth = std::max(contentConstraint.maxSize.Width(), contentConstraint.minSize.Width()); in MeasureContent() local
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/font/ |
H A D | ui_font_adaptor.cpp | 28 int16_t& maxWidth, in GetNextLineAndWidth()
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/codec/ |
H A D | _codec_image_capability_v10.md | 98 ### maxWidth subsection
|
H A D | _codec_image_capability_v20.md | 98 ### maxWidth subsection
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_text_typography_test.cpp | 517 double maxWidth = 800.0; variable 836 double maxWidth = 800.0; variable 887 double maxWidth = 800.0; variable 1212 double maxWidth = 800.0; variable 1309 double maxWidth = 800.0; variable 1362 double maxWidth = 800.0; variable 1415 double maxWidth = 800.0; variable 1471 double maxWidth = 800.0; variable 1524 double maxWidth = 800.0; variable 1576 double maxWidth = 800.0; variable [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/ |
H A D | render_navigation_container.cpp | 30 double maxWidth = layoutParam.GetMaxSize().Width(); in PerformLayout() local
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | session_utils.h | 47 int32_t& minWidth, int32_t& maxWidth, int32_t& minHeight, int32_t& maxHeight) in CalcFloatWindowRectLimits()
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/dialog/interfaces/ |
H A D | dialog.js | 762 maxWidth: constraint.maxWidth, property in checkboxConstraint 777 maxWidth: constraint.maxWidth, property in imageConstraint 787 maxWidth: constraint.maxWidth, property in contentConstraint 1463 maxWidth: constraint.maxWidth, property in checkboxConstraint 1471 maxWidth: constraint.maxWidth, property in textConstraint 2453 maxWidth: constraint.maxWidth, property in titleConstraint 2466 maxWidth: constraint.maxWidth, property in contentConstraint 3015 let maxWidth = Number(constraint.maxWidth); variable 3804 function getTextAlign(maxWidth, content, fontSize) { argument
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | render_box_base.cpp | 323 double maxWidth = ConvertHorizontalDimensionToPx(maxWidth_, true); in ConvertConstraintsToPx() local 392 double maxWidth = gridColumnInfo_->GetMaxWidth(); in CalculateGridLayoutSize() local 469 auto maxWidth = selfLayout.GetMaxSize().Width(); in AdjustSizeByAspectRatio() local 523 double maxWidth = std::max(selfLayoutParam_.GetMaxSize().Width() - deflate.Width(), 0.0); in SetChildLayoutParam() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/navigator/ |
H A D | render_navigator.cpp | 112 double maxWidth = maxSize.Width(); in PerformLayout() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/ |
H A D | water_flow_component.cpp | 111 void WaterFlowComponent::SetMaxWidth(const Dimension& maxWidth) in SetMaxWidth()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/ |
H A D | shape_container_layout_algorithm.cpp | 75 float maxWidth = 0.0f; in GetChildrenSize() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/preview/ |
H A D | menu_preview_layout_algorithm.cpp | 89 auto maxWidth = menuWindowRect.Width(); in UpdateLayoutConstraintForPreview() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | water_flow_model_impl.cpp | 81 void WaterFlowModelImpl::SetItemMaxWidth(const Dimension& maxWidth) in SetItemMaxWidth()
|
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/decoder/ |
H A D | decoder.h | 33 uint32_t maxWidth; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/ |
H A D | select_overlay_node.cpp | 1433 void SelectOverlayNode::GetDefaultButtonAndMenuWidth(float& maxWidth) in GetDefaultButtonAndMenuWidth() 1455 bool SelectOverlayNode::AddSystemDefaultOptions(float maxWidth, float& allocatedSize) in AddSystemDefaultOptions() 1475 void SelectOverlayNode::ShowCut(float maxWidth, float& allocatedSize, std::shared_ptr<SelectOverlay… in ShowCut() 1495 void SelectOverlayNode::ShowCopy(float maxWidth, float& allocatedSize, std::shared_ptr<SelectOverla… in ShowCopy() 1516 void SelectOverlayNode::ShowPaste(float maxWidth, float& allocatedSize, std::shared_ptr<SelectOverl… in ShowPaste() 1541 void SelectOverlayNode::ShowCopyAll(float maxWidth, float& allocatedSize, std::shared_ptr<SelectOve… in ShowCopyAll() 1562 void SelectOverlayNode::ShowAIWrite(float maxWidth, float& allocatedSize, std::shared_ptr<SelectOve… in ShowAIWrite() 1586 void SelectOverlayNode::ShowShare(float maxWidth, float& allocatedSize, std::shared_ptr<SelectOverl… in ShowShare() 1637 void SelectOverlayNode::ShowCamera(float maxWidth, float& allocatedSize, std::shared_ptr<SelectOver… in ShowCamera() 1879 float maxWidth = 0.0f; in UpdateMenuInner() local [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/badge/ |
H A D | render_badge.cpp | 139 double maxWidth = minSize.Width(); in PerformLayout() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/text/renderservice/ |
H A D | drawing_text_c_sample.cpp | 74 double maxWidth = 800.0; in DoDraw() local
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/chip/interfaces/ |
H A D | chip.js | 1476 maxWidth: Math.min(constraintWidth, this.theme.q1.g2.i2), property in case.SM 1482 maxWidth: Math.min(constraintWidth, this.theme.q1.g2.j2), property in case.MD 1488 maxWidth: Math.min(constraintWidth, this.theme.q1.g2.l2), property in case.LG 1492 constraintSize = { minWidth: i1, maxWidth: constraintWidth }; property in default
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/popup/ |
H A D | popup_component_v2.cpp | 203 double maxWidth = columnInfo->GetWidth(columnInfo->GetColumns(gridSizeType)); in CreateBox() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
H A D | box_layout_algorithm.cpp | 117 float maxWidth = 0.0f; in PerformMeasureSelfWithChildList() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/ |
H A D | qrcode_modifier.cpp | 95 int32_t maxWidth = 0; in CreateBitMap() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_layout_algorithm.cpp | 148 auto maxWidth = paragraphManager_->GetMaxWidth(); in MeasureContent() local 279 const TextStyle& textStyle, std::string content, LayoutWrapper* layoutWrapper, double maxWidth) in CreateParagraph() 452 const TextStyle& textStyle, const std::string& content, double maxWidth) in UpdateSingleParagraph()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/select_overlay/ |
H A D | select_overlay_test_ng.cpp | 3231 float maxWidth = 2.0f; variable 3253 float maxWidth = 2.0f; variable 3275 float maxWidth = 2.0f; variable 3297 float maxWidth = 2.0f; variable 3319 float maxWidth = 2.0f; variable 3344 float maxWidth = 3.0f; variable 3376 float maxWidth = 3.0f; variable 3873 float maxWidth = 8.0f; variable 3901 float maxWidth = 8.0f; variable 3922 float maxWidth = 8.0f; variable [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | extension_handler.cpp | 24 auto maxWidth = floor(layoutConstraintF.maxSize.Width()); in Create() local
|