Searched refs:BitmapTest (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/bitmap/ |
H A D | bitmap_test.cpp | 28 class BitmapTest : public testing::Test { class 36 void BitmapTest::SetUpTestCase() {} in SetUpTestCase() 37 void BitmapTest::TearDownTestCase() {} in TearDownTestCase() 38 void BitmapTest::SetUp() {} in SetUp() 39 void BitmapTest::TearDown() {} in TearDown() 494 HWTEST_F(BitmapTest, BitmapIsValid, TestSize.Level1) 731 HWTEST_F(BitmapTest, Immutable001, TestSize.Level1) 749 HWTEST_F(BitmapTest, IsEmpty001, TestSize.Level1) 767 HWTEST_F(BitmapTest, GetPixmap001, TestSize.Level1) 786 HWTEST_F(BitmapTest, Serialize001, TestSize.Level1) [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/include/ |
H A D | bitmap_test.h | 32 class BitmapTest { 35 inline static BitmapTest& GetInstance() in GetInstance() 37 static BitmapTest bitmapTestCase; in GetInstance() 45 BitmapTest() = default; 46 virtual ~BitmapTest() = default;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/ |
H A D | bitmap_test.cpp | 30 void BitmapTest::TestDrawBitmap(Canvas& canvas, uint32_t width, uint32_t height) in TestDrawBitmap() 48 std::vector<BitmapTest::TestFunc> BitmapTest::BitmapTestCase() in BitmapTestCase()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/ |
H A D | main.cpp | 53 …testFuncMap.insert(pair<string, std::vector<TestFunc>>("BitmapTest", BitmapTest::GetInstance().Bit… in main()
|