Home
last modified time | relevance | path

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

1234

/base/web/webview/ohos_nweb/src/
Dnweb_surface_adapter.cpp41 uint32_t height) in GetCreateInfo()
70 …_render_frame = [surfaceWeak, this] (const char *buffer, uint32_t width, uint32_t height) -> bool { in GetRenderInterface()
91 …ceBuffer> NWebSurfaceAdapter::RequestBuffer(sptr<Surface> surface, uint32_t width, uint32_t height) in RequestBuffer()
125 sptr<SurfaceBuffer> surfaceBuffer, const char *src, uint32_t width, uint32_t height) in CopyFrame()
160 sptr<Surface> surface, sptr<SurfaceBuffer> surfaceBuffer, uint32_t width, uint32_t height) in FlushBuffer()
Dnweb_enhance_surface_adapter.cpp37 uint32_t height) in GetCreateInfo()
58 …createInfo.output_render_frame = [] (const char *buffer, uint32_t width, uint32_t height) -> bool { in GetRenderInterface()
/base/web/webview/ohos_nweb/include/
Dnweb_adapter_common.h26 uint32_t height = 0; member
/base/msdp/device_status/test/fuzztest/getshadowoffset_fuzzer/
Dgetshadowoffset_fuzzer.cpp34 int32_t height = 0; in GetShadowOffsetFuzzTest() local
/base/print/print_fwk/frameworks/innerkitsimpl/src/
Dprint_page_size.cpp28 …intPageSize::PrintPageSize(PAGE_SIZE_ID id, DiscretePageName name, uint32_t width, uint32_t height) in PrintPageSize()
95 void PrintPageSize::SetHeight(uint32_t height) in SetHeight()
/base/web/webview/test/fuzztest/ohos_nweb/copyframe_fuzzer/
Dcopyframe_fuzzer.cpp39 uint32_t height; in DoSomethingInterestingWithMyAPI() local
/base/web/webview/test/fuzztest/ohos_nweb/requestbuffer_fuzzer/
Drequestbuffer_fuzzer.cpp44 uint32_t height; in DoSomethingInterestingWithMyAPI() local
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
Dinput_window_info.h34 uint32_t height; // the height of inputWindow member
/base/web/webview/test/fuzztest/ohos_nweb/flushbuffer_fuzzer/
Dflushbuffer_fuzzer.cpp44 uint32_t height; in DoSomethingInterestingWithMyAPI() local
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
Dinput_method_agent_stub.cpp58 int32_t height = data.ReadInt32(); in OnRemoteRequest() local
111 void InputMethodAgentStub::OnCursorUpdate(int32_t positionX, int32_t positionY, int height) in OnCursorUpdate()
Dinput_method_agent_proxy.cpp39 void InputMethodAgentProxy::OnCursorUpdate(int32_t positionX, int32_t positionY, int32_t height) in OnCursorUpdate()
/base/web/webview/ohos_adapter/graphic_adapter/src/
Dwindow_adapter_impl.cpp51 int32_t height = va_arg(args, int32_t); in NativeWindowHandleOpt() local
/base/inputmethod/imf/test/unittest/napi_test/src/
DInputMethodWithAttachTest.js201 let cursorInfo = { left: 100, top: 110, width: 600, height: 800 }; property
231 let cursorInfo = { left: 100, top: 110, width: 600, height: 800 }; property
/base/print/print_fwk/frameworks/helper/src/
Dprint_page_size_helper.cpp54 uint32_t height = NapiPrintUtils::GetUint32Property(env, jsValue, PARAM_PAGESIZE_HEIGHT); in BuildFromJs() local
/base/msdp/device_status/test/fuzztest/updateshadowpic_fuzzer/
Dupdateshadowpic_fuzzer.cpp50 std::shared_ptr<Media::PixelMap> CreatePixelMap(int32_t width, int32_t height) in CreatePixelMap()
/base/web/webview/ohos_adapter/interfaces/
Dpasteboard_client_adapter.h44 int32_t height; member
/base/update/updater/services/ui/view/page/
Dbase_page.cpp29 BasePage::BasePage(int16_t width, int16_t height) in BasePage()
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
Djs_panel.h53 uint32_t height = 0; member
/base/msdp/device_status/test/fuzztest/startdrag_fuzzer/
Dstartdrag_fuzzer.cpp52 std::shared_ptr<Media::PixelMap> CreatePixelMap(int32_t width, int32_t height) in CreatePixelMap()
/base/telephony/cellular_call/services/connection/src/
Dconfig_request.cpp160 …figRequest::SetPreviewWindowRequest(int32_t x, int32_t y, int32_t z, int32_t width, int32_t height) in SetPreviewWindowRequest()
170 …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/setpreviewwindow_fuzzer/
Dsetpreviewwindow_fuzzer.cpp74 int32_t height = static_cast<int32_t>(size); in SetPreviewWindow() local
99 int32_t height = static_cast<int32_t>(size); in SetDisplayWindow() local
/base/security/security_component_manager/services/security_component_service/sa/sa_main/
Dsec_comp_info_helper.cpp64 static bool GetScreenSize(double& width, double& height) in GetScreenSize()
/base/telephony/cellular_call/test/fuzztest/imsclient_fuzzer/
Dimsclient_fuzzer.cpp101 int32_t height = static_cast<int32_t>(size % 5); in TestImsCallClientWithSlotAndType() local
217 int32_t height = static_cast<int32_t>(size % 5); in TestImsCallProxyWithSlotAndType() local
/base/msdp/device_status/frameworks/native/interaction/src/
Ddrag_manager_impl.cpp173 …agManagerImpl::GetShadowOffset(int32_t& offsetX, int32_t& offsetY, int32_t& width, int32_t& height) in GetShadowOffset()
Dinteraction_manager.cpp111 …actionManager::GetShadowOffset(int32_t& offsetX, int32_t& offsetY, int32_t& width, int32_t& height) in GetShadowOffset()

1234