Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DCropView.java261 int mout = x & mask; in bitCycleLeft() local
263 int hi = mout >> (d - times); in bitCycleLeft()
264 int low = (mout << times) & mask; in bitCycleLeft()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DImageCrop.java203 int mout = x & mask; in bitCycleLeft() local
205 int hi = mout >> (d - times); in bitCycleLeft()
206 int low = (mout << times) & mask; in bitCycleLeft()