Home
last modified time | relevance | path

Searched refs:DrawCursor (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_edit_text.h399 void DrawCursor(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea, bool drawPlaceholder);
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_edit_text.cpp508 DrawCursor(gfxDstBuffer, invalidatedArea, drawPlaceholder); in OnDraw()
511 void UIEditText::DrawCursor(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea, bool drawPlaceho… in DrawCursor() function in OHOS::UIEditText
/ohos5.0/foundation/multimodalinput/input/service/window_manager/include/
H A Dpointer_drawing_manager.h98 int32_t DrawCursor(const MOUSE_ICON mouseStyle);
/ohos5.0/foundation/multimodalinput/input/service/window_manager/test/
H A Dpointer_drawing_manager_test.cpp154 int32_t ret = manager.DrawCursor(mouseStyle);
572 int32_t ret = pointerDrawingManager.DrawCursor(mouseStyle);
575 ret = pointerDrawingManager.DrawCursor(mouseStyle);
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/
H A Dpointer_drawing_manager.cpp498 return DrawCursor(mouseStyle); in InitLayer()
501 return DrawCursor(mouseStyle); in InitLayer()
505 int32_t PointerDrawingManager::DrawCursor(const MOUSE_ICON mouseStyle) in DrawCursor() function in OHOS::MMI::PointerDrawingManager