/aosp12/frameworks/layoutlib/bridge/src/android/view/shadow/ |
H A D | TriangleBuffer.java | 159 if (minx < 0) { in triangleZBuffMin() 160 minx = 0; in triangleZBuffMin() 193 int startx = start(cx1, fdy12, minx, minx, maxx); in triangleZBuffMin() 197 cx1 -= (startx - minx) * fdy12; in triangleZBuffMin() 198 cx2 -= (startx - minx) * fdy23; in triangleZBuffMin() 199 cx3 -= (startx - minx) * fdy31; in triangleZBuffMin() 202 endx = end(cx2, fdy23, startx, minx, endx); in triangleZBuffMin() 203 endx = end(cx3, fdy31, startx, minx, endx); in triangleZBuffMin() 233 return minx; in start() 238 return max(x0 + y0 / dy + 1, minx); in start() [all …]
|
/aosp12/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/ |
H A D | Cube.java | 32 float minx = delta + trim[0] * (v.mDimx - delta); in Cube() local 39 minx, miny, minz, in Cube() 42 minx, maxy, minz, in Cube() 43 minx, miny, maxz, in Cube() 46 minx, maxy, maxz, in Cube()
|
H A D | ViewMatrix.java | 225 float minx = Float.MAX_VALUE, miny = Float.MAX_VALUE, minz = Float.MAX_VALUE; in calcLook() local 230 minx = Math.min(tri.mVert[i], minx); in calcLook() 236 mLookPoint = new double[]{voxelDim[0] * (maxx + minx) / 2, in calcLook() 239 mScreenWidth = Math.max(voxelDim[0] * (maxx - minx), in calcLook() 245 float minx = Float.MAX_VALUE, miny = Float.MAX_VALUE, minz = Float.MAX_VALUE; in calcLook() local 250 minx = Math.min(triW.mVert[i], minx); in calcLook() 256 mLookPoint = new double[]{(maxx + minx) / 2, (maxy + miny) / 2, (maxz + minz) / 2}; in calcLook() 258 mScreenWidth = 2 * Math.max((maxx - minx), Math.max((maxy - miny), (maxz - minz))); in calcLook()
|
/aosp12/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/ |
H A D | FindRegion.java | 113 float minx = xy[0], miny = xy[1]; in calcBounds() local 116 minx = Math.min(minx, xy[i]); in calcBounds() 122 rect.set(minx, miny, maxx, maxy); in calcBounds()
|
/aosp12/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/ |
H A D | FindRegion.java | 158 float minx = xy[0], miny = xy[1]; in calcBounds() local 161 minx = Math.min(minx, xy[i]); in calcBounds() 167 rect.set(minx, miny, maxx, maxy); in calcBounds()
|
/aosp12/frameworks/base/core/java/android/gesture/ |
H A D | GestureUtils.java | 513 float minx = Float.MAX_VALUE; in computeOrientedBoundingBox() local 519 if (points[i] < minx) { in computeOrientedBoundingBox() 520 minx = points[i]; in computeOrientedBoundingBox() 534 …edBoundingBox((float) (angle * 180 / Math.PI), centroid[0], centroid[1], maxx - minx, maxy - miny); in computeOrientedBoundingBox()
|
/aosp12/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
H A D | Delaunay.cpp | 75 EdgePointer a, b, c, ldo, rdi, ldi, rdo, maxx, minx; in build() local 84 minx = sp[low]; in build() 96 while (orig(ldo) != minx) { in build()
|
/aosp12/packages/inputmethods/LatinIME/dictionaries/ |
H A D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
H A D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
H A D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |