Home
last modified time | relevance | path

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

123456

/base/inputmethod/imf/frameworks/ndk/src/
Dinputmethod_text_avoid_info_capi.cpp21 InputMethod_TextAvoidInfo *OH_TextAvoidInfo_Create(double positionY, double height) in OH_TextAvoidInfo_Create()
42 InputMethod_ErrorCode OH_TextAvoidInfo_SetHeight(InputMethod_TextAvoidInfo *info, double height) in OH_TextAvoidInfo_SetHeight()
64 InputMethod_ErrorCode OH_TextAvoidInfo_GetHeight(InputMethod_TextAvoidInfo *info, double *height) in OH_TextAvoidInfo_GetHeight()
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 …ceBuffer> NWebSurfaceAdapter::RequestBuffer(sptr<Surface> surface, uint32_t width, uint32_t height) 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/print/print_fwk/frameworks/helper/print_helper/src/
Dprint_page_size_helper.cpp40 const uint32_t width, const uint32_t height) in GetCustomPageNameFromMilSize()
64 uint32_t height = NapiPrintUtils::GetUint32Property(env, jsValue, PARAM_PAGESIZE_HEIGHT); in BuildFromJs() local
/base/inputmethod/imf/services/dialog/entry/src/main/ets/ServiceExtAbility/
DServiceExtAbility.ts35 height: number; property
47 height: MIN_SIZE constant
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
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()
Dark_web_touch_handle_hot_zone_impl.cpp32 void ArkWebTouchHandleHotZoneImpl::SetHeight(double height) in SetHeight()
Dark_web_output_frame_callback_wrapper.cpp27 bool ArkWebOutputFrameCallbackWrapper::Handle(const char* buffer, uint32_t width, uint32_t height) in Handle()
/base/customization/enterprise_device_management/services/edm/include/persistent_plugin/watermark/
Dwatermark_image_type.h25 int32_t height; member
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
Dark_web_touch_handle_hot_zone_wrapper.cpp32 void ArkWebTouchHandleHotZoneWrapper::SetHeight(double height) in SetHeight()
Dark_web_output_frame_callback_impl.cpp27 bool ArkWebOutputFrameCallbackImpl::Handle(const char* buffer, uint32_t width, uint32_t height) in Handle()
/base/web/webview/ohos_adapter/media_adapter/src/
Dcodec_format_adapter_impl.cpp35 void CodecFormatAdapterImpl::SetHeight(int32_t height) in SetHeight()
Dcapability_data_adapter_impl.cpp40 void CapabilityDataAdapterImpl::SetMaxHeight(int32_t height) in SetMaxHeight()
/base/web/webview/test/unittest/ohos_adapter/media_adapter_test/
Dcodec_format_adapter_impl_test.cpp54 int32_t height = 720; variable
/base/web/webview/ohos_nweb/include/
Dnweb_adapter_common.h26 uint32_t height = 0; member
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
Dsys_panel_status.h30 uint32_t height = 0; member
/base/web/webview/test/fuzztest/ohos_adapter/media_adapter/codecformatadapterimpl_fuzzer/
Dcodecformatadapterimpl_fuzzer.cpp36 int32_t height = dataProvider.ConsumeIntegralInRange<int32_t>(0, MAX_SET_NUMBER); in CreateLocationProxyAdapterFuzzTest() local
/base/web/webview/test/fuzztest/ohos_adapter/media_adapter/mediacodecdecoderadapterimpl_fuzzer/
Dmediacodecdecoderadapterimpl_fuzzer.cpp40 void OnStreamChanged(int32_t width, int32_t height, double frameRate) override {} in OnStreamChanged()
82 int32_t height; member in OHOS::DecoderFormatAdapterMock
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
Dark_decoder_format_adapter_impl.cpp44 void ArkDecoderFormatAdapterImpl::SetHeight(int32_t height) in SetHeight()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
Dark_decoder_format_adapter_wrapper.cpp45 void ArkDecoderFormatAdapterWrapper::SetHeight(int32_t height) in SetHeight()
/base/update/updater/test/unittest/updater_ui_test/view/
Dui_graphic_engine_unittest.cpp51 uint16_t height = OHOS::Screen::GetInstance().GetHeight(); variable
/base/web/webview/test/fuzztest/ohos_adapter/media_adapter/capabilitydataadapterimpl_fuzzer/
Dcapabilitydataadapterimpl_fuzzer.cpp37 int32_t height = dataProvider.ConsumeIntegralInRange<int32_t>(0, MAX_SET_NUMBER); in CapabilityDataAdapterImplFuzzTest() local
/base/web/webview/ohos_adapter/camera_adapter/src/
Dformat_adapter_mock.cpp44 void FormatAdapterImpl::SetHeight(uint32_t height) in SetHeight()
Dformat_adapter_impl.cpp45 void FormatAdapterImpl::SetHeight(uint32_t height) in SetHeight()

123456