Home
last modified time | relevance | path

Searched refs:path_24 (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.cpp313 OH_Drawing_Path* path_24 = OH_Drawing_PathCreate(); in MakePath6() local
314 OH_Drawing_PathCubicTo(path_24, 0, 0, 0, 0, 100, 100); // 100 coordinate in MakePath6()
315 fPaths.push_back(path_24); in MakePath6()