Home
last modified time | relevance | path

Searched defs:width (Results 7076 - 7100 of 7379) sorted by relevance

1...<<281282283284285286287288289290>>...296

/device/soc/rockchip/rk3568/hardware/mpp/include/
H A Drk_venc_cmd.h460 RK_S32 width; member
/device/soc/rockchip/rk3588/hardware/mpp/include/
H A Drk_venc_cmd.h539 RK_S32 width; member
/device/soc/rockchip/common/hardware/mpp/include/
H A Drk_venc_cmd.h459 signed int width; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.cpp42 void ViewAbstract::SetWidth(const CalcLength& width) in SetWidth() argument
70 std::optional<CalcLength> width = std::nullopt; in SetHeight() local
101 void ViewAbstract::SetMinWidth(const CalcLength& width) in SetMinWidth() argument
137 void ViewAbstract::SetMaxWidth(const CalcLength& width) in SetMaxWidth() argument
2859 SetWidth(FrameNode *frameNode, const CalcLength& width) SetWidth() argument
2878 std::optional<CalcLength> width = std::nullopt; SetHeight() local
4148 auto width = size->Width(); GetMinWidth() local
4165 auto width = size->Width(); GetMaxWidth() local
4338 auto width = size->Width(); GetWidth() local
[all...]
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.cpp5691 auto width = focusElement.GetRectInScreen().GetRightBottomXScreenPostion() - in FindExtensionNodeInAbsoluteDirection() local
5759 auto width = element.GetRectInScreen().GetRightBottomXScreenPostion() - FilterAccessibilityElementByFocusable() local
[all...]
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.cpp3086 void UIContentImpl::OnFormSurfaceChange(float width, float height, OHOS::Rosen::WindowSizeChangeReason type, in OnFormSurfaceChange() argument
/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_type.h1607 float width; member
1619 int32_t width; member
[all...]
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.h959 bool NotifyVirtualKeyBoard(int32_t width, int32_t height, double keyboard) const in NotifyVirtualKeyBoard() argument
1252 void SetSurfaceChangeMsg(int32_t width, int32_t height, in SetSurfaceChangeMsg() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_context.h283 virtual void SetBounds(float positionX, float positionY, float width, float height) {} in SetBounds() argument
335 virtual void SetFrame(float positionX, float positionY, float width, float height) {} in SetFrame() argument
517 virtual void ResetSurface(int width, int height) {} in ResetSurface() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dmock_web_delegate.cpp536 void WebSurfaceCallback::OnSurfaceChanged(const sptr<OHOS::Surface>& surface, int32_t width, int32_t height) {} in OnSurfaceChanged() argument
614 void WebDelegate::Resize(const double& width, const double& height, bool isKeyboard) {} in Resize() argument
826 bool WebDelegate::OnDragAndDropData(const void* data, size_t len, int width, int height) in OnDragAndDropData() argument
857 void WebDelegate::OnFaviconReceived(const void* data, size_t width, size_t height, OHOS::NWeb::ImageColorType colorType, in OnFaviconReceived() argument
945 void WebDelegate::SetDrawRect(int32_t x, int32_t y, int32_t width, int32_t height) {} in SetDrawRect() argument
1043 void WebDelegate::OnRootLayerChanged(int width, int height) {} in OnRootLayerChanged() argument
1051 void WebDelegate::SetVirtualKeyBoardArg(int32_t width, int32_t height, double keyboard) {} in SetVirtualKeyBoardArg() argument
1148 void WebDelegate::OnCursorUpdate(double x, double y, double width, double height) {} in OnCursorUpdate() argument
1150 void WebDelegate::CreateOverlay(void* data, size_t len, int width, in in OnSafeInsetsChange() argument
1031 DragResize( const double& width, const double& height, const double& pre_height, const double& pre_width) DragResize() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp96 OHOS::Rosen::Drawing::BackendTexture MakeBackendTexture(uint32_t width, uint32_t height, in MakeBackendTexture() argument
2096 inline static bool IsLargeArea(int width, int height) in IsLargeArea() argument
2809 int width = 0; in NeedInitCacheSurface() local
2838 int width = static_cast<int>(size.x_); NeedInitCacheCompletedSurface() local
2876 float width = 0.0f, height = 0.0f; InitCacheSurface() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.cpp636 void RSNode::SetBounds(float positionX, float positionY, float width, float height) in SetBounds() argument
641 void RSNode::SetBoundsWidth(float width) in SetBoundsWidth() argument
691 void RSNode::SetFrame(float positionX, float positionY, float width, float height) in SetFrame() argument
1219 void RSNode::SetBgImageSize(float width, float height) in SetBgImageSize() argument
1225 void RSNode::SetBgImageWidth(float width) in SetBgImageWidth() argument
1274 SetBorderWidth(float width) SetBorderWidth() argument
1287 SetBorderWidth(const Vector4f& width) SetBorderWidth() argument
1333 SetOuterBorderWidth(const Vector4f& width) SetOuterBorderWidth() argument
1354 SetOutlineWidth(const Vector4f& width) SetOutlineWidth() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_typography.cpp3281 static FontWidth GetFontWidth(OH_Drawing_FontWidth width) in GetFontWidth() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp264 void RSProperties::SetBoundsWidth(float width) in SetBoundsWidth() argument
356 void RSProperties::SetFrameWidth(float width) in SetFrameWidth() argument
978 void RSProperties::SetBgImageWidth(float width) in SetBgImageWidth() argument
1052 void RSProperties::SetBorderWidth(Vector4f width) in SetBorderWidth() argument
1162 void RSProperties::SetOutlineWidth(Vector4f width) in SetOutlineWidth() argument
4340 auto width = GetBoundsWidth(); CalculatePixelStretch() local
[all...]
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp457 sptr<CaptureOutput> CameraFrameworkModuleTest::CreatePhotoOutput(int32_t width, int32_t height) in CreatePhotoOutput() argument
478 sptr<CaptureOutput> CameraFrameworkModuleTest::CreatePreviewOutput(int32_t width, int32_t height) in CreatePreviewOutput() argument
562 CreateVideoOutput(int32_t width, int32_t height) CreateVideoOutput() argument
864 uint32_t width; SelectProfileByRatioAndFormat() local
5887 int32_t width = 0; HWTEST_F() local
5920 int32_t width = 0; HWTEST_F() local
7741 int32_t width = 0; HWTEST_F() local
7769 int32_t width = 0; HWTEST_F() local
[all...]
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_manager.cpp1181 DMError ScreenSessionManager::SetResolution(ScreenId screenId, uint32_t width, uint32_t height, float virtualPixelRatio) in SetResolution() argument
1471 int32_t width = phyBounds.rect_.GetWidth(); in CalcDefaultExtendScreenDensity() local
3061 DMError ScreenSessionManager::ResizeVirtualScreen(ScreenId screenId, uint32_t width, uint32_ argument
4749 float width = 0.0f; CalcDisplayNodeTranslateOnFoldableRotation() local
4798 float width = 0.0f; CalcDisplayNodeTranslateOnRotation() local
[all...]
/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp1793 WMError WindowImpl::Resize(uint32_t width, uint32_t height) in Resize() argument
3953 uint32_t width = static_cast<uint32_t>(display->GetWidth()); in GetSystemAlarmWindowDefaultSize() local
[all...]
H A Dwindow_scene_session_impl.cpp1531 void WindowSceneSessionImpl::LimitCameraFloatWindowMininumSize(uint32_t& width, uint32_t& height, float& vpr) in LimitCameraFloatWindowMininumSize() argument
1577 void WindowSceneSessionImpl::UpdateFloatingWindowSizeBySizeLimits(uint32_t& width, uint32_ argument
1634 Resize(uint32_t width, uint32_t height) Resize() argument
1688 ResizeAsync(uint32_t width, uint32_t height) ResizeAsync() argument
3663 uint32_t width = windowRect.width_; UpdateNewSize() local
[all...]
/kernel/linux/linux-5.10/drivers/clk/
H A Dclk-stm32mp1.c342 u8 width; member
350 u8 width; member
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/
H A Dhw.h645 enum e1000_bus_width width; member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgb/
H A Dixgb_hw.h634 ixgb_bus_width width; member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_type.h408 enum fm10k_bus_width width; member
/kernel/linux/linux-6.6/arch/parisc/include/uapi/asm/
H A Dpdc.h475 unsigned long width; /* default of PSW_W bit (1=enabled) */ member
616 int width; member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/
H A Dsi_dpm.c3646 u32 tmp, width, row, column, bank, density; in si_is_special_1gb_platform() local
/kernel/linux/linux-5.10/drivers/iommu/intel/
H A Diommu.c116 static inline int width_to_agaw(int width) in width_to_agaw() argument

Completed in 130 milliseconds

1...<<281282283284285286287288289290>>...296