Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DImageFilterTinyPlanet.java118 int fullPanoHeight = in applyXmp() local
123 if (fullPanoWidth == 0 || fullPanoHeight == 0) { in applyXmp()
133 (int) (fullPanoWidth * scale), (int) (fullPanoHeight * scale), in applyXmp()
/packages/apps/Camera2/src/com/android/camera/tinyplanet/
DTinyPlanetFragment.java453 int fullPanoHeight = in createPaddedBitmap() local
458 if (fullPanoWidth == 0 || fullPanoHeight == 0) { in createPaddedBitmap()
468 (int) (fullPanoWidth * scale), (int) (fullPanoHeight * scale), in createPaddedBitmap()