Searched defs:rot (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DEdgePointerUtil.h27 inline EdgePointer rot(EdgePointer a) function
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DEdgePointerUtil.h27 inline EdgePointer rot(EdgePointer a) function
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
H A DBoundedRect.java31 private float rot; field in class:BoundedRect
37 rot = rotation;
47 rot = rotation;
57 rot = rotation;
83 if (rotation == rot)
85 rot = rotation;
359 m.setRotate(rot, outer.centerX(), outer.centerY());
365 m.setRotate(-rot, outer.centerX(), outer.centerY());
H A DCropMath.java137 * @param rot angle of rotation about rectangle center
140 public static boolean pointInRotatedRect(float[] point, RectF bound, float rot) { argument
143 m.setRotate(rot, bound.centerX(), bound.centerY());
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DColorSpaceMatrix.java132 * @param rot rotation in degrees
134 public void setHue(float rot) argument
152 float zrs = (float) Math.sin(rot * Math.PI / 180.0);
153 float zrc = (float) Math.cos(rot * Math.PI / 180.0);
/packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
H A DMagicSmokeRS.java96 boolean rot, boolean texswap, boolean premul) {
103 mRotate = rot;
120 // proc back low high alph mask rot swap premul
95 Preset(int processmode, int backcol, int locol, int hicol, float mul, int mask, boolean rot, boolean texswap, boolean premul) argument

Completed in 1063 milliseconds