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()
451 int fullPanoWidth = in createPaddedBitmap() local458 if (fullPanoWidth == 0 || fullPanoHeight == 0) { in createPaddedBitmap()464 float scale = intermediateWidth / (float) fullPanoWidth; in createPaddedBitmap()468 (int) (fullPanoWidth * scale), (int) (fullPanoHeight * scale), in createPaddedBitmap()