Searched refs:stylePixelMap (Results 1 – 3 of 3) sorted by relevance
40 …icit DrawSVGModifier(std::shared_ptr<Media::PixelMap> stylePixelMap) : stylePixelMap_(stylePixelMa… in DrawSVGModifier() argument94 std::shared_ptr<Media::PixelMap> stylePixelMap { nullptr };117 std::shared_ptr<Media::PixelMap> stylePixelMap) override;132 std::shared_ptr<Media::PixelMap> stylePixelMap);
37 std::shared_ptr<Media::PixelMap> stylePixelMap) = 0;
247 g_drawingInfo.stylePixelMap = pixelMap; in UpdateDragStyle()355 g_drawingInfo.stylePixelMap = nullptr; in DestroyDragWindow()436 std::shared_ptr<Media::PixelMap> stylePixelMap) in OnDragStyle() argument440 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() argument606 CHKPR(stylePixelMap, RET_ERR); in DrawStyle()611 drawSVGModifier_ = std::make_shared<DrawSVGModifier>(stylePixelMap); in DrawStyle()