/frameworks/base/media/mca/filterpacks/native/base/ |
D | geometry.cpp | 80 const float dx = width * (ratio / current_ratio - 1.0f); in ExpandToAspectRatio() local 98 const float dx = width * (length / current_length - 1.0f); in ExpandToMinLength() local 123 const float dx = width * (f - 1.0f); in ScaleWithLengthLimit() local 146 Point dx = dy; in FromCenterAxisAndLengths() local
|
/frameworks/base/media/mca/filterfw/native/core/ |
D | geometry.cpp | 79 const float dx = width * (ratio / current_ratio - 1.0f); in ExpandToAspectRatio() local 97 const float dx = width * (length / current_length - 1.0f); in ExpandToMinLength() local 122 const float dx = width * (f - 1.0f); in ScaleWithLengthLimit() local
|
/frameworks/native/libs/ui/ |
D | Region.cpp | 400 Region& Region::orSelf(const Region& rhs, int dx, int dy) { in orSelf() 403 Region& Region::xorSelf(const Region& rhs, int dx, int dy) { in xorSelf() 406 Region& Region::andSelf(const Region& rhs, int dx, int dy) { in andSelf() 409 Region& Region::subtractSelf(const Region& rhs, int dx, int dy) { in subtractSelf() 412 Region& Region::operationSelf(const Region& rhs, int dx, int dy, uint32_t op) { in operationSelf() 420 const Region Region::merge(const Region& rhs, int dx, int dy) const { in merge() 423 const Region Region::mergeExclusive(const Region& rhs, int dx, int dy) const { in mergeExclusive() 426 const Region Region::intersect(const Region& rhs, int dx, int dy) const { in intersect() 429 const Region Region::subtract(const Region& rhs, int dx, int dy) const { in subtract() 432 const Region Region::operation(const Region& rhs, int dx, int dy, uint32_t op) const { in operation() [all …]
|
/frameworks/layoutlib/bridge/src/android/view/shadow/ |
D | AmbientShadowVertexCalculator.java | 67 float dx = rays.dx[i]; in generateVertex() local 85 float dx = rays.dx[i]; in generateVertex() local 146 public final float[] dx; field in AmbientShadowVertexCalculator.Rays
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | LinearSmoothScroller.java | 112 final int dx = calculateDxToMakeVisible(targetView, getHorizontalSnapPreference()); in onTargetFound() local 125 protected void onSeekTargetStep(int dx, int dy, RecyclerView.State state, Action action) { in onSeekTargetStep() 173 protected int calculateTimeForDeceleration(int dx) { in calculateTimeForDeceleration() 189 protected int calculateTimeForScrolling(int dx) { in calculateTimeForScrolling()
|
D | NestedScrollingChild.java | 173 boolean dispatchNestedPreScroll(int dx, int dy, int[] consumed, int[] offsetInWindow); in dispatchNestedPreScroll()
|
D | SlidingTab.java | 249 int dx = horiz ? (alignment == ALIGN_LEFT ? alignment_value - tab.getRight() in hide() local 268 int dx = horiz ? (alignment == ALIGN_LEFT ? tab.getWidth() : -tab.getWidth()) : 0; in show() local 310 int dx = horiz ? (alignment == ALIGN_LEFT ? alignment_value - tab.getLeft() in reset() local
|
/frameworks/base/core/java/android/transition/ |
D | PatternPathMotion.java | 118 float dx = endX - startX; in setPatternPath() local 131 double dx = endX - startX; in getPath() local
|
/frameworks/base/graphics/java/android/graphics/ |
D | LayerRasterizer.java | 31 public void addLayer(Paint paint, float dx, float dy) { } in addLayer()
|
D | Path.java | 361 public void rMoveTo(float dx, float dy) { in rMoveTo() 388 public void rLineTo(float dx, float dy) { in rLineTo() 688 public void addPath(@NonNull Path src, float dx, float dy) { in addPath() 721 public void offset(float dx, float dy, @Nullable Path dst) { in offset() 736 public void offset(float dx, float dy) { in offset() 755 public void setLastPoint(float dx, float dy) { in setLastPoint() 832 private static native void nRMoveTo(long nPath, float dx, float dy); in nRMoveTo() 834 private static native void nRLineTo(long nPath, float dx, float dy); in nRLineTo() 855 private static native void nAddPath(long nPath, long src, float dx, float dy); in nAddPath() 858 private static native void nOffset(long nPath, float dx, float dy); in nOffset() [all …]
|
D | PointF.java | 63 public final void offset(float dx, float dy) { in offset()
|
D | Matrix.java | 320 public void setTranslate(float dx, float dy) { in setTranslate() 400 public boolean preTranslate(float dx, float dy) { in preTranslate() 464 public boolean postTranslate(float dx, float dy) { in postTranslate() 887 private static native void nSetTranslate(long nObject, float dx, float dy); in nSetTranslate() 908 private static native void nPreTranslate(long nObject, float dx, float dy); in nPreTranslate() 924 private static native void nPostTranslate(long nObject, float dx, float dy); in nPostTranslate()
|
D | RectF.java | 243 public void offset(float dx, float dy) { in offset() 273 public void inset(float dx, float dy) { in inset()
|
/frameworks/av/media/libeffects/loudness/dsp/core/ |
D | interpolator_linear.h | 67 T dx = x - x_data_[cached_index_]; in MethodSpecificInterpolation() local
|
/frameworks/layoutlib/bridge/src/android/view/math/ |
D | Math3DHelper.java | 32 float dx, float dy, int d) { in rayIntersectPoly() 245 float dx = poly2[i * 2] - poly1[j * 2]; in intersection() local 277 float dx = poly[i * 2] - poly[(i - 1) * 2]; in intersection() local 423 float dx = (x1 * y2 - y1 * x2); in lineIntersection() local 462 float dx = (float) Math.sin(Math.PI / 4 + step * i); in donutPie2() local 473 float dx = (float) Math.sin(Math.PI / 4 + step * i); in donutPie2() local 511 float dx = (float) Math.sin(Math.PI / 4 + step * i); in donutPie2() local
|
/frameworks/base/tests/RenderThreadTest/src/com/example/renderthread/ |
D | SubActivity.java | 43 int dx = getWindowManager().getDefaultDisplay().getWidth(); in onResume() local
|
/frameworks/base/core/java/android/view/animation/ |
D | TranslateXAnimation.java | 52 float dx = mFromXDelta + ((mToXDelta - mFromXDelta) * interpolatedTime); in applyTransformation() local
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | Path_Delegate.java | 239 /*package*/ static void nRMoveTo(long nPath, float dx, float dy) { in nRMoveTo() 259 /*package*/ static void nRLineTo(long nPath, float dx, float dy) { in nRLineTo() 412 /*package*/ static void nAddPath(long nPath, long src, float dx, float dy) { in nAddPath() 432 /*package*/ static void nOffset(long nPath, float dx, float dy) { in nOffset() 442 /*package*/ static void nSetLastPoint(long nPath, float dx, float dy) { in nSetLastPoint() 669 public void rMoveTo(float dx, float dy) { in rMoveTo() 700 public void rLineTo(float dx, float dy) { in rLineTo() 872 public void offset(float dx, float dy) { in offset()
|
/frameworks/base/core/java/android/gesture/ |
D | GestureStroke.java | 138 float dx = Math.abs(x - mX); in makePath() local 187 float dx = Math.abs(x - mX); in toPath() local
|
D | GestureUtils.java | 380 float dx = points[i + 2] - points[i]; in computeTotalLength() local 389 float dx = points[2] - points[0]; in computeStraightness() local 395 float dx = points[2] - points[0]; in computeStraightness() local 576 static float[] translate(float[] points, float dx, float dy) { in translate()
|
/frameworks/base/libs/hwui/utils/ |
D | PaintUtils.h | 72 float dx; member
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/f32/ |
D | KernelDataForRenderScriptF32.java | 102 float dx = dx0 + (float) u / (float) getNumSubPixels(); in generateDiskKernelArray() local
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/d1new/ |
D | KernelDataForRenderScriptd1new.java | 104 float dx = dx0 + (float) u / (float) getNumSubPixels(); in generateDiskKernelArray() local
|
/frameworks/base/core/java/android/widget/ |
D | Scroller.java | 375 public void startScroll(int startX, int startY, int dx, int dy) { in startScroll() 393 public void startScroll(int startX, int startY, int dx, int dy, int duration) { in startScroll() 432 float dx = (float) (mFinalX - mStartX); in fling() local
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/ |
D | Rectangle.java | 62 Point dx = vAxis.rotated90(1).scaledTo(size.x / 2.0f); in fromCenterVerticalAxis() local
|