Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dconvex_paths.cpp173 OH_Drawing_Path* path_4 = OH_Drawing_PathCreate(); in MakePath3() local
174 OH_Drawing_PathMoveTo(path_4, 10, 10); // 10 coordinate in MakePath3()
175 OH_Drawing_PathCubicTo(path_4, 10, 10, 10, 0, 20, 0); // 10 20 coordinate in MakePath3()
176 OH_Drawing_PathLineTo(path_4, 40, 0); // 40 coordinate in MakePath3()
177 OH_Drawing_PathCubicTo(path_4, 40, 0, 50, 0, 50, 10); // 40 50 10 coordinate in MakePath3()
178 fPaths.push_back(path_4); in MakePath3()