Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DDetermineFovActivity.java191 int photoWidth = mPhotoBitmap.getWidth(); in drawContents() local
196 float scale = (float) canvasWidth / photoWidth; in drawContents()
206 float scaledWidth = scale * photoWidth; in drawContents()