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 D | path_test.h | 222 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 D | path_test.cpp | 594 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 D | hyper_graphic_manager_test.cpp | 197 int addMode = 0; variable 214 addMode = instance6.AddScreen(screenId, addMode, screenSize); 218 STEP_ASSERT_EQ(addMode, 0);
|