Searched refs:origSize (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/openvg/
H A DImageOpenVG.cpp115 static void adjustSourceRectForDownSampling(FloatRect& srcRect, const IntSize& origSize, const IntSize& scaledSize) argument
118 if (origSize.width() == scaledSize.width())
122 double rate = static_cast<double>(scaledSize.width()) / origSize.width();
/external/webkit/Source/JavaScriptCore/wtf/
H A Ddtoa.cpp491 int origSize = b.size(); local
492 int n1 = n + origSize + 1;
501 const uint32_t* src = srcStart + origSize - 1;
513 b.resize(origSize + n + !!b.words()[n1 - 1]);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DLinkedListTest.java597 int origSize = ll.size();
599 assertEquals("offer() should add an element as the last one", origSize, ll.lastIndexOf(objArray[0]));
/external/clang/lib/Sema/
H A DTreeTransform.h3673 Expr *origSize = TL.getSizeExpr(); local
3674 if (!origSize) origSize = T->getSizeExpr();
3677 = getDerived().TransformExpr(origSize);
3686 size != origSize) {

Completed in 144 milliseconds