Home
last modified time | relevance | path

Searched refs:path_6 (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.cpp189 OH_Drawing_Path* path_6 = OH_Drawing_PathCreate(); in MakePath3() local
190 OH_Drawing_PathMoveTo(path_6, 0, 228.0f / 8); // 228.0f / 8 coordinate in MakePath3()
191 OH_Drawing_PathCubicTo(path_6, 628.0f / 8, 82.0f / 8, 1255.0f / 8, 141.0f / 8, 1883.0f / 8, in MakePath3()
193 fPaths.push_back(path_6); in MakePath3()