Searched defs:totalLength (Results 1 - 17 of 17) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DSpline.java32 private float totalLength; field in class:Spline
179 totalLength = 0;
186 totalLength = 0;
198 totalLength += l;
221 totalLength += l;
236 totalLength += l;
329 return totalLength;
417 oc.write(totalLength, "totalLength", 0);
439 totalLength
[all...]
/external/webkit/Source/WebCore/platform/graphics/
H A DPathTraversalState.cpp125 float totalLength = 0.0f; local
134 totalLength += length;
139 if (traversalState.m_totalLength + totalLength > traversalState.m_desiredLength)
140 return totalLength;
147 return totalLength;
/external/webkit/Source/WebCore/rendering/
H A DRenderScrollbar.cpp325 int totalLength = startLength + endLength; local
326 return IntRect(x() + startLength, y(), width() - totalLength, height());
333 int totalLength = startLength + endLength; local
335 return IntRect(x(), y() + startLength, width(), height() - totalLength);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
H A DGCMBlockCipher.java45 private long totalLength; field in class:GCMBlockCipher
172 this.totalLength = 0;
291 if (totalLength == 0)
310 if (totalLength == 0)
354 long c = ((totalLength * 8) + 127) >>> 7;
375 Pack.longToBigEndian(totalLength * 8, X, 8);
432 totalLength = 0;
459 totalLength += BLOCK_SIZE;
471 totalLength += len;
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DShader.cpp75 int totalLength = 0; local
81 totalLength += length[i];
85 totalLength += (int)strlen(string[i]);
89 mSource = new char[totalLength + 1];
109 mSource[totalLength] = '\0';
/external/webkit/Source/WebCore/editing/
H A DMarkupAccumulator.cpp138 size_t MarkupAccumulator::totalLength(const Vector<String>& strings) function in class:WebCore::MarkupAccumulator
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DComplexTextControllerATSUI.cpp104 static void shapeArabic(const UChar* source, UChar* dest, unsigned totalLength) argument
107 while (shapingStart < totalLength) {
113 for (shapingEnd = shapingStart; !foundLigatureSpace && shapingEnd < totalLength - 1; ++shapingEnd)
137 shapingEnd = totalLength;
/external/webkit/Source/WebCore/rendering/svg/
H A DSVGTextLayoutEngine.cpp187 float totalLength = 0; local
204 totalLength += length;
223 m_textPathSpacing = (desiredTextLength - totalLength) / totalCharacters;
225 m_textPathScaling = desiredTextLength / totalLength;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-jsch.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/icu4c/common/
H A Dutrie2_builder.cpp350 long totalLength=(long)sizeof(UTrieHeader)+indexLength*2+dataLength*(trie->data32!=NULL ? 4 : 2); local
352 indexLength, dataLength, totalLength);
359 long totalLength=(long)sizeof(UTrie2Header)+indexLength*2+dataLength*(trie->data32!=NULL ? 4 : 2); local
361 which, indexLength, dataLength, totalLength);
/external/svox/pico/tts/
H A Dcom_svox_picottsengine.cpp762 int start, totalLength, i, j; local
778 start = 0; totalLength = 0; i = 0; j = 0;
788 totalLength += strlen(words[j-1]);
796 totalLength += strlen(words[j]);
797 convstring = new char[totalLength + 1];
/external/webkit/Source/JavaScriptCore/runtime/
H A DStringPrototype.cpp263 int totalLength = 0; local
265 totalLength += substringRanges[i].length;
267 totalLength += separators[i].length();
269 if (totalLength == 0)
273 PassRefPtr<StringImpl> impl = StringImpl::tryCreateUninitialized(totalLength, buffer);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 665 milliseconds