Home
last modified time | relevance | path

Searched refs:GetPixmap (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/image/
H A Dbitmap.cpp166 Pixmap Bitmap::GetPixmap() const in GetPixmap() function in OHOS::Rosen::Drawing::Bitmap
168 return bmpImplPtr->GetPixmap(); in GetPixmap()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
H A Dimage_data.h56 const RefPtr<PixelMap>& GetPixmap() in GetPixmap() function
H A Dpixel_map_image_object.cpp52 auto&& pixelMap = pixmapData->GetPixmap(); in Create()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/
H A Dbitmap.h220 Pixmap GetPixmap() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dbitmap_impl.h62 virtual Pixmap GetPixmap() const = 0;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_bitmap.h64 Pixmap GetPixmap() const override;
H A Dskia_bitmap.cpp198 Pixmap SkiaBitmap::GetPixmap() const in GetPixmap() function in OHOS::Rosen::Drawing::SkiaBitmap
/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()
340 tempCache.GetPixmap(), RSSamplingOptions(RSCubicResampler { 1 / 3.0f, 1 / 3.0f })); in ToDataURL()
342 RSPixmap rsSrc = tempCache.GetPixmap(); in ToDataURL()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_source_info.h104 const RefPtr<PixelMap>& GetPixmap() const;
H A Dimage_object.h261 const RefPtr<PixelMap>& GetPixmap() const in GetPixmap() function
H A Dimage_loader.cpp772 if (!imageSourceInfo.GetPixmap()) { in LoadDecodedImageData()
780 return MakeRefPtr<NG::PixmapData>(imageSourceInfo.GetPixmap()); in LoadDecodedImageData()
H A Dimage_source_info.cpp411 const RefPtr<PixelMap>& ImageSourceInfo::GetPixmap() const in GetPixmap() function in OHOS::Ace::ImageSourceInfo
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Dimage_component.cpp273 const RefPtr<PixelMap>& ImageComponent::GetPixmap() const in GetPixmap() function in OHOS::Ace::ImageComponent
H A Dimage_component.h91 const RefPtr<PixelMap>& GetPixmap() const;
H A Drender_image.cpp102 …ingSrc.empty() ? image->GetResourceId() : InternalResource::ResourceId::NO_ID, image->GetPixmap()); in Update()
325 clipboard_->SetPixelMapData(sourceInfo_.GetPixmap(), copyOption_); in HandleOnCopy()
H A Drosen_render_image.cpp366 UpdatePixmap(sourceInfo_.GetPixmap()); in FetchImageObject()
409 auto pixmap = AceType::DynamicCast<PixelMapImageObject>(imageObj_)->GetPixmap();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Ddrag_event.h168 RefPtr<PixelMap> GetPixmap() const in GetPixmap() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/image/bitmap_fuzzer/
H A Dbitmap_fuzzer.cpp180 bitmap.GetPixmap(); in BitmapFuzzTest006()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/image_provider/
H A Dmock_image_source_info.cpp260 const RefPtr<PixelMap>& ImageSourceInfo::GetPixmap() const in GetPixmap() function in OHOS::Ace::ImageSourceInfo
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image_animator/
H A Dimage_animator_pattern.cpp177 auto preSrc = imageLayoutProperty->GetImageSourceInfoValue().GetPixmap(); in UpdateCacheImageInfo()
533 && imageLayoutProperty->GetImageSourceInfoValue().GetPixmap() == src; in IsShowingSrc()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/bitmap/
H A Dbitmap_test.cpp355 Pixmap p = bitmap->GetPixmap();
775 ASSERT_TRUE(width == bitmap->GetPixmap().GetWidth());
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_bitmap_test.cpp290 ASSERT_TRUE(skiaBitmap.GetPixmap().GetWidth() == 0);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dpixelmap_image.cpp426 return MakeRefPtr<PixelMapImage>(data->GetPixmap()); in QueryFromCache()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_pattern.cpp1874 auto preSrc = imageLayoutProperty->GetImageSourceInfoValue().GetPixmap(); in UpdateCacheImageInfo()
2008 && imageLayoutProperty->GetImageSourceInfoValue().GetPixmap() == src; in IsShowingSrc()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.cpp3865 if (!imageLayoutProperty->GetImageSourceInfo()->GetPixmap()) { in GetImageResultObject()
3868 resultObject.valuePixelMap = imageLayoutProperty->GetImageSourceInfo()->GetPixmap(); in GetImageResultObject()

12