Home
last modified time | relevance | path

Searched refs:otherOne (Results 1 - 1 of 1) sorted by relevance

/test/xts/acts/graphic/graphicnapidrawingtest/
H A DNativeDrawingRectTest.cpp69 OH_Drawing_Rect *otherOne = OH_Drawing_RectCreate(300, 250, 600, 400); in HWTEST_F() local
70 EXPECT_NE(nullptr, otherOne); in HWTEST_F()
75 bool ret = OH_Drawing_RectIntersect(rect, otherOne); in HWTEST_F()
82 OH_Drawing_RectDestroy(otherOne); in HWTEST_F()

Completed in 1 milliseconds