Home
last modified time | relevance | path

Searched refs:path_2 (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.cpp84 OH_Drawing_Path* path_2 = OH_Drawing_PathCreate(); in MakePath1() local
85 OH_Drawing_PathMoveTo(path_2, 0, 50); // 50 coordinate in MakePath1()
86 OH_Drawing_PathQuadTo(path_2, 50, 0, 100, 50); // 50 100 coordinate in MakePath1()
87 OH_Drawing_PathQuadTo(path_2, 50, 100, 0, 50); // 50 100 coordinate in MakePath1()
88 fPaths.push_back(path_2); in MakePath1()