Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/image/
H A Dpixmap.cpp71 bool Pixmap::ScalePixels(const Pixmap& dst, const SamplingOptions& options) const in ScalePixels() function in OHOS::Rosen::Drawing::Pixmap
73 return pixmapImplPtr_->ScalePixels(dst, options); in ScalePixels()
H A Dimage.cpp187 bool Image::ScalePixels(const Bitmap& bitmap, const SamplingOptions& sampling, bool allowCachingHin… in ScalePixels() function in OHOS::Rosen::Drawing::Image
189 return imageImplPtr->ScalePixels(bitmap, sampling, allowCachingHint); in ScalePixels()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dpixmap_impl.h40 virtual bool ScalePixels(const Pixmap& dst, const SamplingOptions& options) const = 0;
H A Dimage_impl.h89 virtual bool ScalePixels(const Bitmap& bitmap, const SamplingOptions& sampling,
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/
H A Dpixmap.h38 bool ScalePixels(const Pixmap& dst, const SamplingOptions& options) const;
H A Dimage.h407 bool ScalePixels(const Bitmap& bitmap, const SamplingOptions& sampling,
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_pixmap.h48 bool ScalePixels(const Pixmap& dst, const SamplingOptions& options) const override;
H A Dskia_pixmap.cpp87 bool SkiaPixmap::ScalePixels(const Pixmap& dst, const SamplingOptions& options) const in ScalePixels() function in OHOS::Rosen::Drawing::SkiaPixmap
H A Dskia_image.h88 bool ScalePixels(const Bitmap& bitmap, const SamplingOptions& sampling,
H A Dskia_image.cpp447 bool SkiaImage::ScalePixels(const Bitmap& bitmap, const SamplingOptions& sampling, bool allowCachin… in ScalePixels() function in OHOS::Rosen::Drawing::SkiaImage
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_image_test.cpp348 ASSERT_TRUE(!skiaImage->ScalePixels(bitmap3, options1, false));
475 ASSERT_TRUE(!skiaImage->ScalePixels(bitmap, options1, false));
477 ASSERT_TRUE(!skiaImage->ScalePixels(bitmap, options2, true));
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_maskcolor_shader_filter.cpp52 image->ScalePixels(single_pixel, in CalcAverageColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/adapter/
H A Dimage_decoder.cpp129 …auto res = image->ScalePixels(bitmap, RSSamplingOptions(RSFilterMode::LINEAR, RSMipmapMode::NONE),… in ForceResizeImage()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/pointer_render/
H A Drs_pointer_render_manager.cpp302 image->ScalePixels(single_pixel, in CalcAverageLuminance()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_paint_method.cpp339 bool success = currentBitmap.GetPixmap().ScalePixels( in ToDataURL()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_provider.cpp651 …if (!rawRSImage->ScalePixels(scaledBitmap, RSSamplingOptions(RSFilterMode::LINEAR, RSMipmapMode::N…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties_painter.cpp1041 imageSnapshot->ScalePixels(single_pixel, in CalcAverageColor()