Home
last modified time | relevance | path

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 Dfill_types_persp.cpp51 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 Dtest_common.h102 void DrawPathAddCircle(OH_Drawing_Path* path, float centerX, float centerY, float radius);
H A Dtest_common.cpp119 void DrawPathAddCircle(OH_Drawing_Path* path, float centerX, float centerY, float radius) in DrawPathAddCircle() function