Searched refs:currentLength (Results 1 – 6 of 6) sorted by relevance
202 float currentLength = 0; in applyTrimPath() local208 if (endLength > totalLength && endLength - totalLength < currentLength + length && in applyTrimPath()209 currentLength < endLength - totalLength) { in applyTrimPath()223 if (currentLength + length < startLength || currentLength > endLength) { in applyTrimPath()225 } else if (currentLength + length <= endLength && startLength < currentLength) { in applyTrimPath()229 if (startLength < currentLength) { in applyTrimPath()232 startValue = (startLength - currentLength) / length; in applyTrimPath()235 if (endLength > currentLength + length) { in applyTrimPath()238 endValue = (endLength - currentLength) / length; in applyTrimPath()243 currentLength += length; in applyTrimPath()
540 int currentLength = 0; in longestMatch() local545 currentLength++; in longestMatch()547 if (currentLength > longestMatchLength) { in longestMatch()548 longestMatchLength = currentLength; in longestMatch()550 if (currentLength >= niceBackReferenceLength) { in longestMatch()
23 set currentLength to length of contents of text document 124 select characters 1 thru currentLength of text document 1
139 return SkToU8(this->currentLength()); in readLength8()143 return SkToU16(this->currentLength()); in readLength16()146 size_t currentLength() const { in currentLength() function in skrive::internal::__anon5e60dc860111::JsonReader
170 final int currentLength = s.codePointCount(0, s.length()); in getShortest() local171 if (currentLength < bestLength) { in getShortest()172 bestLength = currentLength; in getShortest()