Home
last modified time | relevance | path

Searched refs:fullPanoWidth (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DImageFilterTinyPlanet.java116 int fullPanoWidth = in applyXmp() local
123 if (fullPanoWidth == 0 || fullPanoHeight == 0) { in applyXmp()
129 float scale = intermediateWidth / (float) fullPanoWidth; in applyXmp()
133 (int) (fullPanoWidth * scale), (int) (fullPanoHeight * scale), in applyXmp()
/packages/apps/Camera2/src/com/android/camera/tinyplanet/
DTinyPlanetFragment.java453 int fullPanoWidth = in createPaddedBitmap() local
460 if (fullPanoWidth == 0 || fullPanoHeight == 0) { in createPaddedBitmap()
466 float scale = intermediateWidth / (float) fullPanoWidth; in createPaddedBitmap()
470 (int) (fullPanoWidth * scale), (int) (fullPanoHeight * scale), in createPaddedBitmap()