Searched refs:rot (Results 1 – 12 of 12) sorted by relevance
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
D | Delaunay.h | 113 #define oprev(a) rot(onext(rot(a))) 114 #define lnext(a) rot(onext(rotinv(a))) 116 #define rnext(a) rotinv(onext(rot(a))) 124 #define right(a) orig(rot(a))
|
D | EdgePointerUtil.h | 27 inline EdgePointer rot(EdgePointer a) in rot() function
|
D | Delaunay.cpp | 149 alpha = (EdgePointer) rot(onext(a)); in splice() 150 beta = (EdgePointer) rot(onext(b)); in splice() 258 for (i=0,j=3; i<4; i++,j=rot(j)) { in consolidateEdges() 260 onext(rot(onext(e+i))) = (EdgePointer) (e+j); in consolidateEdges()
|
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
D | Delaunay.h | 113 #define oprev(a) rot(onext(rot(a))) 114 #define lnext(a) rot(onext(rotinv(a))) 116 #define rnext(a) rotinv(onext(rot(a))) 124 #define right(a) orig(rot(a))
|
D | EdgePointerUtil.h | 27 inline EdgePointer rot(EdgePointer a) in rot() function
|
D | Delaunay.cpp | 149 alpha = (EdgePointer) rot(onext(a)); in splice() 150 beta = (EdgePointer) rot(onext(b)); in splice() 258 for (i=0,j=3; i<4; i++,j=rot(j)) { in consolidateEdges() 260 onext(rot(onext(e+i))) = (EdgePointer) (e+j); in consolidateEdges()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
D | ColorSpaceMatrix.java | 134 public void setHue(float rot) in setHue() argument 152 float zrs = (float) Math.sin(rot * Math.PI / 180.0); in setHue() 153 float zrc = (float) Math.cos(rot * Math.PI / 180.0); in setHue()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
D | ImageFlip.java | 55 int rot = constrainedRotation(getLocalRotation()); in hasRotated90() local 56 return (rot / 90) % 2 != 0; in hasRotated90()
|
D | GeometryMetadata.java | 360 float rot = mRotation; in buildGeometryMatrix() local 362 rot += mStraightenRotation; in buildGeometryMatrix() 364 return buildGeometryMatrix(width, height, scaling, dx, dy, rot); in buildGeometryMatrix()
|
D | ImageCrop.java | 601 float rot = getLocalRotation(); in gainedVisibility() local 603 if( ((int) ((rot - mLastRot) / 90)) % 2 != 0 ){ in gainedVisibility() 723 int rot = constrainedRotation(rotation); in decoder() local 724 switch (rot) { in decoder()
|
/packages/apps/Browser/src/com/android/browser/ |
D | NavTabScroller.java | 498 ObjectAnimator rot = ObjectAnimator.ofFloat(child, in onPull() local 503 set.playTogether(trans, rot); in onPull() 525 float rot = -factor * ease(mCubic, oscroll, 0, k * 2, height); in onPull() local 533 child.setRotationY(-rot); in onPull() 535 child.setRotationX(rot); in onPull()
|
/packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/ |
D | MagicSmokeRS.java | 96 boolean rot, boolean texswap, boolean premul) { in Preset() argument 103 mRotate = rot; in Preset()
|