Home
last modified time | relevance | path

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

/ohos5.0/base/msdp/device_status/services/interaction/drag/include/
H A Ddrag_drawing.h291 std::shared_ptr<Media::PixelMap> DecodeSvgToPixelMap(const std::string &filePath);
/ohos5.0/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_drawing.cpp1523 std::shared_ptr<Media::PixelMap> DragDrawing::DecodeSvgToPixelMap( in DecodeSvgToPixelMap() function in OHOS::Msdp::DeviceStatus::DragDrawing
2278 std::shared_ptr<Media::PixelMap> pixelMap = DecodeSvgToPixelMap(filePath); in UpdateValidDragStyle()