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

/inkscape/src/libnrtype/
H A DLayout-TNG-Output.cpp712 double end_offset = start_offset + cluster_width; local
715 double midpoint_offset = (start_offset + end_offset) * 0.5;
723 if (start_offset >= 0.0 && end_offset >= 0.0) {
726 Path::cut_position *end_otp = const_cast<Path&>(path).CurvilignToPosition(1, &end_offset, unused);

Completed in 15 milliseconds