Searched refs:totalLength (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathUtilities.h50 bool getTotalLengthOfSVGPathByteStream(const SVGPathByteStream*, float& totalLength);
H A DSVGPathTraversalStateBuilder.cpp84 float SVGPathTraversalStateBuilder::totalLength() function in class:blink::SVGPathTraversalStateBuilder
H A DSVGPathTraversalStateBuilder.h36 float totalLength();
H A DSVGPathElement.cpp65 float totalLength = 0; local
66 getTotalLengthOfSVGPathByteStream(pathByteStream(), totalLength); local
67 return totalLength;
H A DSVGPathUtilities.cpp202 bool getTotalLengthOfSVGPathByteStream(const SVGPathByteStream* stream, float& totalLength) argument
214 totalLength = builder->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/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DPathTraversalState.cpp139 float totalLength = 0; local
150 totalLength += length;
154 if (traversalState.m_totalLength + totalLength > traversalState.m_desiredLength)
155 return totalLength;
162 return totalLength;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
H A DHeapSnapshotCommon.js270 * @param {number} totalLength
273 WebInspector.HeapSnapshotCommon.ItemsRange = function(startPosition, endPosition, totalLength, items)
280 this.totalLength = totalLength;
H A DHeapSnapshotGridNodes.js356 if (itemsRange.endPosition < itemsRange.totalLength)
357 insertShowMoreButton.call(this, itemsRange.endPosition, itemsRange.totalLength, insertionIndex++);
370 if (range.to < itemsRange.totalLength)
378 insertShowMoreButton.call(this, itemsRange.startPosition, found ? range.from : itemsRange.totalLength, insertionIndex);
399 var newEndOfRange = nextRange ? nextRange.from : itemsRange.totalLength;
415 if (newEndOfRange === itemsRange.totalLength)
1223 items.totalLength = this._addedCount + this._removedCount;
1257 itemsRange.totalLength = this._addedCount + this._removedCount;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/script_formatter_worker/
H A DScriptFormatterWorker.js89 * @param {number} totalLength
92 FormatterWorker._chunkCount = function(totalLength, chunkSize)
94 if (totalLength <= chunkSize)
97 var remainder = totalLength % chunkSize;
98 var partialLength = totalLength - remainder;
108 var totalLength = params.content.length;
110 var chunkCount = FormatterWorker._chunkCount(totalLength, chunkSize);
/external/chromium_org/media/base/mac/
H A Dcoremedia_glue.h82 size_t* totalLength,
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderScrollbar.cpp310 int totalLength = startLength + endLength; local
311 return IntRect(x() + startLength, y(), width() - totalLength, height());
318 int totalLength = startLength + endLength; local
320 return IntRect(x(), y() + startLength, width(), height() - 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/chromium_org/third_party/WebKit/Source/core/editing/
H A DMarkupAccumulator.h82 static size_t totalLength(const Vector<String>&);
H A DMarkupAccumulator.cpp186 size_t MarkupAccumulator::totalLength(const Vector<String>& strings) function in class:blink::MarkupAccumulator
H A Dmarkup.cpp218 result.reserveCapacity(totalLength(m_reversedPrecedingMarkup) + length());
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGTextLayoutEngine.cpp182 float totalLength = 0; local
199 totalLength += length;
222 m_textPathSpacing = (desiredTextLength - totalLength) / totalCharacters;
224 m_textPathScaling = desiredTextLength / 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/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/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/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/chromium_org/third_party/angle/src/libGLESv2/
H A DProgramBinary.cpp1525 GLsizei totalLength = streamLength + sizeof(GUID);
1526 if (totalLength > bufSize)
1546 ASSERT(ptr - totalLength == binary);
1551 *length = totalLength;
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElement.cpp2322 unsigned totalLength = 0;
2333 if (length > std::numeric_limits<unsigned>::max() - totalLength)
2335 totalLength += length;
2347 content.reserveCapacity(totalLength);
2354 ASSERT(content.length() == totalLength);
/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 ...

Completed in 5047 milliseconds

12