Home
last modified time | relevance | path

Searched refs:setLength (Results 1 – 25 of 68) sorted by relevance

123

/external/skia/src/core/
DSkPoint.cpp65 return this->setLength(fX, fY, SK_Scalar1); in normalize()
69 return this->setLength(x, y, SK_Scalar1); in setNormalize()
72 bool SkPoint::setLength(SkScalar length) { in setLength() function in SkPoint
73 return this->setLength(fX, fY, length); in setLength()
93 bool SkPoint::setLength(float x, float y, float length) { in setLength() function in SkPoint
193 bool SkPoint::setLength(SkFixed ox, SkFixed oy, SkFixed length) { in setLength() function in SkPoint
261 bool SkPoint::setLength(SkFixed ox, SkFixed oy, SkFixed length) { in setLength() function in SkPoint
DSkStroke.cpp328 SkAssertResult(normalB.setLength(fRadius)); in cubic_to()
332 SkAssertResult(normalC.setLength(fRadius)); in cubic_to()
342 SkAssertResult(normalB.setLength(SkScalarDiv(fRadius, in cubic_to()
345 SkAssertResult(normalC.setLength(SkScalarDiv(fRadius, in cubic_to()
/external/webkit/WebCore/html/
DHTMLOptionsCollection.cpp85 void HTMLOptionsCollection::setLength(unsigned length, ExceptionCode& ec) in setLength() function in WebCore::HTMLOptionsCollection
87 static_cast<HTMLSelectElement*>(base())->setLength(length, ec); in setLength()
DHTMLOptionsCollection.h47 void setLength(unsigned, ExceptionCode&);
DHTMLSelectElement.cpp382 setLength(index, ec); in setOption()
396 void HTMLSelectElement::setLength(unsigned newLen, ExceptionCode& ec) in setLength() function in WebCore::HTMLSelectElement
/external/icu4c/common/
Dunistr.cpp196 setLength(length); in UnicodeString()
291 setLength(length); in UnicodeString()
485 setLength(srcLength); in copyFrom()
1241 setLength(oldLength - length); in doReplace()
1247 setLength(start); in doReplace()
1269 setLength(newSize); in doReplace()
1323 setLength(newSize); in doReplace()
1436 setLength(targetLength); in padLeading()
1455 setLength(targetLength); in padTrailing()
1505 setLength(newLength); in releaseBuffer()
[all …]
Dunistr_props.cpp49 setLength(length); in trim()
Dunistr_cnv.cpp339 setLength(dataLength); in doCodepageCreate()
408 setLength((int32_t)(myTarget - array)); in doCodepageCreate()
/external/webkit/WebCore/bindings/js/
DJSHTMLOptionsCollectionCustom.cpp44 void JSHTMLOptionsCollection::setLength(ExecState* exec, JSValue value) in setLength() function in WebCore::JSHTMLOptionsCollection
59 imp->setLength(newLength, ec); in setLength()
/external/emma/core/java12/com/vladium/emma/report/html/
DReportGenerator.java198 buf.setLength (0); in visit()
377 buf.setLength (0); in visit()
494 buf.setLength (0); in visit()
671 buf.setLength (0); in visit()
925 buf.setLength (0); in addItemRow()
938 buf.setLength (0); in addItemRow()
981 buf.setLength (0); in addClassRow()
1050 buf.setLength (0); in addClassItemRow()
1063 buf.setLength (0); in addClassItemRow()
1215 tooltipBuffer.setLength (0); in embedSrcFile()
[all …]
/external/chromium/third_party/icu/source/common/
Dunistr.cpp196 setLength(length); in UnicodeString()
291 setLength(length); in UnicodeString()
484 setLength(srcLength); in copyFrom()
1237 setLength(newSize); in doReplace()
1291 setLength(newSize); in doReplace()
1404 setLength(targetLength); in padLeading()
1423 setLength(targetLength); in padTrailing()
1473 setLength(newLength); in releaseBuffer()
1548 setLength(minLength); in cloneArrayIfNeeded()
Dunistr_props.cpp49 setLength(length); in trim()
Dunistr_cnv.cpp339 setLength(dataLength); in doCodepageCreate()
408 setLength((int32_t)(myTarget - array)); in doCodepageCreate()
/external/apache-http/src/org/apache/http/impl/io/
DAbstractSessionInputBuffer.java214 this.linebuffer.setLength(l); in lineFromLineBuffer()
220 this.linebuffer.setLength(l); in lineFromLineBuffer()
/external/icu4c/i18n/
Ddecnumstr.h42 void setLength(int32_t length, UErrorCode &status);
Ddecnumstr.cpp68 void DecimalNumberString::setLength(int32_t length, UErrorCode &status) { in setLength() function in DecimalNumberString
/external/skia/include/core/
DSkPoint.h177 bool setLength(SkScalar length);
183 bool setLength(SkScalar x, SkScalar y, SkScalar length);
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
DX509NameTokenizer.java47 buf.setLength(0); in nextToken()
/external/proguard/src/proguard/io/
DDataEntryRewriter.java98 word.setLength(0); in copyData()
/external/proguard/src/proguard/obfuscate/
DDictionaryNameFactory.java90 buffer.setLength(0); in DictionaryNameFactory()
/external/emma/core/java12/com/vladium/emma/report/html/doc/
DAttributeSet.java71 m_buf.setLength (0); in emit()
/external/skia/src/effects/
DSkDiscretePathEffect.cpp27 normal.setLength(scale); in Perterb()
/external/apache-http/src/org/apache/http/util/
DByteArrayBuffer.java147 public void setLength(int len) { in setLength() method in ByteArrayBuffer
/external/apache-http/src/org/apache/http/impl/conn/
DWire.java65 buffer.setLength(0); in wire()
/external/jdiff/src/jdiff/
DAPI.java318 res.setLength(len); in showHTMLTags()
362 res.setLength(resIdx); in showHTMLTags()

123