Searched refs:fullPanoWidth (Results 1 – 2 of 2) sorted by relevance
116 int fullPanoWidth = in applyXmp() local123 if (fullPanoWidth == 0 || fullPanoHeight == 0) { in applyXmp()129 float scale = intermediateWidth / (float) fullPanoWidth; in applyXmp()133 (int) (fullPanoWidth * scale), (int) (fullPanoHeight * scale), in applyXmp()
453 int fullPanoWidth = in createPaddedBitmap() local460 if (fullPanoWidth == 0 || fullPanoHeight == 0) { in createPaddedBitmap()466 float scale = intermediateWidth / (float) fullPanoWidth; in createPaddedBitmap()470 (int) (fullPanoWidth * scale), (int) (fullPanoHeight * scale), in createPaddedBitmap()