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

/inkscape/src/libnrtype/
H A DLayout-TNG-Output.cpp700 double start_offset = offset + span.x_start + _characters[char_index].x; local
710 start_offset -= cluster_width;
712 double end_offset = start_offset + cluster_width;
715 double midpoint_offset = (start_offset + end_offset) * 0.5;
723 if (start_offset >= 0.0 && end_offset >= 0.0) {
724 Path::cut_position *start_otp = const_cast<Path&>(path).CurvilignToPosition(1, &start_offset, unused);

Completed in 23 milliseconds