Home
last modified time | relevance | path

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

/test/xts/acts/graphic/graphicnapidrawingtest/
H A DNativeDrawingRectTest.cpp72 OH_Drawing_Rect *otherTwo = OH_Drawing_RectCreate(600, 400, 700, 500); in HWTEST_F() local
73 EXPECT_NE(nullptr, otherTwo); in HWTEST_F()
78 ret = OH_Drawing_RectIntersect(rect, otherTwo); in HWTEST_F()
83 OH_Drawing_RectDestroy(otherTwo); in HWTEST_F()

Completed in 1 milliseconds