Home
last modified time | relevance | path

Searched defs:dx (Results 1 – 25 of 108) sorted by relevance

12345

/frameworks/base/media/mca/filterpacks/native/base/
Dgeometry.cpp80 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/
Dgeometry.cpp79 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/
DRegion.cpp400 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/
DAmbientShadowVertexCalculator.java67 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/
DLinearSmoothScroller.java112 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()
DNestedScrollingChild.java173 boolean dispatchNestedPreScroll(int dx, int dy, int[] consumed, int[] offsetInWindow); in dispatchNestedPreScroll()
DSlidingTab.java249 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/
DPatternPathMotion.java118 float dx = endX - startX; in setPatternPath() local
131 double dx = endX - startX; in getPath() local
/frameworks/base/graphics/java/android/graphics/
DLayerRasterizer.java31 public void addLayer(Paint paint, float dx, float dy) { } in addLayer()
DPath.java361 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 …]
DPointF.java63 public final void offset(float dx, float dy) { in offset()
DMatrix.java320 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()
DRectF.java243 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/
Dinterpolator_linear.h67 T dx = x - x_data_[cached_index_]; in MethodSpecificInterpolation() local
/frameworks/layoutlib/bridge/src/android/view/math/
DMath3DHelper.java32 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/
DSubActivity.java43 int dx = getWindowManager().getDefaultDisplay().getWidth(); in onResume() local
/frameworks/base/core/java/android/view/animation/
DTranslateXAnimation.java52 float dx = mFromXDelta + ((mToXDelta - mFromXDelta) * interpolatedTime); in applyTransformation() local
/frameworks/layoutlib/bridge/src/android/graphics/
DPath_Delegate.java239 /*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/
DGestureStroke.java138 float dx = Math.abs(x - mX); in makePath() local
187 float dx = Math.abs(x - mX); in toPath() local
DGestureUtils.java380 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/
DPaintUtils.h72 float dx; member
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/f32/
DKernelDataForRenderScriptF32.java102 float dx = dx0 + (float) u / (float) getNumSubPixels(); in generateDiskKernelArray() local
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/d1new/
DKernelDataForRenderScriptd1new.java104 float dx = dx0 + (float) u / (float) getNumSubPixels(); in generateDiskKernelArray() local
/frameworks/base/core/java/android/widget/
DScroller.java375 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/
DRectangle.java62 Point dx = vAxis.rotated90(1).scaledTo(size.x / 2.0f); in fromCenterVerticalAxis() local

12345