Home
last modified time | relevance | path

Searched refs:rot (Results 1 – 25 of 27) sorted by relevance

12

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DBoundedRect.java31 private float rot; field in BoundedRect
37 rot = rotation; in BoundedRect()
47 rot = rotation; in BoundedRect()
57 rot = rotation; in resetTo()
83 if (rotation == rot) in setRotation()
85 rot = rotation; in setRotation()
359 m.setRotate(rot, outer.centerX(), outer.centerY()); in getRotMatrix()
365 m.setRotate(-rot, outer.centerX(), outer.centerY()); in getInverseRotMatrix()
DCropMath.java140 public static boolean pointInRotatedRect(float[] point, RectF bound, float rot) { in pointInRotatedRect() argument
143 m.setRotate(rot, bound.centerX(), bound.centerY()); in pointInRotatedRect()
DCropDrawingUtils.java182 boolean rot = dst.preRotate(rotation, image.centerX(), image.centerY()); in setImageToScreenMatrix()
183 return rToR && rot; in setImageToScreenMatrix()
DCropView.java275 int rot = CropMath.constrainedRotation(rotation); in decode() local
276 switch (rot) { in decode()
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DDelaunay.h113 #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))
DDelaunay.cpp149 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()
DEdgePointerUtil.h27 inline EdgePointer rot(EdgePointer a) in rot() function
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DColorSpaceMatrix.java134 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/
DImageCrop.java217 int rot = CropMath.constrainedRotation(rotation); in decode() local
218 switch (rot) { in decode()
/packages/inputmethods/LatinIME/dictionaries/
Dlv_wordlist.combined.gz1dictionary=main:lv,locale=lv,description=Latviešu,date=1393228136, ...
Dfr_wordlist.combined.gz1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ...
Dro_wordlist.combined.gz
Des_wordlist.combined.gz
Dpt_BR_wordlist.combined.gz1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ...
Dcs_wordlist.combined.gz1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ...
Dde_wordlist.combined.gz
Dpl_wordlist.combined.gz1dictionary=main:pl,locale=pl,description=Polski,date=1414726264, ...
Dpt_PT_wordlist.combined.gz1dictionary=main:pt_pt,locale=pt_PT,description=Português (Portugal),date ...
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_US_wordlist.combined.gz
Dnl_wordlist.combined.gz1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ...
Dnb_wordlist.combined.gz
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...
Dda_wordlist.combined.gz1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ...
Dtr_wordlist.combined.gz1dictionary=main:tr,locale=tr,description=Türkçe,date=1414726261, ...

12