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

/inkscape/src/libnrtype/
H A DLayout-TNG-Output.cpp668 Path::cut_position *point_otp = const_cast<Path&>(path).CurvilignToPosition(1, &offset, unused); local
669 if (offset >= 0.0 && point_otp != NULL && point_otp[0].piece >= 0) {
672 const_cast<Path&>(path).PointAndTangentAt(point_otp[0].piece, point_otp[0].t, point, tangent);

Completed in 16 milliseconds