Home
last modified time | relevance | path

Searched defs:cPath (Results 1 – 3 of 3) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/c/
Ddrawing_path.cpp24 static Path* CastToPath(OH_Drawing_Path* cPath) in CastToPath()
34 void OH_Drawing_PathDestroy(OH_Drawing_Path* cPath) in OH_Drawing_PathDestroy()
39 void OH_Drawing_PathMoveTo(OH_Drawing_Path* cPath, float x, float y) in OH_Drawing_PathMoveTo()
44 void OH_Drawing_PathLineTo(OH_Drawing_Path* cPath, float x, float y) in OH_Drawing_PathLineTo()
50 OH_Drawing_Path* cPath, float x1, float y1, float x2, float y2, float startDeg, float sweepDeg) in OH_Drawing_PathArcTo()
55 void OH_Drawing_PathQuadTo(OH_Drawing_Path* cPath, float ctrlX, float ctrlY, float endX, float endY) in OH_Drawing_PathQuadTo()
61OH_Drawing_Path* cPath, float ctrlX1, float ctrlY1, float ctrlX2, float ctrlY2, float endX, float … in OH_Drawing_PathCubicTo()
66 void OH_Drawing_PathClose(OH_Drawing_Path* cPath) in OH_Drawing_PathClose()
71 void OH_Drawing_PathReset(OH_Drawing_Path* cPath) in OH_Drawing_PathReset()
Ddrawing_canvas.cpp29 static const Path& CastToPath(const OH_Drawing_Path& cPath) in CastToPath()
101 void OH_Drawing_CanvasDrawPath(OH_Drawing_Canvas* cCanvas, const OH_Drawing_Path* cPath) in OH_Drawing_CanvasDrawPath()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
Ddrawing_c_sample.cpp84 OH_Drawing_Path* cPath = OH_Drawing_PathCreate(); in TestDrawPathPro() local