11 references to GetRasterFileDestination
Microsoft.Maui.Resizetizer (11)
GeneratePackageAppxManifest.cs (7)
149
var path = Resizer.
GetRasterFileDestination
(appIconInfo, dpi, includeScale: false);
232
var path = Resizer.
GetRasterFileDestination
(appIconInfo, dpi, includeScale: false);
244
var path = Resizer.
GetRasterFileDestination
(appIconInfo, dpi, includeScale: false);
268
var path = Resizer.
GetRasterFileDestination
(appIconInfo, dpi, includeScale: false);
280
var path = Resizer.
GetRasterFileDestination
(appIconInfo, dpi, includeScale: false);
292
var path = Resizer.
GetRasterFileDestination
(appIconInfo, dpi, includeScale: false);
342
var path = Resizer.
GetRasterFileDestination
(splashInfo, dpi, includeScale: false);
GenerateSplashAssets.cs (1)
35
var destination = Resizer.
GetRasterFileDestination
(img, dpi, IntermediateOutputPath);
Resizer.cs (1)
31
=>
GetRasterFileDestination
(Info, dpi, includeIntermediate ? IntermediateOutputPath : null, includeScale);
ResizetizeImages.cs (1)
216
var destination = Resizer.
GetRasterFileDestination
(img, dpi, IntermediateOutputPath)
TizenSplashUpdater.cs (1)
41
var destination = Resizer.
GetRasterFileDestination
(splashInfo, dpi, IntermediateOutputPath);