Home
last modified time | relevance | path

Searched refs:tangent (Results 1 - 1 of 1) sorted by relevance

/test/xts/acts/graphic/acts_drawing_native/
H A DDrawingNativePathTestPart3.cpp111 * @tc.desc: Test for getting position and tangent of a path using normal parameters with tangent flag set to true.
123 // 4. Get the position and tangent of a point at a specified distance from the starting point of the path. Set the in HWTEST_F()
126 OH_Drawing_Point2D tangent; in HWTEST_F() local
127 OH_Drawing_PathGetPositionTangent(path, true, 50, &position, &tangent); in HWTEST_F()
135 * @tc.desc: Test for getting position and tangent of a path using normal parameters with tangent flag set to false.
147 // 4. Get the position and tangent of a point at a specified distance from the starting point of the path. Set the in HWTEST_F()
150 OH_Drawing_Point2D tangent; in HWTEST_F() local
151 OH_Drawing_PathGetPositionTangent(path, false, 50, &position, &tangent); in HWTEST_F()
173 OH_Drawing_Point2D tangent; HWTEST_F() local
204 OH_Drawing_Point2D tangent; HWTEST_F() local
244 OH_Drawing_Point2D tangent; HWTEST_F() local
[all...]

Completed in 1 milliseconds