Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DCropObject.java236 float[] bUnit = GeometryMathUtils.normalize(b); in moveCurrentSelection() local
237 float sp = GeometryMathUtils.scalarProjection(disp, bUnit); in moveCurrentSelection()
238 dx = sp * bUnit[0]; in moveCurrentSelection()
239 dy = sp * bUnit[1]; in moveCurrentSelection()