Home
last modified time | relevance | path

Searched refs:path_9 (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.cpp211 OH_Drawing_Path* path_9 = OH_Drawing_PathCreate(); in MakePath4() local
212 OH_Drawing_PathMoveTo(path_9, 10, 0); // 10 coordinate in MakePath4()
213 OH_Drawing_PathCubicTo(path_9, 0, 1, 20, 1, 30, 0); // 1 20 1 30 coordinate in MakePath4()
214 fPaths.push_back(path_9); in MakePath4()