| 1369 | } // addControlPointAfterIndex |
| 1370 | |
| 1371 | int |
| 1372 | Bezier::getControlPointsCount() const |
| 1373 | { |
| 1374 | QMutexLocker l(&itemMutex); |
| 1375 | |
| 1376 | return (int)_imp->points.size(); |
| 1377 | } |
| 1378 | |
| 1379 | int |
| 1380 | Bezier::isPointOnCurve(double x, |
no test coverage detected