Searched refs:DrawCursor (Results 1 – 5 of 5) sorted by relevance
399 void DrawCursor(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea, bool drawPlaceholder);
508 DrawCursor(gfxDstBuffer, invalidatedArea, drawPlaceholder); in OnDraw()511 void UIEditText::DrawCursor(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea, bool drawPlaceho… in DrawCursor() function in OHOS::UIEditText
98 int32_t DrawCursor(const MOUSE_ICON mouseStyle);
154 int32_t ret = manager.DrawCursor(mouseStyle);572 int32_t ret = pointerDrawingManager.DrawCursor(mouseStyle);575 ret = pointerDrawingManager.DrawCursor(mouseStyle);
498 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