/ohos5.0/foundation/multimedia/av_codec/services/services/codec/server/ |
H A D | codec_param_checker.cpp | 219 int32_t width = 0; in ResolutionChecker() local
|
/ohos5.0/drivers/hdf_core/framework/support/platform/include/mipi/ |
H A D | mipi_csi_core.h | 38 unsigned int width; member
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_composer_adapter.cpp | 239 int width = std::clamp<int>(localRect.GetWidth(), 0, frameWidth - left); in DealWithNodeGravity() local
|
H A D | rs_render_service_connection.cpp | 536 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 D | napi_common.cpp | 396 double width = 0; in GetPlaceholderSpanFromJS() local
|
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | touch_drawing_manager.cpp | 175 void TouchDrawingManager::GetOriginalTouchScreenCoordinates(Direction direction, int32_t width, int… in GetOriginalTouchScreenCoordinates()
|
/ohos5.0/foundation/window/window_manager/dm/src/ |
H A D | screen_manager.cpp | 560 DMError ScreenManager::ResizeVirtualScreen(ScreenId screenId, uint32_t width, uint32_t height) in ResizeVirtualScreen()
|
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/include/ |
H A D | cooperate_events.h | 79 int32_t width; member
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/ |
H A D | avmetadatahelper_impl.cpp | 209 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 D | vdec_sample.cpp | 93 int32_t width = buffer->GetWidth(); in OnBufferAvailable() local
|
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/ |
H A D | hw_cast_test.cpp | 584 int32_t width = 0; variable
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/ |
H A D | mock_image_source.cpp | 337 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 D | view_abstract.cpp | 64 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 D | js_richeditor.cpp | 1358 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 D | js_view_measure_layout.cpp | 217 auto width = in GenSelfLayoutInfo() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/ |
H A D | drag_drop_manager.cpp | 134 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 D | overlay_manager_test_ng.cpp | 2027 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 D | form_task_mgr.cpp | 1430 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 D | form_render_mgr_inner.cpp | 769 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 D | node_scroll_modifier.cpp | 293 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 D | display_manager_proxy.cpp | 1590 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 D | toggle_model_ng.cpp | 233 void ToggleModelNG::SetWidth(const Dimension& width) in SetWidth()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/ |
H A D | navdestination_pattern.cpp | 462 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 D | select_model_impl.cpp | 357 void SelectModelImpl::SetSize(Dimension& width, Dimension& height) in SetSize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid/ |
H A D | render_grid.cpp | 495 double width = size.Width(); in GetCenterPosition() local
|