Home
last modified time | relevance | path

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

1234

/base/web/webview/ohos_nweb/src/
Dnweb_surface_adapter.cpp41 uint32_t height, in GetCreateInfo()
72 …_render_frame = [surfaceWeak, this] (const char *buffer, uint32_t width, uint32_t height) -> bool { in GetRenderInterface()
93 …ceBuffer> NWebSurfaceAdapter::RequestBuffer(sptr<Surface> surface, uint32_t width, uint32_t height) in RequestBuffer()
127 sptr<SurfaceBuffer> surfaceBuffer, const char *src, uint32_t width, uint32_t height) in CopyFrame()
162 sptr<Surface> surface, sptr<SurfaceBuffer> surfaceBuffer, uint32_t width, uint32_t height) in FlushBuffer()
Dnweb_enhance_surface_adapter.cpp37 uint32_t height, in GetCreateInfo()
60 …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/print/print_fwk/frameworks/models/print_models/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/requestbuffer_fuzzer/
Drequestbuffer_fuzzer.cpp44 uint32_t height; in RequestBufferFuzzTest() local
/base/web/webview/test/fuzztest/ohos_nweb/copyframe_fuzzer/
Dcopyframe_fuzzer.cpp39 uint32_t height; in CopyFrameFuzzTest() local
/base/web/webview/test/fuzztest/ohos_nweb/flushbuffer_fuzzer/
Dflushbuffer_fuzzer.cpp44 uint32_t height; in FlushBufferFuzzTest() local
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
Dinput_window_info.h35 uint32_t height; // the height of inputWindow member
Dinput_method_utils.h109 double height = -1.0; member
167 double height = 0; variable
176 double height = 0; member
/base/msdp/device_status/services/native/test/unittest/src/
Ddrag_data_manager_test.cpp59 std::shared_ptr<Media::PixelMap> DragDataManagerTest::CreatePixelMap(int32_t width, int32_t height) in CreatePixelMap()
218 int32_t height = 0; variable
246 int32_t height = 0; variable
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
Dinput_method_panel.cpp116 int32_t InputMethodPanel::Resize(uint32_t width, uint32_t height) in Resize()
212 int32_t InputMethodPanel::SetTextFieldAvoidInfo(double positionY, double height) in SetTextFieldAvoidInfo()
393 bool InputMethodPanel::IsSizeValid(uint32_t width, uint32_t height) in IsSizeValid()
Dinput_method_agent_stub.cpp58 int32_t height = data.ReadInt32(); in OnRemoteRequest() local
117 void InputMethodAgentStub::OnCursorUpdate(int32_t positionX, int32_t positionY, int height) in OnCursorUpdate()
/base/web/webview/ohos_adapter/graphic_adapter/src/
Dwindow_adapter_impl.cpp53 int32_t height = va_arg(args, int32_t); in NativeWindowHandleOpt() local
/base/inputmethod/imf/services/dialog/entry/src/main/ets/ServiceExtAbility/
DServiceExtAbility.ts34 height: number; property
/base/print/print_fwk/frameworks/helper/print_helper/src/
Dprint_page_size_helper.cpp50 uint32_t height = NapiPrintUtils::GetUint32Property(env, jsValue, PARAM_PAGESIZE_HEIGHT); in BuildFromJs() local
/base/inputmethod/imf/test/common/src/
Dtext_listener.cpp144 void TextListener::NotifyKeyboardHeight(uint32_t height) in NotifyKeyboardHeight()
184 bool TextListener::WaitNotifyKeyboardHeightCallback(uint32_t height) in WaitNotifyKeyboardHeightCallback()
/base/msdp/device_status/test/fuzztest/updateshadowpic_fuzzer/
Dupdateshadowpic_fuzzer.cpp36 std::shared_ptr<Media::PixelMap> CreatePixelMap(int32_t width, int32_t height) in CreatePixelMap()
/base/msdp/device_status/test/fuzztest/startdrag_fuzzer/
Dstartdrag_fuzzer.cpp36 std::shared_ptr<Media::PixelMap> CreatePixelMap(int32_t width, int32_t height) in CreatePixelMap()
/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.h54 uint32_t height = 0; member
/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/src/
Dprint_manager_client.cpp455 static bool CheckDimensions(int stride, int width, int height) in CheckDimensions()
466 static std::vector<uint8_t> EncodePng(pdfium::span<const uint8_t> input, int height, int width, int… in EncodePng()
492 static bool WritePng(std::string imagePath, void *buffer, int width, int height, int stride) in WritePng()
522 static ScopedFPDFBitmap BitmapInit(FPDF_PAGE page, uint32_t width, uint32_t height) in BitmapInit()
593 …32_t PrintManagerClient::GetPdfPageSize(const int32_t pageIndex, uint32_t &width, uint32_t &height, in GetPdfPageSize()
645 uint32_t height = static_cast<uint32_t>(FPDF_GetPageHeight(page) * SCALING_RATE); in RenderPdfToPng() local
/base/web/webview/ohos_adapter/interfaces/
Dmedia_codec_decoder_adapter.h37 int32_t height; member
Dpasteboard_client_adapter.h51 int32_t height; member
/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
Dinput_method_controller.h56 virtual void NotifyKeyboardHeight(uint32_t height) in NotifyKeyboardHeight()
/base/security/security_component_manager/services/security_component_service/sa/sa_main/
Dsec_comp_info_helper.cpp76 static bool GetScreenSize(double& width, double& height) in GetScreenSize()

1234