Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/image/
H A Dbitmap.cpp107 bool Bitmap::IsImmutable() in IsImmutable() function in OHOS::Rosen::Drawing::Bitmap
109 return bmpImplPtr->IsImmutable(); in IsImmutable()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_bitmap_test.cpp197 ASSERT_TRUE(!skiaBitmap.IsImmutable());
210 ASSERT_TRUE(!skiaBitmap.IsImmutable());
222 ASSERT_TRUE(!skiaBitmap.IsImmutable());
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/
H A Dbitmap.h153 bool IsImmutable();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dbitmap_impl.h55 virtual bool IsImmutable() = 0;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_bitmap.h57 bool IsImmutable() override;
H A Dskia_bitmap.cpp161 bool SkiaBitmap::IsImmutable() in IsImmutable() function in OHOS::Rosen::Drawing::SkiaBitmap
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/bitmap/
H A Dbitmap_test.cpp336 EXPECT_FALSE(bitmap->IsImmutable());
338 EXPECT_FALSE(bitmap->IsImmutable());
340 EXPECT_TRUE(bitmap->IsImmutable());
738 ASSERT_TRUE(bitmap->IsImmutable());
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/image/bitmap_fuzzer/
H A Dbitmap_fuzzer.cpp152 bitmap.IsImmutable(); in BitmapFuzzTest005()