Searched refs:path_10 (Results 1 - 1 of 1) sorted by relevance
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
H A D | convex_paths.cpp | 217 OH_Drawing_Path* path_10 = OH_Drawing_PathCreate(); in MakePath4() local 218 OH_Drawing_PathMoveTo(path_10, 8.59375f, 45); // 8.59375f 45 coordinate in MakePath4() 219 OH_Drawing_PathQuadTo(path_10, 16.9921875f, 45, 31.25f, 45); // 45 coordinate in MakePath4() 220 OH_Drawing_PathLineTo(path_10, 100, 100); // 100 coordinate in MakePath4() 221 OH_Drawing_PathLineTo(path_10, 8.59375f, 45); // 45 coordinate in MakePath4() 222 fPaths.push_back(path_10); in MakePath4()
|
Completed in 2 milliseconds