Home
last modified time | relevance | path

Searched defs:newWidth (Results 1 – 17 of 17) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/scene_viewer/
Drosen_render_scene_viewer.cpp61 auto newWidth = static_cast<uint32_t>(GetLayoutSize().Width()); in PaintTextureLayer() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
Dshape_container_layout_algorithm.cpp63 auto newWidth = (selfHeight / portHeight) * portWidth; in MeasureContent() local
/foundation/arkui/ui_lite/frameworks/draw/
Ddraw_canvas.h33 int16_t newWidth; member
/foundation/arkui/ui_lite/frameworks/components/
Dui_view.cpp892 int16_t newWidth = width + style_->paddingLeft_ + style_->paddingRight_ + in SetWidth() local
904 int16_t newWidth = static_cast<int16_t>(GetParent()->GetWidth() * widthPercent); in SetWidthPercent() local
953 int16_t newWidth = static_cast<int16_t>(GetParent()->GetWidth() * widthPercent); in ResizePercent() local
1038 int16_t newWidth = static_cast<int16_t>(GetParent()->GetWidth() * widthPercent); in SetPositionPercent() local
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
Drs_uni_render_util.cpp100 uint32_t newWidth = static_cast<uint32_t>(params.srcRect.width()); in SrcRectScaleDown() local
103 uint32_t newWidth = static_cast<uint32_t>(params.srcRect.GetWidth()); in SrcRectScaleDown() local
Drs_uni_render_composer_adapter.cpp637 uint32_t newWidth = static_cast<uint32_t>(srcRect.w); in LayerScaleDown() local
Drs_composer_adapter.cpp755 uint32_t newWidth = static_cast<uint32_t>(srcRect.w); in LayerScaleDown() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/
Drs_interfaces_test.cpp142 uint32_t newWidth = 1920; variable
1360 uint32_t newWidth = 1920; variable
/foundation/arkui/ui_lite/frameworks/common/
Dtext.cpp436 int16_t newWidth = width - ellipsisWidth; in GetLine() local
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
Drender_system.cpp804 …const uint32_t newWidth = static_cast<uint32_t>(sceneCamera.renderResolution.x * reflComp.screenPe… in UpdatePlaneReflectionTargetResolution() local
818uint32_t newWidth, uint32_t newHeight, uint baseMipCount, bool depthImage) { in UpdatePlaneReflectionTargetResolution()
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
Drender_text_field.cpp442 int32_t prevHeight, WindowSizeChangeReason type) { in SetCallback()
484 void RenderTextField::HandleSurfaceChanged(int32_t newWidth, int32_t newHeight, int32_t prevWidth, … in HandleSurfaceChanged()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
Dtext_pattern.cpp2150 void TextPattern::HandleSurfaceChanged(int32_t newWidth, int32_t newHeight, int32_t prevWidth, int3… in HandleSurfaceChanged()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
Dtab_bar_pattern.cpp101 WindowSizeChangeReason type) { in InitSurfaceChangedCallback()
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
Dpipeline_context.cpp1105 void PipelineContext::ExecuteSurfaceChangedCallbacks(int32_t newWidth, int32_t newHeight, WindowSiz… in ExecuteSurfaceChangedCallbacks()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
Dtext_field_pattern.cpp4248 void TextFieldPattern::HandleSurfaceChanged(int32_t newWidth, int32_t newHeight, int32_t prevWidth,… in HandleSurfaceChanged()
4289 WindowSizeChangeReason type) { in InitSurfaceChangedCallback()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
Dswiper_pattern.cpp381 WindowSizeChangeReason type) { in InitSurfaceChangedCallback()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
Drich_editor_pattern.cpp4498 void RichEditorPattern::HandleSurfaceChanged(int32_t newWidth, int32_t newHeight, int32_t prevWidth… in OnBackPressed()