Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/
H A Dpath_test.h222 PathAddPathWithMode(int type, OH_Drawing_PathAddMode mode) : TestBase(type), addMode(mode) in PathAddPathWithMode()
230 OH_Drawing_PathAddMode addMode; variable
235 …PathAddPathWithOffsetAndMode(int type, OH_Drawing_PathAddMode mode) : TestBase(type), addMode(mode) in PathAddPathWithOffsetAndMode()
243 OH_Drawing_PathAddMode addMode; variable
H A Dpath_test.cpp594 OH_Drawing_PathAddPathWithMode(path, srcPath, addMode); in OnTestPerformance()
597 OH_Drawing_PathAddPathWithMode(path, srcPath, addMode); in OnTestPerformance()
614 … path, srcPath, rand.nextULessThan(bitmapWidth_), rand.nextULessThan(bitmapHeight_), addMode); in OnTestPerformance()
620 … path, srcPath, rand.nextULessThan(bitmapWidth_), rand.nextULessThan(bitmapHeight_), addMode); in OnTestPerformance()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/
H A Dhyper_graphic_manager_test.cpp197 int addMode = 0; variable
214 addMode = instance6.AddScreen(screenId, addMode, screenSize);
218 STEP_ASSERT_EQ(addMode, 0);