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

/inkscape/src/libnrtype/
H A DLayout-TNG-Output.cpp726 Path::cut_position *end_otp = const_cast<Path&>(path).CurvilignToPosition(1, &end_offset, unused); local
727 if (end_otp != NULL && end_otp[0].piece >= 0) {
731 if (path.pts[i].piece >= end_otp[0].piece) break;
741 const_cast<Path&>(path).PointAt(end_otp[0].piece, end_otp[0].t, endpoint);
749 g_free(end_otp);

Completed in 15 milliseconds