| /base/inputmethod/imf/frameworks/ndk/src/ |
| D | inputmethod_text_avoid_info_capi.cpp | 21 InputMethod_TextAvoidInfo *OH_TextAvoidInfo_Create(double positionY, double height) in OH_TextAvoidInfo_Create() 42 InputMethod_ErrorCode OH_TextAvoidInfo_SetHeight(InputMethod_TextAvoidInfo *info, double height) in OH_TextAvoidInfo_SetHeight() 64 InputMethod_ErrorCode OH_TextAvoidInfo_GetHeight(InputMethod_TextAvoidInfo *info, double *height) in OH_TextAvoidInfo_GetHeight()
|
| D | inputmethod_cursor_info_capi.cpp | 20 InputMethod_CursorInfo *OH_CursorInfo_Create(double left, double top, double width, double height) in OH_CursorInfo_Create() 33 InputMethod_CursorInfo *cursorInfo, double left, double top, double width, double height) in OH_CursorInfo_SetRect() 47 InputMethod_CursorInfo *cursorInfo, double *left, double *top, double *width, double *height) in OH_CursorInfo_GetRect()
|
| /base/web/webview/ohos_nweb/src/ |
| D | nweb_surface_adapter.cpp | 38 bool Handle(const char* buffer, uint32_t width, uint32_t height) override in Handle() 55 … std::shared_ptr<NWebEngineInitArgs> initArgs, uint32_t width, uint32_t height, bool incognitoMode) in GetCreateInfo() 74 bool NWebSurfaceAdapter::OutputFrameCallback(const char *buffer, uint32_t width, uint32_t height, in OutputFrameCallback() 96 …ceBuffer> NWebSurfaceAdapter::RequestBuffer(sptr<Surface> surface, uint32_t width, uint32_t height) in RequestBuffer() 130 sptr<SurfaceBuffer> surfaceBuffer, const char *src, uint32_t width, uint32_t height) in CopyFrame() 165 sptr<Surface> surface, sptr<SurfaceBuffer> surfaceBuffer, uint32_t width, uint32_t height) in FlushBuffer()
|
| D | nweb_enhance_surface_adapter.cpp | 33 bool Handle(const char* buffer, uint32_t width, uint32_t height) override in Handle() 46 … std::shared_ptr<NWebEngineInitArgs> initArgs, uint32_t width, uint32_t height, bool incognitoMode) in GetCreateInfo()
|
| /base/security/security_component_manager/test/fuzztest/security_component/common/ |
| D | fuzz_common.cpp | 34 bool GetScreenSize(double& width, double& height) in GetScreenSize() 202 double height; in ConstructRandomRect() local 224 double height; in ConstructButtonRect() local
|
| /base/inputmethod/imf/frameworks/native/inputmethod_ability/include/ |
| D | panel_status_listener.h | 24 uint32_t height = 0; member
|
| /base/web/webview/ohos_adapter/media_adapter/src/ |
| D | codec_format_adapter_impl.cpp | 35 void CodecFormatAdapterImpl::SetHeight(int32_t height) in SetHeight()
|
| D | capability_data_adapter_impl.cpp | 40 void CapabilityDataAdapterImpl::SetMaxHeight(int32_t height) in SetMaxHeight()
|
| /base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
| D | ark_web_touch_handle_hot_zone_wrapper.cpp | 32 void ArkWebTouchHandleHotZoneWrapper::SetHeight(double height) in SetHeight()
|
| D | ark_web_output_frame_callback_impl.cpp | 27 bool ArkWebOutputFrameCallbackImpl::Handle(const char* buffer, uint32_t width, uint32_t height) in Handle()
|
| /base/inputmethod/imf/frameworks/native/inputmethod_controller/include/ |
| D | sys_panel_status.h | 30 uint32_t height = 0; member
|
| /base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
| D | ark_web_touch_handle_hot_zone_impl.cpp | 32 void ArkWebTouchHandleHotZoneImpl::SetHeight(double height) in SetHeight()
|
| D | ark_web_output_frame_callback_wrapper.cpp | 27 bool ArkWebOutputFrameCallbackWrapper::Handle(const char* buffer, uint32_t width, uint32_t height) in Handle()
|
| D | ark_web_drag_data_impl.cpp | 76 bool ArkWebDragDataImpl::GetPixelMapSetting(const void** data, size_t& len, int& width, int& height) in GetPixelMapSetting() 81 bool ArkWebDragDataImpl::SetPixelMapSetting(const void* data, size_t len, int width, int height) in SetPixelMapSetting()
|
| /base/inputmethod/imf/frameworks/native/inputmethod_ability/src/ |
| D | input_method_panel.cpp | 175 void InputMethodPanel::SetResizeParams(uint32_t width, uint32_t height) in SetResizeParams() 201 int32_t InputMethodPanel::Resize(uint32_t width, uint32_t height) in Resize() 652 int32_t InputMethodPanel::SetTextFieldAvoidInfo(double positionY, double height) in SetTextFieldAvoidInfo() 912 bool InputMethodPanel::IsSizeValid(uint32_t width, uint32_t height) in IsSizeValid() 1004 auto height = defaultDisplay->GetHeight(); in GetDisplaySize() local 1022 auto height = defaultDisplay->GetHeight(); in IsDisplayPortrait() local 1026 bool InputMethodPanel::CheckSize(PanelFlag panelFlag, uint32_t width, uint32_t height, bool isDataP… in CheckSize() 1036 bool InputMethodPanel::IsSizeValid(PanelFlag panelFlag, uint32_t width, uint32_t height, int32_t di… in IsSizeValid()
|
| /base/web/webview/test/fuzztest/ohos_adapter/media_adapter/codecformatadapterimpl_fuzzer/ |
| D | codecformatadapterimpl_fuzzer.cpp | 32 int32_t height = static_cast<int32_t>(size); in CreateLocationProxyAdapterFuzzTest() local
|
| /base/web/webview/test/fuzztest/ohos_adapter/media_adapter/capabilitydataadapterimpl_fuzzer/ |
| D | capabilitydataadapterimpl_fuzzer.cpp | 33 int32_t height = static_cast<int32_t>(size); in CapabilityDataAdapterImplFuzzTest() local
|
| /base/web/webview/ohos_nweb/include/ |
| D | nweb_adapter_common.h | 26 uint32_t height = 0; member
|
| /base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
| D | ark_decoder_format_adapter_wrapper.cpp | 45 void ArkDecoderFormatAdapterWrapper::SetHeight(int32_t height) in SetHeight()
|
| /base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
| D | ark_decoder_format_adapter_impl.cpp | 44 void ArkDecoderFormatAdapterImpl::SetHeight(int32_t height) in SetHeight()
|
| /base/update/updater/test/unittest/updater_ui_test/view/ |
| D | ui_graphic_engine_unittest.cpp | 50 uint16_t height = OHOS::Screen::GetInstance().GetHeight(); variable
|
| /base/web/webview/test/fuzztest/ohos_adapter/media_adapter/mediacodecdecoderadapterimpl_fuzzer/ |
| D | mediacodecdecoderadapterimpl_fuzzer.cpp | 35 void OnStreamChanged(int32_t width, int32_t height, double frameRate) override {} in OnStreamChanged() 77 int32_t height; member in OHOS::DecoderFormatAdapterMock
|
| /base/web/webview/ohos_adapter/camera_adapter/src/ |
| D | format_adapter_impl.cpp | 45 void FormatAdapterImpl::SetHeight(uint32_t height) in SetHeight()
|
| D | format_adapter_mock.cpp | 44 void FormatAdapterImpl::SetHeight(uint32_t height) in SetHeight()
|
| /base/web/webview/test/fuzztest/ohos_nweb/copyframe_fuzzer/ |
| D | copyframe_fuzzer.cpp | 39 uint32_t height; in CopyFrameFuzzTest() local
|