Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_provider.cpp593 SkBitmap scaledBitmap; local
594 if (!scaledBitmap.tryAllocPixels(scaledImageInfo)) {
600 …if (!rawImage->scalePixels(scaledBitmap.pixmap(), SkSamplingOptions(SkFilterMode::kLinear, SkMipma…
608 scaledBitmap.setImmutable();
609 auto scaledImage = SkImage::MakeFromBitmap(scaledBitmap);
644 RSBitmap scaledBitmap; local
645 if (!scaledBitmap.TryAllocPixels(scaledImageInfo)) {
651 …if (!rawRSImage->ScalePixels(scaledBitmap, RSSamplingOptions(RSFilterMode::LINEAR, RSMipmapMode::N…
658 scaledBitmap.SetImmutable();
660 if (scaledImage->BuildFromBitmap(scaledBitmap)) {