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

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathTraversalStateBuilder.cpp84 float SVGPathTraversalStateBuilder::totalLength() function in class:WebCore::SVGPathTraversalStateBuilder
H A DSVGPathUtilities.cpp298 bool getTotalLengthOfSVGPathByteStream(SVGPathByteStream* stream, float& totalLength) argument
310 totalLength = builder->totalLength();
H A DSVGPathElement.cpp96 float totalLength = 0; local
97 getTotalLengthOfSVGPathByteStream(pathByteStream(), totalLength); local
98 return totalLength;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderScrollbar.cpp318 int totalLength = startLength + endLength; local
319 return IntRect(x() + startLength, y(), width() - totalLength, height());
326 int totalLength = startLength + endLength; local
328 return IntRect(x(), y() + startLength, width(), height() - totalLength);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DPathTraversalState.cpp124 float totalLength = 0; local
134 totalLength += length;
138 if (traversalState.m_totalLength + totalLength > traversalState.m_desiredLength)
139 return totalLength;
146 return totalLength;
/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/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/chromium_org/third_party/WebKit/Source/core/editing/
H A DMarkupAccumulator.cpp185 size_t MarkupAccumulator::totalLength(const Vector<String>& strings) function in class:WebCore::MarkupAccumulator
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGTextLayoutEngine.cpp180 float totalLength = 0; local
197 totalLength += length;
217 m_textPathSpacing = (desiredTextLength - totalLength) / totalCharacters;
219 m_textPathScaling = desiredTextLength / totalLength;
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DShader.cpp54 int totalLength = 0; local
60 totalLength += length[i];
64 totalLength += (int)strlen(string[i]);
68 mSource = new char[totalLength + 1];
88 mSource[totalLength] = '\0';
H A DProgramBinary.cpp1862 GLsizei totalLength = streamLength + sizeof(GUID) + pixelShaderSize + vertexShaderSize + geometryShaderSize; local
1863 if (totalLength > bufSize)
1895 ASSERT(ptr - totalLength == binary);
1900 *length = totalLength;
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
H A DRopeByteString.java114 private final int totalLength; field in class:RopeByteString
133 totalLength = leftLength + right.size();
252 if (index > totalLength) {
254 "Index > length: " + index + ", " + totalLength);
269 return totalLength;
290 return totalLength >= minLengthByDepth[treeDepth];
314 if (endIndex > totalLength) {
316 "End index: " + endIndex + " > " + totalLength);
329 } else if (substringLength == totalLength) {
447 if (totalLength !
[all...]
/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/chromium_org/third_party/icu/source/common/
H A Dutrie2_builder.c350 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/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dshaderapi.c1321 GLsizei i, totalLength; local
1360 totalLength = offsets[count - 1] + 2;
1361 source = (GLcharARB *) malloc(totalLength * sizeof(GLcharARB));
1373 source[totalLength - 1] = '\0';
1374 source[totalLength - 2] = '\0';
/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/mesa3d/src/mesa/main/
H A Dshaderapi.c1321 GLsizei i, totalLength; local
1360 totalLength = offsets[count - 1] + 2;
1361 source = (GLcharARB *) malloc(totalLength * sizeof(GLcharARB));
1373 source[totalLength - 1] = '\0';
1374 source[totalLength - 2] = '\0';
/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/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 2075 milliseconds