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

/haiku/src/apps/haikudepot/textview/
H A DParagraph.cpp216 int32 spanLength = fTextSpans[index].CountChars(); local
217 if (spanLength <= length) {
219 length -= spanLength;
222 removeLength = std::min(length, spanLength);
224 removeLength, spanLength - removeLength);
341 int32 spanLength = span.CountChars(); local
342 if (spanLength == 0)
344 if (start > spanLength) {
346 start -= spanLength;
351 spanLength
[all...]
H A DTextDocument.cpp553 int32 spanLength = span.CountChars(); local
554 if (textOffset >= spanLength) {
557 textOffset -= spanLength;
563 spanLength - textOffset))) {

Completed in 46 milliseconds