Searched refs:DragWindowOhos (Results 1 – 2 of 2) sorted by relevance
32 class DragWindowOhos : public DragWindow {34 explicit DragWindowOhos(OHOS::sptr<OHOS::Rosen::Window> dragWindow) : dragWindow_(dragWindow) {} in DragWindowOhos() function35 ~DragWindowOhos() = default;
258 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 …]