Home
last modified time | relevance | path

Searched defs:height (Results 1 – 25 of 80) sorted by relevance

1234

/base/web/webview/ohos_nweb/src/
Dnweb_surface_adapter.cpp42 uint32_t height) in GetCreateInfo()
71 …_render_frame = [surfaceWeak, this] (const char *buffer, uint32_t width, uint32_t height) -> bool { in GetRenderInterface()
92 …ceBuffer> NWebSurfaceAdapter::RequestBuffer(sptr<Surface> surface, uint32_t width, uint32_t height) in RequestBuffer()
126 sptr<SurfaceBuffer> surfaceBuffer, const char *src, uint32_t width, uint32_t height) in CopyFrame()
161 sptr<Surface> surface, sptr<SurfaceBuffer> surfaceBuffer, uint32_t width, uint32_t height) in FlushBuffer()
Dnweb_enhance_surface_adapter.cpp38 uint32_t height) in GetCreateInfo()
59 …createInfo.output_render_frame = [] (const char *buffer, uint32_t width, uint32_t height) -> bool { in GetRenderInterface()
Dnweb_helper.cpp328 uint32_t height) in CreateNWeb()
349 uint32_t height) in CreateNWeb()
/base/useriam/face_auth/ui/Settings_FaceAuth/.idea/previewer/
DpreviewConfigV2.json11 "height": 2340, number
22 "height": 2480, number
/base/web/webview/ohos_nweb/include/
Dnweb_adapter_common.h26 uint32_t height = 0; member
/base/inputmethod/imf/frameworks/inputmethod_ability/src/
Dinput_method_agent_stub.cpp58 int32_t height = data.ReadInt32(); in OnRemoteRequest() local
99 void InputMethodAgentStub::OnCursorUpdate(int32_t positionX, int32_t positionY, int height) in OnCursorUpdate()
Dinput_method_agent_proxy.cpp41 void InputMethodAgentProxy::OnCursorUpdate(int32_t positionX, int32_t positionY, int32_t height) in OnCursorUpdate()
/base/web/webview/test/fuzztest/ohos_nweb/requestbuffer_fuzzer/
Drequestbuffer_fuzzer.cpp112 int height = HasArg(ARG_HEIGHT) ? GetNumFromArgs(ARG_HEIGHT) : DEFAULT_HEIGHT; in CreateWindow() local
128 uint32_t height; in DoSomethingInterestingWithMyAPI() local
/base/web/webview/test/fuzztest/ohos_nweb/flushbuffer_fuzzer/
Dflushbuffer_fuzzer.cpp112 int height = HasArg(ARG_HEIGHT) ? GetNumFromArgs(ARG_HEIGHT) : DEFAULT_HEIGHT; in CreateWindow() local
146 uint32_t height; in DoSomethingInterestingWithMyAPI() local
/base/web/webview/test/fuzztest/ohos_nweb/copyframe_fuzzer/
Dcopyframe_fuzzer.cpp112 int height = HasArg(ARG_HEIGHT) ? GetNumFromArgs(ARG_HEIGHT) : DEFAULT_HEIGHT; in CreateWindow() local
132 uint32_t height; in DoSomethingInterestingWithMyAPI() local
/base/web/webview/test/ohos_nweb/
Dnweb_handler_impl_test.cpp52 void RgbaToRgb(char* buf, int width, int height) in RgbaToRgb()
76 void WriteToBmp(const std::string& filename, char* buf, int width, int height) in WriteToBmp()
102 void DumpToBmp(const std::string& filename, char* buf, int width, int height) in DumpToBmp()
194 size_t height, in OnPageIcon()
/base/web/webview/ohos_adapter/interfaces/
Dpasteboard_client_adapter.h44 int32_t height; member
Dimf_adapter.h46 double height = 0.0; member
/base/update/updater/services/ui/view/page/
Dbase_page.cpp29 BasePage::BasePage(int16_t width, int16_t height) in BasePage()
/base/telephony/cellular_call/services/connection/src/
Dconfig_request.cpp148 …figRequest::SetPreviewWindowRequest(int32_t x, int32_t y, int32_t z, int32_t width, int32_t height) in SetPreviewWindowRequest()
158 …figRequest::SetDisplayWindowRequest(int32_t x, int32_t y, int32_t z, int32_t width, int32_t height) in SetDisplayWindowRequest()
/base/telephony/cellular_call/test/fuzztest/imsclient_fuzzer/
Dimsclient_fuzzer.cpp101 int32_t height = static_cast<int32_t>(size % 5); in TestImsCallClientWithSlotAndType() local
216 int32_t height = static_cast<int32_t>(size % 5); in TestImsCallProxyWithSlotAndType() local
/base/web/webview/test/unittest/common/
Dnweb_create_window.cpp102 int height = HasArg(ARG_HEIGHT) ? GetNumFromArgs(ARG_HEIGHT) : DEFAULT_HEIGHT; in CreateWindow() local
/base/web/webview/test/fuzztest/executejavascript_fuzzer/
Dexecutejavascript_fuzzer.cpp116 int height = HasArg(ARG_HEIGHT) ? GetNumFromArgs(ARG_HEIGHT) : DEFAULT_HEIGHT; in CreateWindow() local
/base/telephony/cellular_call/test/fuzztest/setpreviewwindow_fuzzer/
Dsetpreviewwindow_fuzzer.cpp76 int32_t height = static_cast<int32_t>(size); in SetPreviewWindow() local
102 int32_t height = static_cast<int32_t>(size); in SetDisplayWindow() local
/base/web/webview/test/fuzztest/loadurl_fuzzer/
Dloadurl_fuzzer.cpp109 int height = HasArg(ARG_HEIGHT) ? GetNumFromArgs(ARG_HEIGHT) : DEFAULT_HEIGHT; in CreateWindow() local
/base/web/webview/test/fuzztest/unregisterarkjsfunction_fuzzer/
Dunregisterarkjsfunction_fuzzer.cpp109 int height = HasArg(ARG_HEIGHT) ? GetNumFromArgs(ARG_HEIGHT) : DEFAULT_HEIGHT; in CreateWindow() local
/base/web/webview/test/unittest/ohos_adapter_helper/
Dohos_adapter_helper_test.cpp110 uint32_t height = 1; variable
/base/web/webview/test/fuzztest/ohos_nweb/requestvsync_fuzzer/
Drequestvsync_fuzzer.cpp114 int height = HasArg(ARG_HEIGHT) ? GetNumFromArgs(ARG_HEIGHT) : DEFAULT_HEIGHT; in CreateWindow() local
/base/web/webview/test/fuzztest/cannavigatebackorforward_fuzzer/
Dcannavigatebackorforward_fuzzer.cpp109 int height = HasArg(ARG_HEIGHT) ? GetNumFromArgs(ARG_HEIGHT) : DEFAULT_HEIGHT; in CreateWindow() local
/base/web/webview/test/fuzztest/oninputaxisevent_fuzzer/
Doninputaxisevent_fuzzer.cpp109 int height = HasArg(ARG_HEIGHT) ? GetNumFromArgs(ARG_HEIGHT) : DEFAULT_HEIGHT; in CreateWindow() local

1234