/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_image.cpp | 496 float bottom = frameRect_.GetBottom(); in CalcRepeatBounds() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/ |
H A D | path.cpp | 143 void Path::AddRect(scalar left, scalar top, scalar right, scalar bottom, PathDirection dir) in AddRect()
|
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | touch_drawing_manager.cpp | 649 Rosen::Drawing::Point bottom(x, scaleH_); in DrawCrosshairs() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_node.cpp | 1136 std::vector<float> bottom(emitterCount); in SetParticleDrawRegion() local 1268 void RSNode::SetBorderColor(uint32_t left, uint32_t top, uint32_t right, uint32_t bottom) in SetBorderColor() 1288 void RSNode::SetBorderWidth(float left, float top, float right, float bottom) in SetBorderWidth() 1307 void RSNode::SetBorderStyle(uint32_t left, uint32_t top, uint32_t right, uint32_t bottom) in SetBorderStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | rosen_render_custom_paint.cpp | 1148 double bottom = param.y + param.radius + offset.GetY(); in Arc() local 1235 double bottom = param.y + param.radiusY + offset.GetY(); in Ellipse() local 1748 double bottom = args.para4 + args.para2 + offset.GetY(); in Path2DRect() local
|
H A D | rosen_render_offscreen_canvas.cpp | 1250 double bottom = param.y + param.radius; in Arc() local 1750 double bottom = args.para4 + args.para2; in Path2DRect() local 2463 double bottom = param.y + param.radiusY; in UpdateTextStyleForeground() local
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_nweb_impl.cpp | 521 void ArkWebNWebImpl::PageDown(bool bottom) in PageDown() 972 void ArkWebNWebImpl::OnSafeInsetsChange(int left, int top, int right, int bottom) in OnSafeInsetsChange()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | select_model_impl.cpp | 366 …l::SetPaddings(const std::optional<CalcDimension>& top, const std::optional<CalcDimension>& bottom, in SetPaddings()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
H A D | layout_wrapper.cpp | 106 auto bottom = offset.GetY() + geometryNode->GetMarginFrameSize().Height(); in OffsetNodeToSafeArea() local
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | dialog_container.cpp | 454 const std::string& bottom) in ShowToast()
|
/ohos5.0/drivers/peripheral/audio/test/benchmarktest/capture/ |
H A D | audio_capture_benchmarktest.cpp | 429 float bottom = 0.0; in BENCHMARK_F() local
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/ |
H A D | treeview.js | 731 bottom: { class in TreeView.constructor.itemPadding 761 bottom: { class in TreeView.constructor.textInputPadding 3459 bottom: { class in i3.constructor.itemPadding 3489 bottom: { class in i3.constructor.textInputPadding
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_utils.h | 55 int16_t bottom; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_textfield.cpp | 741 CalcDimension bottom = CalcDimension(0.0, DimensionUnit::VP); in GetOldPadding() local 777 const std::optional<CalcDimension>& bottom, const std::optional<CalcDimension>& left, in SetPaddings()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | inspector_composed_element.cpp | 481 auto bottom = render->GetPadding(DimensionHelper(&Edge::SetBottom, &Edge::Bottom)); in GetPadding() local 503 auto bottom = render->GetMargin(DimensionHelper(&Edge::SetBottom, &Edge::Bottom)); in GetAllMargin() local
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_nweb_wrapper.cpp | 622 void ArkWebNWebWrapper::PageDown(bool bottom) in PageDown() 1128 void ArkWebNWebWrapper::OnSafeInsetsChange(int left, int top, int right, int bottom) in OnSafeInsetsChange()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | js_accessibility_manager.cpp | 1557 auto bottom = rect.Bottom() + commonProperty.windowTop; in UpdateVirtualNodeChildAccessibilityElementInfo() local 1601 auto bottom = parentRect.Top() + virtualNodeRect.Height() + commonProperty.windowTop; in UpdateVirtualNodeAccessibilityElementInfo() local 1690 auto bottom = rect.Bottom() + commonProperty.windowTop; in UpdateAccessibilityElementInfo() local 1698 auto bottom = rect.Bottom() + commonProperty.windowTop; in UpdateAccessibilityElementInfo() local 1750 … auto bottom = webRect.Top() + node->GetRectY() + node->GetRectHeight() + commonProperty.windowTop; in UpdateWebAccessibilityElementInfo() local 3411 auto bottom = padding->bottom.value_or(defaultValue).GetDimension().Value(); in DumpPadding() local 3423 auto bottom = border->bottomDimen.value_or(defaultValue).Value(); in DumpBorder() local
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/linear_layout/old_cases/ |
H A D | linear_layout_test_ng.cpp | 206 PaddingProperty LinearLayoutTestNg::CreatePadding(float left, float top, float right, float bottom) in CreatePadding()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_round_corner_display_test.cpp | 1160 auto bottom = RoundCornerDisplayManager::RCDLayerType::BOTTOM; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_path.cpp | 203 float top, float right, float bottom, OH_Drawing_PathDirection dir) in OH_Drawing_PathAddRect()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | custom_paint_paint_method.cpp | 866 double bottom = param.y + param.radius; in Arc() local 931 double bottom = param.y + param.radiusY; in Ellipse() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_swiper_bridge.cpp | 656 std::string bottom = GetStringByValueRef(vm, bottomArg); in GetSwiperDotIndicator() local 696 std::string bottom = GetStringByValueRef(vm, bottomArg); in GetSwiperDigitIndicator() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/ |
H A D | select_overlay_layout_algorithm.cpp | 116 auto bottom = info_->isNewAvoid ? info_->selectArea.Bottom() : secondHandleRect.Bottom(); in CalculateCustomMenuLayoutConstraint() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
H A D | bubble_view.cpp | 530 auto bottom = safeAreaManager->GetSystemSafeArea().bottom_.Length(); in GetPopupMaxWidthAndHeight() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/ |
H A D | dialog_layout_algorithm.cpp | 852 auto bottom = dialogTheme->GetDefaultDialogMarginBottom(); in GetPaddingBottom() local
|