Home
last modified time | relevance | path

Searched defs:width (Results 1 – 25 of 123) sorted by relevance

12345

/base/inputmethod/imf/frameworks/ndk/src/
Dinputmethod_cursor_info_capi.cpp20 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/
Dnweb_surface_adapter.cpp38 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 sptr<SurfaceBuffer> NWebSurfaceAdapter::RequestBuffer(sptr<Surface> surface, uint32_t width, uint32… 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()
Dnweb_enhance_surface_adapter.cpp33 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/
Dfuzz_common.cpp34 bool GetScreenSize(double& width, double& height) in GetScreenSize()
207 double width; in ConstructRandomRect() local
229 double width; in ConstructButtonRect() local
/base/web/webview/ohos_adapter/media_adapter/src/
Dcodec_format_adapter_impl.cpp30 void CodecFormatAdapterImpl::SetWidth(int32_t width) in SetWidth()
Dcapability_data_adapter_impl.cpp35 void CapabilityDataAdapterImpl::SetMaxWidth(int32_t width) in SetMaxWidth()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
Dark_web_output_frame_callback_wrapper.cpp27 bool ArkWebOutputFrameCallbackWrapper::Handle(const char* buffer, uint32_t width, uint32_t height) in Handle()
Dark_web_touch_handle_hot_zone_impl.cpp27 void ArkWebTouchHandleHotZoneImpl::SetWidth(double width) in SetWidth()
Dark_web_drag_data_impl.cpp76 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_controller/include/
Dsys_panel_status.h29 uint32_t width = 0; member
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
Dark_web_touch_handle_hot_zone_wrapper.cpp27 void ArkWebTouchHandleHotZoneWrapper::SetWidth(double width) in SetWidth()
Dark_web_output_frame_callback_impl.cpp27 bool ArkWebOutputFrameCallbackImpl::Handle(const char* buffer, uint32_t width, uint32_t height) in Handle()
/base/web/webview/test/fuzztest/ohos_adapter/media_adapter/codecformatadapterimpl_fuzzer/
Dcodecformatadapterimpl_fuzzer.cpp31 int32_t width = static_cast<int32_t>(size); in CreateLocationProxyAdapterFuzzTest() local
/base/web/webview/test/fuzztest/ohos_adapter/media_adapter/capabilitydataadapterimpl_fuzzer/
Dcapabilitydataadapterimpl_fuzzer.cpp32 int32_t width = static_cast<int32_t>(size); in CapabilityDataAdapterImplFuzzTest() local
/base/web/webview/ohos_nweb/include/
Dnweb_adapter_common.h25 uint32_t width = 0; member
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
Dark_decoder_format_adapter_impl.cpp39 void ArkDecoderFormatAdapterImpl::SetWidth(int32_t width) in SetWidth()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
Dark_decoder_format_adapter_wrapper.cpp40 void ArkDecoderFormatAdapterWrapper::SetWidth(int32_t width) in SetWidth()
/base/update/updater/test/unittest/updater_ui_test/view/
Dui_graphic_engine_unittest.cpp51 uint16_t width = OHOS::Screen::GetInstance().GetWidth(); variable
/base/web/webview/test/fuzztest/ohos_adapter/media_adapter/mediacodecdecoderadapterimpl_fuzzer/
Dmediacodecdecoderadapterimpl_fuzzer.cpp35 void OnStreamChanged(int32_t width, int32_t height, double frameRate) override {} in OnStreamChanged()
76 int32_t width; member in OHOS::DecoderFormatAdapterMock
/base/web/webview/ohos_adapter/camera_adapter/src/
Dformat_adapter_impl.cpp40 void FormatAdapterImpl::SetWidth(uint32_t width) in SetWidth()
Dformat_adapter_mock.cpp40 void FormatAdapterImpl::SetWidth(uint32_t width) in SetWidth()
/base/web/webview/test/fuzztest/ohos_nweb/copyframe_fuzzer/
Dcopyframe_fuzzer.cpp38 uint32_t width; in CopyFrameFuzzTest() local
/base/web/webview/test/fuzztest/ohos_nweb/requestbuffer_fuzzer/
Drequestbuffer_fuzzer.cpp43 uint32_t width; in RequestBufferFuzzTest() local
/base/powermgr/battery_manager/charger/src/
Dcharger_animation.cpp62 constexpr std::size_t width = 2ul; in StrToColor() local
112 auto width = ChargerGraphicEngine::GetInstance().GetScreenWidth(); in InitAllComponents() local
/base/web/webview/test/fuzztest/ohos_nweb/flushbuffer_fuzzer/
Dflushbuffer_fuzzer.cpp43 uint32_t width; in FlushBufferFuzzTest() local

12345