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/
H A Di_drag_animation.h37 std::shared_ptr<Media::PixelMap> stylePixelMap) = 0;
H A Ddrag_drawing.h52 explicit DrawSVGModifier(std::shared_ptr<Media::PixelMap> stylePixelMap) : stylePixelMap_(stylePixelMap) {} in DrawSVGModifier() argument
117 explicit DrawStyleChangeModifier(std::shared_ptr<Media::PixelMap> stylePixelMap) : stylePixelMap_(stylePixelMap) {} in DrawStyleChangeModifier() argument
223 std::shared_ptr<Media::PixelMap> stylePixelMap { nullptr };
274 std::shared_ptr<Media::PixelMap> stylePixelMap) override;
300 std::shared_ptr<Media::PixelMap> stylePixelMap);
/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_drawing.cpp928 drawStyleChangeModifier_ = std::make_shared<DrawStyleChangeModifier>(g_drawingInfo.stylePixelMap); in StartStyleAnimation()
966 drawStyleChangeModifier_ = std::make_shared<DrawStyleChangeModifier>(g_drawingInfo.stylePixelMap); in OnDragStyleAnimation()
986 std::shared_ptr<Media::PixelMap> stylePixelMap) in OnDragStyle()
990 CHKPV(stylePixelMap); in OnDragStyle()
1003 DrawStyle(dragStyleNode, stylePixelMap); in OnDragStyle()
1006 DrawStyle(dragStyleNode, stylePixelMap); in OnDragStyle()
1266 std::shared_ptr<Media::PixelMap> stylePixelMap) in DrawStyle()
1270 CHKPR(stylePixelMap, RET_ERR); in DrawStyle()
1275 drawSVGModifier_ = std::make_shared<DrawSVGModifier>(stylePixelMap); in DrawStyle()
2535 g_drawingInfo.stylePixelMap in UpdateValidDragStyle()
985 OnDragStyle(std::shared_ptr<Rosen::RSCanvasNode> dragStyleNode, std::shared_ptr<Media::PixelMap> stylePixelMap) OnDragStyle() argument
1265 DrawStyle(std::shared_ptr<Rosen::RSCanvasNode> dragStyleNode, std::shared_ptr<Media::PixelMap> stylePixelMap) DrawStyle() argument
[all...]

Completed in 5 milliseconds