Searched refs:endLength (Results 1 – 4 of 4) sorted by relevance
199 float endLength = in applyTrimPath() local208 if (endLength > totalLength && endLength - totalLength < currentLength + length && in applyTrimPath()209 currentLength < endLength - totalLength) { in applyTrimPath()218 float endValue = Math.min((endLength - totalLength) / length, 1); in applyTrimPath()223 if (currentLength + length < startLength || currentLength > endLength) { in applyTrimPath()225 } else if (currentLength + length <= endLength && startLength < currentLength) { in applyTrimPath()235 if (endLength > currentLength + length) { in applyTrimPath()238 endValue = (endLength - currentLength) / length; in applyTrimPath()
819 int endLength = 260; // The longest rule string to test821 for (int ruleLen=startLength; ruleLen <= endLength; ruleLen += increment) {849 if (ruleLen == endLength) {
822 int endLength = 260; // The longest rule string to test824 for (int ruleLen=startLength; ruleLen <= endLength; ruleLen += increment) {852 if (ruleLen == endLength) {
5047 const int32_t endLength = 260; // The longest rule string to test in TestTable_8_16_Bits() local5048 const int32_t increment = this->quick ? endLength - startLength : 1; in TestTable_8_16_Bits()5050 for (int32_t ruleLen=startLength; ruleLen <= endLength; ruleLen += increment) { in TestTable_8_16_Bits()5083 if (ruleLen == endLength) { in TestTable_8_16_Bits()