Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Dscreen_capture_server.h353 std::shared_ptr<PixelMap> GetPixelMapSvg(std::string path, int32_t width, int32_t height);
H A Dscreen_capture_server.cpp1563 …std::shared_ptr<PixelMap> pixelMapCapSpr = GetPixelMapSvg(ICON_PATH_CAPSULE_STOP, capsulePxSize_, … in GetLocalLiveViewContent()
1601 std::shared_ptr<PixelMap> ScreenCaptureServer::GetPixelMapSvg(std::string path, int32_t width, int3… in GetPixelMapSvg() function in OHOS::Media::ScreenCaptureServer
1666 … std::shared_ptr<PixelMap> pixelMapSpr = GetPixelMapSvg(ICON_PATH_MIC_OFF, SVG_HEIGHT, SVG_WIDTH); in UpdateLiveViewContent()
1669 … std::shared_ptr<PixelMap> pixelMapSpr = GetPixelMapSvg(ICON_PATH_MIC, SVG_HEIGHT, SVG_WIDTH); in UpdateLiveViewContent()