Home
last modified time | relevance | path

Searched defs:width (Results 1651 – 1675 of 1907) sorted by relevance

1...<<61626364656667686970>>...77

/ohos5.0/foundation/multimedia/av_codec/services/services/codec/server/
H A Dcodec_param_checker.cpp219 int32_t width = 0; in ResolutionChecker() local
/ohos5.0/drivers/hdf_core/framework/support/platform/include/mipi/
H A Dmipi_csi_core.h38 unsigned int width; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_composer_adapter.cpp239 int width = std::clamp<int>(localRect.GetWidth(), 0, frameWidth - left); in DealWithNodeGravity() local
H A Drs_render_service_connection.cpp536 uint32_t width, in CreateVirtualScreen()
805 int32_t RSRenderServiceConnection::SetVirtualScreenResolution(ScreenId id, uint32_t width, uint32_t… in SetVirtualScreenResolution()
1800 int32_t RSRenderServiceConnection::ResizeVirtualScreen(ScreenId id, uint32_t width, uint32_t height) in ResizeVirtualScreen()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/utils/
H A Dnapi_common.cpp396 double width = 0; in GetPlaceholderSpanFromJS() local
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/
H A Dtouch_drawing_manager.cpp175 void TouchDrawingManager::GetOriginalTouchScreenCoordinates(Direction direction, int32_t width, int… in GetOriginalTouchScreenCoordinates()
/ohos5.0/foundation/window/window_manager/dm/src/
H A Dscreen_manager.cpp560 DMError ScreenManager::ResizeVirtualScreen(ScreenId screenId, uint32_t width, uint32_t height) in ResizeVirtualScreen()
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/include/
H A Dcooperate_events.h79 int32_t width; member
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/
H A Davmetadatahelper_impl.cpp209 int32_t width = 0; in CreatePixelMapYuv() local
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/stable_sample/sample/decoder/
H A Dvdec_sample.cpp93 int32_t width = buffer->GetWidth(); in OnBufferAvailable() local
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/
H A Dhw_cast_test.cpp584 int32_t width = 0; variable
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
H A Dmock_image_source.cpp337 bool ImageSource::ImageSizeChange(int32_t width, int32_t height, int32_t desiredWidth, int32_t desi… in ImageSizeChange()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.cpp64 void ViewAbstract::SetWidth(const CalcLength& width) in SetWidth()
92 std::optional<CalcLength> width = std::nullopt; in SetHeight() local
123 void ViewAbstract::SetMinWidth(const CalcLength& width) in SetMinWidth()
159 void ViewAbstract::SetMaxWidth(const CalcLength& width) in SetMaxWidth()
2952 void ViewAbstract::SetWidth(FrameNode* frameNode, const CalcLength& width) in SetWidth()
2971 std::optional<CalcLength> width = std::nullopt; in SetHeight() local
4279 auto width = size->Width(); in GetMinWidth() local
4296 auto width = size->Width(); in GetMaxWidth() local
4469 auto width = size->Width(); in GetWidth() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.cpp1358 JSRef<JSVal> width = size->GetValueAt(0); in ParseJsImageSpanAttribute() local
2082 CalcDimension width; in ParseParagraphStyle() local
2090 CalcDimension width; in ParseParagraphStyle() local
2098 CalcDimension width; in ParseParagraphStyle() local
H A Djs_view_measure_layout.cpp217 auto width = in GenSelfLayoutInfo() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_manager.cpp134 void DragDropManager::CreateDragWindow(const GestureEvent& info, uint32_t width, uint32_t height) in CreateDragWindow()
1632 auto width = imageNode->GetGeometryNode()->GetFrameRect().Width(); in GetDragPreviewInfo() local
2070 auto width = pixelMapDuplicated->GetWidth() * scale; in GetGatherPixelMap() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Doverlay_manager_test_ng.cpp2027 Dimension width{ 300, DimensionUnit::VP }; variable
2705 auto onWidthDidChangeFunc = [&widthVal](float width) { widthVal = width; }; in __anon3aa214335a02()
2944 auto width = sheetLayoutAlgorithm->GetWidthByScreenSizeType(maxSize, layoutWrapper.GetRawPtr()); variable
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_task_mgr.cpp1430 void FormTaskMgr::PostUpdateFormSize(const int64_t &formId, float width, float height, float border… in PostUpdateFormSize()
1446 void FormTaskMgr::UpdateFormSize(const int64_t &formId, float width, float height, float borderWidt… in UpdateFormSize()
H A Dform_render_mgr_inner.cpp769 ErrCode FormRenderMgrInner::UpdateFormSize(const int64_t &formId, float width, float height, float … in UpdateFormSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_scroll_modifier.cpp293 CalcDimension width = Dimension(value, static_cast<OHOS::Ace::DimensionUnit>(unit)); in SetScrollScrollBarWidth() local
301 CalcDimension width = CalcDimension(DEFAULT_SCROLLBARWIDTH_VALUE, DimensionUnit::VP); in ResetScrollScrollBarWidth() local
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_proxy.cpp1590 DMError DisplayManagerProxy::SetResolution(ScreenId screenId, uint32_t width, uint32_t height, floa… in SetResolution()
1724 DMError DisplayManagerProxy::ResizeVirtualScreen(ScreenId screenId, uint32_t width, uint32_t height) in ResizeVirtualScreen()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/
H A Dtoggle_model_ng.cpp233 void ToggleModelNG::SetWidth(const Dimension& width) in SetWidth()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_pattern.cpp462 void NavDestinationPattern::OnWindowSizeChanged(int32_t width, int32_t height, WindowSizeChangeReas… in OnWindowSizeChanged()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dselect_model_impl.cpp357 void SelectModelImpl::SetSize(Dimension& width, Dimension& height) in SetSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid/
H A Drender_grid.cpp495 double width = size.Width(); in GetCenterPosition() local

1...<<61626364656667686970>>...77