Searched defs:sourceWidth (Results 1 - 10 of 10) sorted by relevance

/external/libgdx/gdx/src/com/badlogic/gdx/utils/
H A DScaling.java51 public Vector2 apply (float sourceWidth, float sourceHeight, float targetWidth, float targetHeight) { argument
55 float sourceRatio = sourceHeight / sourceWidth;
56 float scale = targetRatio > sourceRatio ? targetWidth / sourceWidth : targetHeight / sourceHeight;
57 temp.x = sourceWidth * scale;
63 float sourceRatio = sourceHeight / sourceWidth;
64 float scale = targetRatio < sourceRatio ? targetWidth / sourceWidth : targetHeight / sourceHeight;
65 temp.x = sourceWidth * scale;
70 float scale = targetWidth / sourceWidth;
71 temp.x = sourceWidth * scale;
77 temp.x = sourceWidth * scal
[all...]
/external/icu/icu4c/source/i18n/
H A Dmeasfmt.cpp329 UMeasureFormatWidth sourceWidth = widthFromKey(key); local
330 if (sourceWidth == UMEASFMT_WIDTH_COUNT) {
345 cacheData.widthFallback[sourceWidth] = targetWidth;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
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 ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-user.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/activity/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 1269 milliseconds