Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H A Dbitmap_test.cpp30 void BitmapTest::TestDrawBitmap(Canvas& canvas, uint32_t width, uint32_t height) in TestDrawBitmap() function in OHOS::Rosen::Drawing::BitmapTest
51 testFuncVec.push_back(TestDrawBitmap); in BitmapTestCase()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/include/
H A Dbitmap_test.h41 static void TestDrawBitmap(Canvas& canvas, uint32_t width, uint32_t height);
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Ddrawing_sample_rs.cpp233 void TestDrawBitmap(Canvas &canvas, uint32_t width, uint32_t height) in TestDrawBitmap() function
596 testFuncVec.push_back(TestDrawBitmap); in main()