HomeSort by relevance Sort by last modified time
    Searched refs:origSize (Results 1 - 12 of 12) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/openvg/
ImageOpenVG.cpp 115 static void adjustSourceRectForDownSampling(FloatRect& srcRect, const IntSize& origSize, const IntSize& scaledSize)
118 if (origSize.width() == scaledSize.width())
122 double rate = static_cast<double>(scaledSize.width()) / origSize.width();
  /frameworks/base/core/java/android/app/backup/
FullBackup.java 119 final long origSize = size;
126 + (origSize - size));
  /frameworks/base/core/java/com/android/internal/app/
LocalePicker.java 95 final int origSize = locales.length;
96 final LocaleInfo[] preprocess = new LocaleInfo[origSize];
98 for (int i = 0 ; i < origSize; i++ ) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/languageswitcher/
InputLanguageSelection.java 217 final int origSize = locales.length;
218 LocaleEntry[] preprocess = new LocaleEntry[origSize];
220 for (int i = 0 ; i < origSize; i++ ) {
  /dalvik/vm/analysis/
RegisterMap.cpp     [all...]
  /dalvik/vm/interp/
Stack.cpp     [all...]
  /frameworks/base/cmds/rawbu/
backup.cpp 196 off_t origSize = size;
204 amt, origSize, srcName, errno != 0 ? strerror(errno) : "unexpected EOF");
207 amt, origSize, errno != 0 ? strerror(errno) : "unexpected EOF");
  /libcore/luni/src/test/java/tests/api/java/util/
LinkedListTest.java 590 int origSize = ll.size();
592 assertEquals("offer() should add an element as the last one", origSize, ll.lastIndexOf(objArray[0]));
  /external/webkit/Source/JavaScriptCore/wtf/
dtoa.cpp 491 int origSize = b.size();
492 int n1 = n + origSize + 1;
501 const uint32_t* src = srcStart + origSize - 1;
513 b.resize(origSize + n + !!b.words()[n1 - 1]);
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
MotionEventTest.java 443 float origSize = mMotionEvent2.getSize();
452 assertEquals(origSize, mMotionEvent2.getHistoricalSize(0), DELTA);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
LinkedListTest.java 597 int origSize = ll.size();
599 assertEquals("offer() should add an element as the last one", origSize, ll.lastIndexOf(objArray[0]));
  /external/clang/lib/Sema/
TreeTransform.h     [all...]

Completed in 1050 milliseconds