Searched defs:start_otp (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/libnrtype/
H A DLayout-TNG-Output.cpp724 Path::cut_position *start_otp = const_cast<Path&>(path).CurvilignToPosition(1, &start_offset, unused); local
725 if (start_otp != NULL && start_otp[0].piece >= 0) {
730 if (path.pts[i].piece <= start_otp[0].piece) continue;
740 const_cast<Path&>(path).PointAt(start_otp[0].piece, start_otp[0].t, startpoint);
751 g_free(start_otp);

Completed in 17 milliseconds