Searched refs:GetPixelMapSvg (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/server/ |
H A D | screen_capture_server.h | 353 std::shared_ptr<PixelMap> GetPixelMapSvg(std::string path, int32_t width, int32_t height);
|
H A D | screen_capture_server.cpp | 1563 …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()
|