Home
last modified time | relevance | path

Searched defs:left (Results 226 - 250 of 1693) sorted by relevance

12345678910>>...68

/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
H A Dbridge_v30.c30 u32 left = dev->crop.left; in crop_on() local
/foundation/ability/ability_runtime/frameworks/js/napi/js_dialog_request/
H A Djs_dialog_request.cpp99 int32_t left = want.GetIntParam(RequestConstants::WINDOW_RECTANGLE_LEFT_KEY, 0); in OnGetRequestInfo() local
/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
H A Dsnapshot.h86 int32_t left = parcel.ReadInt32(); in Unmarshalling() local
94 int32_t left = 0; member
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_ability_runtime_test/
H A Ddialog_ui_extension_callback_test.cpp46 virtual void GetWindowRect(int32_t &left, int32_t &top, int32_t &width, int32_t &height) in GetWindowRect() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_renderer_type.h57 double left; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_layout_algorithm.cpp142 auto left = padding.left.value_or(0); in PerformImageAnimationLayout() local
/foundation/arkui/ace_engine/frameworks/core/components/side_bar/
H A Dside_bar_container_component.cpp176 void SideBarContainerComponent::SetButtonLeft(double left) in SetButtonLeft() argument
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dedge.h38 Edge(double left, double top, double right, double bottom, DimensionUnit unit = DimensionUnit::PX) in Edge() argument
41 Edge(const std::string& left, const std::string& top, const std::string& right, const std::string& bottom, in Edge() argument
44 Edge(const CalcDimension& left, const CalcDimension& top, const CalcDimension& right, const CalcDimension& bottom) in Edge() argument
46 Edge(const Dimension& left, const Dimension& top, const Dimension& right, const Dimension& bottom, in Edge() argument
50 Edge(const CalcDimension& left, cons in Edge() argument
78 SetLeft(const AnimatableDimension& left) SetLeft() argument
83 SetLeft(const CalcDimension& left) SetLeft() argument
89 SetLeft(const Dimension& left) SetLeft() argument
203 EdgePx(double left, double top, double right, double bottom) EdgePx() argument
204 EdgePx(const std::string& left, const std::string& top, const std::string& right, const std::string& bottom) EdgePx() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/option/
H A Drosen_render_option.cpp126 double left = textOffset.GetX() - thisOffset.GetX(); in PaintLine() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dbox_layout_algorithm.cpp152 auto left = padding.left.value_or(0); in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/core/components/rich_text/
H A Drender_rich_text.cpp154 void RenderRichText::CreateRealWeb(int32_t top, int32_t left, bool visible, bool reCreate) in CreateRealWeb() argument
203 double left = offset.GetX() * pipelineContext->GetViewScale(); in OnGlobalPositionChanged() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/
H A Dcheckbox_layout_algorithm.cpp138 auto left = padding.left.value_or(0); in Layout() local
/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drosen_mask_painter.cpp223 Size left = boxSize - svgSize; in UpadteSVGImageDom() local
/foundation/arkui/ace_engine/advanced_ui_component/chip/interfaces/
H A Dchip.js[all...]
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_toggle_ffi.cpp61 void FfiOHOSAceFrameworkTogglePadding(double left, int32_t leftUnit, double top, int32_t topUnit, double right, in FfiOHOSAceFrameworkTogglePadding() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_sec_button_base.cpp199 std::optional<CalcDimension> left; in SetBackgroundPadding() local
/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_rect.h27 TestingRect(const float left, const float top, const float right, const float bottom) in TestingRect() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drender_surface_impl.cpp115 bool RenderSurfaceImpl::SetExtSurfaceBoundsSync(int32_t left, int32_t top, int32_t width, int32_t height) in SetExtSurfaceBoundsSync() argument
139 void RenderSurfaceImpl::SetExtSurfaceBounds(int32_t left, int32_t top, int32_t width, int32_t height) in SetExtSurfaceBounds() argument
H A Drender_texture_impl.cpp100 bool RenderTextureImpl::SetExtSurfaceBoundsSync(int32_t left, int32_t top, int32_t width, int32_t height) in SetExtSurfaceBoundsSync() argument
105 void RenderTextureImpl::SetExtSurfaceBounds(int32_t left, int32_t top, int32_t width, int32_t height) in SetExtSurfaceBounds() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_adapt_font_sizer.cpp44 int32_t left = 0; in AdaptMaxFontSize() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/
H A Dside_bar_container_layout_property.h156 auto left = propControlButtonStyle_->propControlButtonLeft.value_or(DEFAULT_CONTROL_BUTTON_LEFT); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/
H A Drefresh_layout_algorithm.cpp111 auto left = padding.left.value_or(0); in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/
H A Dradio_layout_algorithm.cpp120 auto left = padding.left.value_or(0); in Layout() local
/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/
H A Dform_renderer_delegate_stub.cpp206 int32_t left = 0; in HandleOnGetRectRelativeToWindow() local
H A Dform_renderer_delegate_proxy.cpp271 int32_t FormRendererDelegateProxy::OnGetRectRelativeToWindow(int32_t &top, int32_t &left) in OnGetRectRelativeToWindow() argument

Completed in 12 milliseconds

12345678910>>...68