Home
last modified time | relevance | path

Searched refs:DragWindowOhos (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/window/
H A Ddrag_window_ohos.h32 class DragWindowOhos : public DragWindow {
34 explicit DragWindowOhos(OHOS::sptr<OHOS::Rosen::Window> dragWindow) : dragWindow_(dragWindow) {} in DragWindowOhos() function
35 ~DragWindowOhos() = default;
H A Ddrag_window_ohos.cpp258 auto window = AceType::MakeRefPtr<DragWindowOhos>(dragWindow); in CreateDragWindow()
284 auto window = AceType::MakeRefPtr<DragWindowOhos>(dragWindow); in CreateTextDragWindow()
289 void DragWindowOhos::MoveTo(int32_t x, int32_t y) const in MoveTo()
305 void DragWindowOhos::TextDragWindowMove(double x, double y) const in TextDragWindowMove()
321 void DragWindowOhos::Destroy() const in Destroy()
331 void DragWindowOhos::DrawFrameNode(const RefPtr<NG::FrameNode>& rootNode) in DrawFrameNode()
355 void DragWindowOhos::DrawPixelMap(const RefPtr<PixelMap>& pixelmap) in DrawPixelMap()
380 void DragWindowOhos::DrawImage(void* skImage) in DrawImage()
408 void DragWindowOhos::DrawImage(void* drawingImage) in DrawImage()
439 void DragWindowOhos::DrawText( in DrawText()
[all …]