Home
last modified time | relevance | path

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

123456

/frameworks/base/media/mca/filterpacks/native/base/
Dgeometry.cpp78 const float dx = width * (ratio / current_ratio - 1.0f); in ExpandToAspectRatio() local
96 const float dx = width * (length / current_length - 1.0f); in ExpandToMinLength() local
121 const float dx = width * (f - 1.0f); in ScaleWithLengthLimit() local
144 Point dx = dy; in FromCenterAxisAndLengths() local
/frameworks/base/graphics/java/android/graphics/
DLayerRasterizer.java30 public void addLayer(Paint paint, float dx, float dy) { in addLayer()
39 …private static native void nativeAddLayer(long native_layer, long native_paint, float dx, float dy… in nativeAddLayer()
DPath.java328 public void rMoveTo(float dx, float dy) { in rMoveTo()
355 public void rLineTo(float dx, float dy) { in rLineTo()
655 public void addPath(Path src, float dx, float dy) { in addPath()
688 public void offset(float dx, float dy, Path dst) { in offset()
703 public void offset(float dx, float dy) { in offset()
714 public void setLastPoint(float dx, float dy) { in setLastPoint()
793 private static native void native_rMoveTo(long nPath, float dx, float dy); in native_rMoveTo()
795 private static native void native_rLineTo(long nPath, float dx, float dy); in native_rLineTo()
822 private static native void native_addPath(long nPath, long src, float dx, float dy); in native_addPath()
825 private static native void native_offset(long nPath, float dx, float dy, long dst_path); in native_offset()
[all …]
/frameworks/native/libs/ui/
DRegion.cpp376 Region& Region::orSelf(const Region& rhs, int dx, int dy) { in orSelf()
379 Region& Region::xorSelf(const Region& rhs, int dx, int dy) { in xorSelf()
382 Region& Region::andSelf(const Region& rhs, int dx, int dy) { in andSelf()
385 Region& Region::subtractSelf(const Region& rhs, int dx, int dy) { in subtractSelf()
388 Region& Region::operationSelf(const Region& rhs, int dx, int dy, int op) { in operationSelf()
396 const Region Region::merge(const Region& rhs, int dx, int dy) const { in merge()
399 const Region Region::mergeExclusive(const Region& rhs, int dx, int dy) const { in mergeExclusive()
402 const Region Region::intersect(const Region& rhs, int dx, int dy) const { in intersect()
405 const Region Region::subtract(const Region& rhs, int dx, int dy) const { in subtract()
408 const Region Region::operation(const Region& rhs, int dx, int dy, int op) const { in operation()
[all …]
/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/support/v7/recyclerview/src/android/support/v7/widget/
DLinearSmoothScroller.java107 final int dx = calculateDxToMakeVisible(targetView, getHorizontalSnapPreference()); in onTargetFound() local
120 protected void onSeekTargetStep(int dx, int dy, RecyclerView.State state, Action action) { in onSeekTargetStep()
167 protected int calculateTimeForDeceleration(int dx) { in calculateTimeForDeceleration()
183 protected int calculateTimeForScrolling(int dx) { in calculateTimeForScrolling()
/frameworks/support/v4/java/android/support/v4/widget/
DViewDragHelper.java170 public void onViewPositionChanged(View changedView, int left, int top, int dx, int dy) {} in onViewPositionChanged()
303 public int clampViewPositionHorizontal(View child, int left, int dx) { in clampViewPositionHorizontal()
586 final int dx = finalLeft - startLeft; in forceSettleCapturedViewAt() local
603 private int computeSettleDuration(View child, int dx, int dy, int xvel, int yvel) { in computeSettleDuration()
726 final int dx = x - mCapturedView.getLeft(); in continueSettling() local
915 protected boolean canScroll(View v, boolean checkV, int dx, int dy, int x, int y) { in canScroll()
1014 final float dx = x - mInitialMotionX[pointerId]; in shouldInterceptTouchEvent() local
1160 final float dx = x - mInitialMotionX[pointerId]; in processTouchEvent() local
1229 private void reportNewEdgeDrags(float dx, float dy, int pointerId) { in reportNewEdgeDrags()
1277 private boolean checkTouchSlop(View child, float dx, float dy) { in checkTouchSlop()
[all …]
DScrollerCompat.java45 void startScroll(Object scroller, int startX, int startY, int dx, int dy); in startScroll()
46 void startScroll(Object scroller, int startX, int startY, int dx, int dy, int duration); in startScroll()
95 public void startScroll(Object scroller, int startX, int startY, int dx, int dy) { in startScroll()
100 public void startScroll(Object scroller, int startX, int startY, int dx, int dy, in startScroll()
182 public void startScroll(Object scroller, int startX, int startY, int dx, int dy) { in startScroll()
187 public void startScroll(Object scroller, int startX, int startY, int dx, int dy, in startScroll()
351 public void startScroll(int startX, int startY, int dx, int dy) { in startScroll()
368 public void startScroll(int startX, int startY, int dx, int dy, int duration) { in startScroll()
/frameworks/base/core/java/android/transition/
DPatternPathMotion.java119 float dx = endX - startX; in setPatternPath() local
132 double dx = endX - startX; in getPath() local
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
DomxVCM4P10_InterpolateChroma.c81 OMX_S32 dx, in omxVCM4P10_InterpolateChroma()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
DomxVCM4P10_InterpolateChroma.c84 OMX_S32 dx, in omxVCM4P10_InterpolateChroma()
DomxVCM4P10_InterpolateLuma.c83 OMX_S32 dx, in omxVCM4P10_InterpolateLuma()
DarmVCM4P10_Interpolate_Chroma.c67 OMX_U32 dx, in armVCM4P10_Interpolate_Chroma()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
DomxVCM4P10_InterpolateChroma.c81 OMX_S32 dx, in omxVCM4P10_InterpolateChroma()
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
Dmotion_comp.cpp128 int dx, dy; in eLumaMotionComp() local
269 int blkwidth, int blkheight, int dx) in eHorzInterp1MC()
559 int blkwidth, int blkheight, int dx) in eHorzInterp2MC()
1810 int dx, dy; in eChromaMotionComp() local
1833 void eChromaDiagonalMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, in eChromaDiagonalMC_SIMD()
1925 void eChromaHorizontalMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, in eChromaHorizontalMC_SIMD()
1974 void eChromaVerticalMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, in eChromaVerticalMC_SIMD()
2017 void eChromaDiagonalMC2_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, in eChromaDiagonalMC2_SIMD()
2060 void eChromaHorizontalMC2_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, in eChromaHorizontalMC2_SIMD()
2082 void eChromaVerticalMC2_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, in eChromaVerticalMC2_SIMD()
[all …]
/frameworks/av/media/libeffects/loudness/dsp/core/
Dinterpolator_linear.h67 T dx = x - x_data_[cached_index_]; in MethodSpecificInterpolation() local
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DPath_Delegate.java230 /*package*/ static void native_rMoveTo(long nPath, float dx, float dy) { in native_rMoveTo()
250 /*package*/ static void native_rLineTo(long nPath, float dx, float dy) { in native_rLineTo()
406 /*package*/ static void native_addPath(long nPath, long src, float dx, float dy) { in native_addPath()
426 /*package*/ static void native_offset(long nPath, float dx, float dy, long dst_path) { in native_offset()
439 /*package*/ static void native_offset(long nPath, float dx, float dy) { in native_offset()
444 /*package*/ static void native_setLastPoint(long nPath, float dx, float dy) { in native_setLastPoint()
645 private void rMoveTo(float dx, float dy) { in rMoveTo()
676 private void rLineTo(float dx, float dy) { in rLineTo()
841 public void offset(float dx, float dy, Path_Delegate dst) { in offset()
DLayerRasterizer_Delegate.java64 … /*package*/ static void nativeAddLayer(long native_layer, long native_paint, float dx, float dy) { in nativeAddLayer()
/frameworks/base/tests/RenderThreadTest/src/com/example/renderthread/
DSubActivity.java43 int dx = getWindowManager().getDefaultDisplay().getWidth(); in onResume() local
/frameworks/support/v17/tests/src/android/support/v17/leanback/widget/
DVerticalGridViewEx.java23 public void smoothScrollBy(int dx, int dy) { in smoothScrollBy()
DHorizontalGridViewEx.java23 public void smoothScrollBy(int dx, int dy) { in smoothScrollBy()
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
DTextViewBindingAdapter.java247 float dx = view.getShadowDx(); in setShadowColor() local
255 public static void setShadowDx(TextView view, float dx) { in setShadowDx()
268 float dx = view.getShadowDx(); in setShadowDy() local
278 float dx = view.getShadowDx(); in setShadowRadius() local
/frameworks/base/core/java/android/view/animation/
DTranslateXAnimation.java52 float dx = mFromXDelta + ((mToXDelta - mFromXDelta) * interpolatedTime); in applyTransformation() local
/frameworks/base/core/java/android/gesture/
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/support/v4/gingerbread/android/support/v4/widget/
DScrollerCompatGingerbread.java46 public static void startScroll(Object scroller, int startX, int startY, int dx, int dy) { in startScroll()
50 public static void startScroll(Object scroller, int startX, int startY, int dx, int dy, in startScroll()

123456