Home
last modified time | relevance | path

Searched refs:path_8 (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.cpp202 OH_Drawing_Path* path_8 = OH_Drawing_PathCreate(); in MakePath3() local
203 OH_Drawing_PathMoveTo(path_8, 0, 0); in MakePath3()
204 OH_Drawing_PathCubicTo(path_8, 10, 1, 30, 1, 20, 0); // 10 1 30 20 coordinate in MakePath3()
205 fPaths.push_back(path_8); in MakePath3()