Home
last modified time | relevance | path

Searched refs:fVPath (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dclip_cubic.cpp93 OH_Drawing_Path* fVPath = OH_Drawing_PathCreate(); in OnTestFunction() local
96 OH_Drawing_PathMoveTo(fVPath, W, 0); in OnTestFunction()
97 OH_Drawing_PathCubicTo(fVPath, W, H - 10, 0, 10, 0, H); // 10坐标 in OnTestFunction()
101 OH_Drawing_PathTransformWithPerspectiveClip(fVPath, matrix, fHPath, true); in OnTestFunction()
104 DrawAndClip(canvas, fVPath, 200, 0); // 200坐标 in OnTestFunction()
108 OH_Drawing_PathDestroy(fVPath); in OnTestFunction()