Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H A Dimage_test.cpp65 void ImageTest::TestDrawImageRect(Canvas& canvas, uint32_t width, uint32_t height) in TestDrawImageRect() function in OHOS::Rosen::Drawing::ImageTest
91 testFuncVec.push_back(TestDrawImageRect); in ImageTestCase()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/include/
H A Dimage_test.h43 static void TestDrawImageRect(Canvas& canvas, uint32_t width, uint32_t height);
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Ddrawing_sample_rs.cpp285 void TestDrawImageRect(Canvas& canvas, uint32_t width, uint32_t height) in TestDrawImageRect() function
598 testFuncVec.push_back(TestDrawImageRect); in main()