Searched refs:OH_CursorInfo_SetRect (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/inputmethod/imf/interfaces/kits/c/ |
H A D | inputmethod_cursor_info_capi.h | 85 InputMethod_ErrorCode OH_CursorInfo_SetRect(
|
/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/ |
H A D | inputmethod_cursor_info_capi.cpp | 32 InputMethod_ErrorCode OH_CursorInfo_SetRect( in OH_CursorInfo_SetRect() function
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ime-kit/ |
H A D | inputmethod__cursor__info__capi_8h.md | 33 | [InputMethod_ErrorCode](_input_method.md#inputmethod_errorcode) [OH_CursorInfo_SetRect](_input_me…
|
H A D | _input_method.md | 88 | [InputMethod_ErrorCode](#inputmethod_errorcode) [OH_CursorInfo_SetRect](#oh_cursorinfo_setrect) (… 1020 ### OH_CursorInfo_SetRect() 1023 InputMethod_ErrorCode OH_CursorInfo_SetRect (InputMethod_CursorInfo * cursorInfo, double left, doub…
|
/ohos5.0/docs/en/application-dev/reference/apis-ime-kit/ |
H A D | inputmethod__cursor__info__capi_8h.md | 33 | [InputMethod_ErrorCode](_input_method.md#inputmethod_errorcode) [OH_CursorInfo_SetRect](_input_me…
|
H A D | _input_method.md | 88 | [InputMethod_ErrorCode](#inputmethod_errorcode) [OH_CursorInfo_SetRect](#oh_cursorinfo_setrect) (… 1020 ### OH_CursorInfo_SetRect() 1023 InputMethod_ErrorCode OH_CursorInfo_SetRect (InputMethod_CursorInfo * cursorInfo, double left, doub…
|
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | inputmethod_controller_capi_test.cpp | 50 EXPECT_EQ(IME_ERR_OK, OH_CursorInfo_SetRect(cursorInfo, expLeft, expTop, expWidth, expHeight)); 69 EXPECT_EQ(IME_ERR_OK, OH_CursorInfo_SetRect(cursorInfo, expLeft, expTop, expWidth, expHeight)); in TestCursorInfoOfTextConfig() 378 auto ret = OH_CursorInfo_SetRect(nullptr, left, top, width, height);
|