Home
last modified time | relevance | path

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

/packages/apps/Gallery3D/src/com/cooliris/media/
DUtil.java83 int dstX = (targetWidth - src.width()) / 2; in transform() local
85 Rect dst = new Rect(dstX, dstY, targetWidth - dstX, targetHeight - dstY); in transform()
/packages/apps/Gallery/src/com/android/camera/
DUtil.java176 int dstX = (targetWidth - src.width()) / 2; in transform() local
179 dstX, in transform()
181 targetWidth - dstX, in transform()