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

/inkscape/src/util/
H A Dexpression-evaluator.cpp339 int ExpressionEvaluator::getIdentifierSize(const char *string, int start_offset) argument
341 const char *start = g_utf8_offset_to_pointer(string, start_offset);
/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 18 milliseconds