Home
last modified time | relevance | path

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

1234

/base/web/webview/ohos_nweb/src/
Dnweb_enhance_surface_adapter.cpp37 uint32_t width, in GetCreateInfo()
50 uint32_t width, in GetSize()
59 …createInfo.output_render_frame = [] (const char *buffer, uint32_t width, uint32_t height) -> bool { in GetRenderInterface()
Dnweb_surface_adapter.cpp41 uint32_t width, in GetCreateInfo()
58 uint32_t width, in GetSize()
71 …createInfo.output_render_frame = [surfaceWeak, this] (const char *buffer, uint32_t width, uint32_t… in GetRenderInterface()
92 sptr<SurfaceBuffer> NWebSurfaceAdapter::RequestBuffer(sptr<Surface> surface, uint32_t width, uint32… 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_helper.cpp327 … NWebAdapterHelper::CreateNWeb(sptr<Surface> surface, const NWebInitArgs &initArgs, uint32_t width, in CreateNWeb()
348 uint32_t width, in CreateNWeb()
/base/useriam/face_auth/ui/Settings_FaceAuth/.idea/previewer/
DpreviewConfigV2.json10 "width": 1080, number
21 "width": 2200, number
/base/web/webview/ohos_nweb/include/
Dnweb_adapter_common.h25 uint32_t width = 0; member
/base/web/webview/test/fuzztest/ohos_nweb/requestbuffer_fuzzer/
Drequestbuffer_fuzzer.cpp111 int width = HasArg(ARG_WIDTH) ? GetNumFromArgs(ARG_WIDTH) : DEFAULT_WIDTH; in CreateWindow() local
127 uint32_t width; in DoSomethingInterestingWithMyAPI() local
/base/web/webview/test/fuzztest/ohos_nweb/flushbuffer_fuzzer/
Dflushbuffer_fuzzer.cpp111 int width = HasArg(ARG_WIDTH) ? GetNumFromArgs(ARG_WIDTH) : DEFAULT_WIDTH; in CreateWindow() local
145 uint32_t width; in DoSomethingInterestingWithMyAPI() local
/base/web/webview/test/fuzztest/ohos_nweb/copyframe_fuzzer/
Dcopyframe_fuzzer.cpp111 int width = HasArg(ARG_WIDTH) ? GetNumFromArgs(ARG_WIDTH) : DEFAULT_WIDTH; in CreateWindow() local
131 uint32_t width; 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()
193 size_t width, in OnPageIcon()
/base/update/updater/services/ui/view/
Dview_api.cpp74 constexpr std::size_t width = 2ul; in StrToColor() local
/base/web/webview/ohos_adapter/interfaces/
Dpasteboard_client_adapter.h43 int32_t width; member
Dimf_adapter.h45 double width = 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 int32_t ConfigRequest::SetPreviewWindowRequest(int32_t x, int32_t y, int32_t z, int32_t width, int3… in SetPreviewWindowRequest()
158 int32_t ConfigRequest::SetDisplayWindowRequest(int32_t x, int32_t y, int32_t z, int32_t width, int3… in SetDisplayWindowRequest()
/base/telephony/cellular_call/test/fuzztest/imsclient_fuzzer/
Dimsclient_fuzzer.cpp100 int32_t width = static_cast<int32_t>(size % 4); in TestImsCallClientWithSlotAndType() local
215 int32_t width = static_cast<int32_t>(size % 4); in TestImsCallProxyWithSlotAndType() local
/base/startup/hvb/libhvb/include/
Dhvb_crypto.h35 uint32_t width; member
/base/web/webview/test/unittest/common/
Dnweb_create_window.cpp101 int width = HasArg(ARG_WIDTH) ? GetNumFromArgs(ARG_WIDTH) : DEFAULT_WIDTH; in CreateWindow() local
/base/web/webview/test/fuzztest/executejavascript_fuzzer/
Dexecutejavascript_fuzzer.cpp115 int width = HasArg(ARG_WIDTH) ? GetNumFromArgs(ARG_WIDTH) : DEFAULT_WIDTH; in CreateWindow() local
/base/telephony/cellular_call/test/fuzztest/setpreviewwindow_fuzzer/
Dsetpreviewwindow_fuzzer.cpp75 int32_t width = static_cast<int32_t>(size); in SetPreviewWindow() local
101 int32_t width = static_cast<int32_t>(size); in SetDisplayWindow() local
/base/web/webview/test/fuzztest/loadurl_fuzzer/
Dloadurl_fuzzer.cpp108 int width = HasArg(ARG_WIDTH) ? GetNumFromArgs(ARG_WIDTH) : DEFAULT_WIDTH; in CreateWindow() local
/base/web/webview/test/fuzztest/unregisterarkjsfunction_fuzzer/
Dunregisterarkjsfunction_fuzzer.cpp108 int width = HasArg(ARG_WIDTH) ? GetNumFromArgs(ARG_WIDTH) : DEFAULT_WIDTH; in CreateWindow() local
/base/web/webview/test/unittest/ohos_adapter_helper/
Dohos_adapter_helper_test.cpp109 uint32_t width = 1; variable
/base/web/webview/test/fuzztest/ohos_nweb/requestvsync_fuzzer/
Drequestvsync_fuzzer.cpp113 int width = HasArg(ARG_WIDTH) ? GetNumFromArgs(ARG_WIDTH) : DEFAULT_WIDTH; in CreateWindow() local
/base/web/webview/test/fuzztest/cannavigatebackorforward_fuzzer/
Dcannavigatebackorforward_fuzzer.cpp108 int width = HasArg(ARG_WIDTH) ? GetNumFromArgs(ARG_WIDTH) : DEFAULT_WIDTH; in CreateWindow() local
/base/web/webview/test/fuzztest/oninputaxisevent_fuzzer/
Doninputaxisevent_fuzzer.cpp108 int width = HasArg(ARG_WIDTH) ? GetNumFromArgs(ARG_WIDTH) : DEFAULT_WIDTH; in CreateWindow() local

1234