Home
last modified time | relevance | path

Searched refs:stylePixelMap (Results 1 – 3 of 3) sorted by relevance

/base/msdp/device_status/services/interaction/drag/include/
Ddrag_drawing.h40 …icit DrawSVGModifier(std::shared_ptr<Media::PixelMap> stylePixelMap) : stylePixelMap_(stylePixelMa… in DrawSVGModifier() argument
94 std::shared_ptr<Media::PixelMap> stylePixelMap { nullptr };
117 std::shared_ptr<Media::PixelMap> stylePixelMap) override;
132 std::shared_ptr<Media::PixelMap> stylePixelMap);
Di_drag_animation.h37 std::shared_ptr<Media::PixelMap> stylePixelMap) = 0;
/base/msdp/device_status/services/interaction/drag/src/
Ddrag_drawing.cpp247 g_drawingInfo.stylePixelMap = pixelMap; in UpdateDragStyle()
355 g_drawingInfo.stylePixelMap = nullptr; in DestroyDragWindow()
436 std::shared_ptr<Media::PixelMap> stylePixelMap) in OnDragStyle() argument
440 CHKPV(stylePixelMap); in OnDragStyle()
443 DrawStyle(dragStyleNode, stylePixelMap); in OnDragStyle()
449 DrawStyle(dragStyleNode, stylePixelMap); in OnDragStyle()
465 DrawStyle(dragStyleNode, stylePixelMap); in OnDragStyle()
602 std::shared_ptr<Media::PixelMap> stylePixelMap) in DrawStyle() argument
606 CHKPR(stylePixelMap, RET_ERR); in DrawStyle()
611 drawSVGModifier_ = std::make_shared<DrawSVGModifier>(stylePixelMap); in DrawStyle()