mirror of
https://gitee.com/openharmony/graphic_graphic_2d
synced 2024-11-27 01:00:50 +00:00
fix comment
Signed-off-by: huangzejia1 <huangzejia1@huawei.com> Change-Id: Ib77c6f4c514b9424811a51a63f12537b56303874
This commit is contained in:
parent
a27b0eaf09
commit
63b5aca822
@ -51,10 +51,9 @@ HWTEST_F(CanvasTest, CreateAndDestroy001, TestSize.Level1)
|
||||
|
||||
/**
|
||||
* @tc.name: CanvasDrawRegionTest001
|
||||
* @tc.desc:
|
||||
* @tc.desc: Test for drawing Region on the Canvas.
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000GGNV3
|
||||
* @tc.author:
|
||||
* @tc.require: I719R9
|
||||
*/
|
||||
HWTEST_F(CanvasTest, CanvasDrawRegionTest001, TestSize.Level1)
|
||||
{
|
||||
@ -66,10 +65,9 @@ HWTEST_F(CanvasTest, CanvasDrawRegionTest001, TestSize.Level1)
|
||||
|
||||
/**
|
||||
* @tc.name: CanvasDrawBitmapTest001
|
||||
* @tc.desc:
|
||||
* @tc.desc: Test for drawing Bitmap on the Canvas.
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000GGNV3
|
||||
* @tc.author:
|
||||
* @tc.require: I719R9
|
||||
*/
|
||||
HWTEST_F(CanvasTest, CanvasDrawBitmapTest001, TestSize.Level1)
|
||||
{
|
||||
@ -81,10 +79,9 @@ HWTEST_F(CanvasTest, CanvasDrawBitmapTest001, TestSize.Level1)
|
||||
|
||||
/**
|
||||
* @tc.name: CanvasDrawImageTest001
|
||||
* @tc.desc:
|
||||
* @tc.desc: Test for drawing image on the Canvas.
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000GGNV3
|
||||
* @tc.author:
|
||||
* @tc.require: I719R9
|
||||
*/
|
||||
HWTEST_F(CanvasTest, CanvasDrawImageTest001, TestSize.Level1)
|
||||
{
|
||||
@ -97,10 +94,9 @@ HWTEST_F(CanvasTest, CanvasDrawImageTest001, TestSize.Level1)
|
||||
|
||||
/**
|
||||
* @tc.name: CanvasDrawImageRectTest001
|
||||
* @tc.desc:
|
||||
* @tc.desc: Test for DrawImageRect function.
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000GGNV3
|
||||
* @tc.author:
|
||||
* @tc.require: I719R9
|
||||
*/
|
||||
HWTEST_F(CanvasTest, CanvasDrawImageRectTest001, TestSize.Level1)
|
||||
{
|
||||
@ -115,10 +111,9 @@ HWTEST_F(CanvasTest, CanvasDrawImageRectTest001, TestSize.Level1)
|
||||
|
||||
/**
|
||||
* @tc.name: CanvasDrawImageRectTest002
|
||||
* @tc.desc:
|
||||
* @tc.desc: Test for DrawImageRect function.
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000GGNV3
|
||||
* @tc.author:
|
||||
* @tc.require: I719R9
|
||||
*/
|
||||
HWTEST_F(CanvasTest, CanvasDrawImageRectTest002, TestSize.Level1)
|
||||
{
|
||||
@ -132,10 +127,9 @@ HWTEST_F(CanvasTest, CanvasDrawImageRectTest002, TestSize.Level1)
|
||||
|
||||
/**
|
||||
* @tc.name: CanvasDrawPictureTest001
|
||||
* @tc.desc:
|
||||
* @tc.desc: Test for DrawPicture function.
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000GGNV3
|
||||
* @tc.author:
|
||||
* @tc.require: I719R9
|
||||
*/
|
||||
HWTEST_F(CanvasTest, CanvasDrawPictureTest001, TestSize.Level1)
|
||||
{
|
||||
@ -147,10 +141,9 @@ HWTEST_F(CanvasTest, CanvasDrawPictureTest001, TestSize.Level1)
|
||||
|
||||
/**
|
||||
* @tc.name: CanvasClipRectTest001
|
||||
* @tc.desc:
|
||||
* @tc.desc: Test replacing the clipping area with the intersection or difference between clipping area and Rect.
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000GGNV3
|
||||
* @tc.author:
|
||||
* @tc.require: I719R9
|
||||
*/
|
||||
HWTEST_F(CanvasTest, CanvasClipRectTest001, TestSize.Level1)
|
||||
{
|
||||
@ -162,10 +155,9 @@ HWTEST_F(CanvasTest, CanvasClipRectTest001, TestSize.Level1)
|
||||
|
||||
/**
|
||||
* @tc.name: CanvasClipRoundRectTest001
|
||||
* @tc.desc:
|
||||
* @tc.desc: Test replacing the clipping area with the intersection or difference of clipping area and Rect.
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000GGNV3
|
||||
* @tc.author:
|
||||
* @tc.require: I719R9
|
||||
*/
|
||||
HWTEST_F(CanvasTest, CanvasClipRoundRectTest001, TestSize.Level1)
|
||||
{
|
||||
@ -178,10 +170,9 @@ HWTEST_F(CanvasTest, CanvasClipRoundRectTest001, TestSize.Level1)
|
||||
|
||||
/**
|
||||
* @tc.name: CanvasClipPathTest001
|
||||
* @tc.desc:
|
||||
* @tc.desc: Test replacing the clipping area with the intersection or difference between clipping area and path.
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000GGNV3
|
||||
* @tc.author:
|
||||
* @tc.require: I719R9
|
||||
*/
|
||||
HWTEST_F(CanvasTest, CanvasClipPathTest001, TestSize.Level1)
|
||||
{
|
||||
@ -193,10 +184,9 @@ HWTEST_F(CanvasTest, CanvasClipPathTest001, TestSize.Level1)
|
||||
|
||||
/**
|
||||
* @tc.name: CanvasSetMatrixTest001
|
||||
* @tc.desc:
|
||||
* @tc.desc: Test for SetMatrix function.
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000GGNV3
|
||||
* @tc.author:
|
||||
* @tc.require: I719R9
|
||||
*/
|
||||
HWTEST_F(CanvasTest, CanvasSetMatrixTest001, TestSize.Level1)
|
||||
{
|
||||
@ -208,10 +198,9 @@ HWTEST_F(CanvasTest, CanvasSetMatrixTest001, TestSize.Level1)
|
||||
|
||||
/**
|
||||
* @tc.name: CanvasResetMatrixTest001
|
||||
* @tc.desc:
|
||||
* @tc.desc: Test for ResetMatrix function.
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000GGNV3
|
||||
* @tc.author:
|
||||
* @tc.require: I719R9
|
||||
*/
|
||||
HWTEST_F(CanvasTest, CanvasResetMatrixTest001, TestSize.Level1)
|
||||
{
|
||||
@ -224,10 +213,9 @@ HWTEST_F(CanvasTest, CanvasResetMatrixTest001, TestSize.Level1)
|
||||
|
||||
/**
|
||||
* @tc.name: CanvasConcatMatrixTest001
|
||||
* @tc.desc:
|
||||
* @tc.desc: Test for ConcatMatrix function.
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000GGNV3
|
||||
* @tc.author:
|
||||
* @tc.require: I719R9
|
||||
*/
|
||||
HWTEST_F(CanvasTest, CanvasConcatMatrixTest001, TestSize.Level1)
|
||||
{
|
||||
@ -239,10 +227,9 @@ HWTEST_F(CanvasTest, CanvasConcatMatrixTest001, TestSize.Level1)
|
||||
|
||||
/**
|
||||
* @tc.name: CanvasTranslateTest001
|
||||
* @tc.desc:
|
||||
* @tc.desc: Test for Translate function.
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000GGNV3
|
||||
* @tc.author:
|
||||
* @tc.require: I719R9
|
||||
*/
|
||||
HWTEST_F(CanvasTest, CanvasTranslateTest001, TestSize.Level1)
|
||||
{
|
||||
@ -253,10 +240,9 @@ HWTEST_F(CanvasTest, CanvasTranslateTest001, TestSize.Level1)
|
||||
|
||||
/**
|
||||
* @tc.name: CanvasScaleTest001
|
||||
* @tc.desc:
|
||||
* @tc.desc: Test for Scale function.
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000GGNV3
|
||||
* @tc.author:
|
||||
* @tc.require: I719R9
|
||||
*/
|
||||
HWTEST_F(CanvasTest, CanvasScaleTest001, TestSize.Level1)
|
||||
{
|
||||
@ -267,10 +253,9 @@ HWTEST_F(CanvasTest, CanvasScaleTest001, TestSize.Level1)
|
||||
|
||||
/**
|
||||
* @tc.name: CanvasRotateTest001
|
||||
* @tc.desc:
|
||||
* @tc.desc: Test for Rotating Matrix by degrees.
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000GGNV3
|
||||
* @tc.author:
|
||||
* @tc.require: I719R9
|
||||
*/
|
||||
HWTEST_F(CanvasTest, CanvasRotateTest001, TestSize.Level1)
|
||||
{
|
||||
@ -281,10 +266,9 @@ HWTEST_F(CanvasTest, CanvasRotateTest001, TestSize.Level1)
|
||||
|
||||
/**
|
||||
* @tc.name: CanvasRotateTest002
|
||||
* @tc.desc:
|
||||
* @tc.desc: Test for Rotating Matrix by degrees.
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000GGNV3
|
||||
* @tc.author:
|
||||
* @tc.require: I719R9
|
||||
*/
|
||||
HWTEST_F(CanvasTest, CanvasRotateTest002, TestSize.Level1)
|
||||
{
|
||||
@ -295,10 +279,9 @@ HWTEST_F(CanvasTest, CanvasRotateTest002, TestSize.Level1)
|
||||
|
||||
/**
|
||||
* @tc.name: CanvasShearTest001
|
||||
* @tc.desc:
|
||||
* @tc.desc: Test for Shear function.
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000GGNV3
|
||||
* @tc.author:
|
||||
* @tc.require: I719R9
|
||||
*/
|
||||
HWTEST_F(CanvasTest, CanvasShearTest001, TestSize.Level1)
|
||||
{
|
||||
@ -309,10 +292,9 @@ HWTEST_F(CanvasTest, CanvasShearTest001, TestSize.Level1)
|
||||
|
||||
/**
|
||||
* @tc.name: CanvasFlushTest001
|
||||
* @tc.desc:
|
||||
* @tc.desc: Test for Flush function.
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000GGNV3
|
||||
* @tc.author:
|
||||
* @tc.require: I719R9
|
||||
*/
|
||||
HWTEST_F(CanvasTest, CanvasFlushTest001, TestSize.Level1)
|
||||
{
|
||||
@ -323,10 +305,9 @@ HWTEST_F(CanvasTest, CanvasFlushTest001, TestSize.Level1)
|
||||
|
||||
/**
|
||||
* @tc.name: CanvasClearTest001
|
||||
* @tc.desc:
|
||||
* @tc.desc: Test for Clear function.
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000GGNV3
|
||||
* @tc.author:
|
||||
* @tc.require: I719R9
|
||||
*/
|
||||
HWTEST_F(CanvasTest, CanvasClearTest001, TestSize.Level1)
|
||||
{
|
||||
@ -337,10 +318,9 @@ HWTEST_F(CanvasTest, CanvasClearTest001, TestSize.Level1)
|
||||
|
||||
/**
|
||||
* @tc.name: CanvasSaveTest001
|
||||
* @tc.desc:
|
||||
* @tc.desc: Test for Save function.
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000GGNV3
|
||||
* @tc.author:
|
||||
* @tc.require: I719R9
|
||||
*/
|
||||
HWTEST_F(CanvasTest, CanvasSaveTest001, TestSize.Level1)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user