Searched refs:allow_rotation (Results 1 – 13 of 13) sorted by relevance
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
D | db_rob_image_homography.cpp | 704 int orientation_preserving,allow_scaling,allow_rotation,allow_translation,sample_size; in db_RobImageHomography() local 798 allow_rotation=1; in db_RobImageHomography() 805 allow_rotation=1; in db_RobImageHomography() 812 allow_rotation=0; in db_RobImageHomography() 819 allow_rotation=1; in db_RobImageHomography() 826 allow_rotation=1; in db_RobImageHomography() 833 allow_rotation=0; in db_RobImageHomography() 840 allow_rotation=0; in db_RobImageHomography() 847 allow_rotation=1; in db_RobImageHomography() 854 allow_rotation=0; in db_RobImageHomography() [all …]
|
D | db_image_homography.h | 157 int allow_scaling=1,int allow_rotation=1,int allow_translation=1); 170 int allow_scaling=1,int allow_rotation=1,int allow_translation=1) 175 allow_scaling,allow_rotation,allow_translation);
|
D | db_framestitching.cpp | 82 int allow_scaling,int allow_rotation,int allow_translation) in db_StitchSimilarity3DRaw() argument 133 if(allow_rotation) in db_StitchSimilarity3DRaw()
|
D | db_image_homography.cpp | 238 int allow_scaling,int allow_rotation,int allow_translation) in db_StitchSimilarity2DRaw() argument 282 if(allow_rotation) in db_StitchSimilarity2DRaw()
|
D | db_framestitching.h | 89 int allow_scaling=1,int allow_rotation=1,int allow_translation=1);
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_rob_image_homography.cpp | 704 int orientation_preserving,allow_scaling,allow_rotation,allow_translation,sample_size; in db_RobImageHomography() local 798 allow_rotation=1; in db_RobImageHomography() 805 allow_rotation=1; in db_RobImageHomography() 812 allow_rotation=0; in db_RobImageHomography() 819 allow_rotation=1; in db_RobImageHomography() 826 allow_rotation=1; in db_RobImageHomography() 833 allow_rotation=0; in db_RobImageHomography() 840 allow_rotation=0; in db_RobImageHomography() 847 allow_rotation=1; in db_RobImageHomography() 854 allow_rotation=0; in db_RobImageHomography() [all …]
|
D | db_image_homography.h | 157 int allow_scaling=1,int allow_rotation=1,int allow_translation=1); 170 int allow_scaling=1,int allow_rotation=1,int allow_translation=1) 175 allow_scaling,allow_rotation,allow_translation);
|
D | db_framestitching.cpp | 82 int allow_scaling,int allow_rotation,int allow_translation) in db_StitchSimilarity3DRaw() argument 133 if(allow_rotation) in db_StitchSimilarity3DRaw()
|
D | db_image_homography.cpp | 238 int allow_scaling,int allow_rotation,int allow_translation) in db_StitchSimilarity2DRaw() argument 282 if(allow_rotation) in db_StitchSimilarity2DRaw()
|
D | db_framestitching.h | 89 int allow_scaling=1,int allow_rotation=1,int allow_translation=1);
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Utilities.java | 103 c.getResources().getBoolean(R.bool.allow_rotation); in isRotationEnabled()
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/ |
D | WallpaperCropActivity.java | 201 return getResources().getBoolean(R.bool.allow_rotation); in enableRotation()
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | Launcher.java | 3886 getResources().getBoolean(R.bool.allow_rotation); in isRotationEnabled()
|