Home
last modified time | relevance | path

Searched defs:newHeight (Results 1 - 22 of 22) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/scene_viewer/
H A Drosen_render_scene_viewer.cpp62 auto newHeight = static_cast<uint32_t>(GetLayoutSize().Height()); in PaintTextureLayer() local
/foundation/arkui/ace_engine/frameworks/core/components/triangle/
H A Drender_triangle.cpp64 double newHeight = (width / 2.0 + topDiff) * rate; in Calculate() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dshape_container_layout_algorithm.cpp56 auto newHeight = (selfWidth / portWidth) * portHeight; in MeasureContent() local
/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_canvas.h34 int16_t newHeight; member
/foundation/arkui/ace_engine/frameworks/core/components/dialog_modal/
H A Drender_dialog_modal.cpp248 double newHeight = clip->GetGlobalOffset().GetY() + clip->GetPaintRect().Height() - delta; in MovePage() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_render_service_client_test.cpp602 uint32_t newHeight = 1080; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components/semi_modal/
H A Drender_semi_modal.cpp769 double newHeight = render->GetGlobalOffset().GetY() + render->GetPaintRect().Height() - delta; in MovePage() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/
H A Drs_interfaces_test.cpp151 uint32_t newHeight = 1080; in HWTEST_F() local
1423 uint32_t newHeight = 1080; in HWTEST_F() local
/foundation/window/window_manager/wm/src/
H A Dpicture_in_picture_controller.cpp476 float newHeight = 0; in UpdateContentSize() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_test_ng.cpp3827 int32_t newHeight = 1; in HWTEST_F() local
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhencoder.cpp984 void HEncoder::DealWithResolutionChange(uint32_t newWidth, uint32_t newHeight) in DealWithResolutionChange() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_composer_adapter.cpp1022 uint32_t newHeight = static_cast<uint32_t>(srcRect.h); in LayerScaleDown() local
1090 uint32_t newHeight = static_cast<uint32_t>(srcRect.h); in LayerScaleDown() local
1163 uint32_t newHeight = static_cast<uint32_t>(srcRect.h); LayerScaleFit() local
[all...]
H A Drs_composer_adapter.cpp790 int32_t newHeight = srcRect.h; in LayerScaleDown() local
H A Drs_uni_render_util.cpp316 float newHeight = 0.0f; in SrcRectScaleFit() local
362 uint32_t newHeight = static_cast<uint32_t>(params.srcRect.GetHeight()); SrcRectScaleDown() local
1625 uint32_t newHeight = static_cast<uint32_t>(srcRect.height_); LayerScaleDown() local
1694 uint32_t newHeight = static_cast<uint32_t>(srcRect.height_); LayerScaleFit() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_dialog_pattern.cpp1341 HandleSurfaceChanged( int32_t newWidth, int32_t newHeight, int32_t prevWidth, int32_t prevHeight) HandleSurfaceChanged() argument
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_view.cpp918 int16_t newHeight = height + style_->paddingTop_ + style_->paddingBottom_ + in SetHeight() local
930 int16_t newHeight = static_cast<int16_t>(GetParent()->GetHeight() * heightPercent); in SetHeightPercent() local
954 int16_t newHeight = static_cast<int16_t>(GetParent()->GetHeight() * heightPercent); in ResizePercent() local
1039 int16_t newHeight = static_cast<int16_t>(GetParent()->GetHeight() * heightPercent); in SetPositionPercent() local
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.cpp992 const uint32_t newHeight = in UpdatePlaneReflectionTargetResolution() local
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.cpp470 void RenderTextField::HandleSurfaceChanged(int32_t newWidth, int32_t newHeight, int32_t prevWidth, int32_t prevHeight) in HandleSurfaceChanged() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.cpp3141 void TextPattern::HandleSurfaceChanged(int32_t newWidth, int32_t newHeight, int32_t prevWidth, int32_t prevHeight) in HandleSurfaceChanged() argument
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp1624 void PipelineContext::ExecuteSurfaceChangedCallbacks(int32_t newWidth, int32_t newHeight, WindowSizeChangeReason type) in ExecuteSurfaceChangedCallbacks() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp2325 double newHeight = height - keyboard - GetCoordinatePoint()->GetY(); in UpdateLayoutAfterKeyboardShow() local
3170 double newHeight = height - lastKeyboardHeight_ - y; in IsNeedResizeVisibleViewport() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp5214 void TextFieldPattern::HandleSurfaceChanged(int32_t newWidth, int32_t newHeight, int32_t prevWidth, int32_t prevHeight) in HandleSurfaceChanged() argument

Completed in 88 milliseconds