Searched refs:DrawPathAddCircle (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
H A D | fill_types_persp.cpp | 51 DrawPathAddCircle(fPath, centerX1, centerY1, radius1); in MakePath() 52 DrawPathAddCircle(fPath, centerX2, centerY2, radius2); in MakePath()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/ |
H A D | test_common.h | 102 void DrawPathAddCircle(OH_Drawing_Path* path, float centerX, float centerY, float radius);
|
H A D | test_common.cpp | 119 void DrawPathAddCircle(OH_Drawing_Path* path, float centerX, float centerY, float radius) in DrawPathAddCircle() function
|