/frameworks/base/media/mca/filterpacks/native/base/ |
D | geometry.cpp | 82 const float dy = height * (current_ratio / ratio - 1.0f); in ExpandToAspectRatio() local 99 const float dy = height * (length / current_length - 1.0f); in ExpandToMinLength() local 124 const float dy = height * (f - 1.0f); in ScaleWithLengthLimit() local 138 Point dy = vert_axis; in FromCenterAxisAndLengths() local
|
/frameworks/base/graphics/java/android/graphics/ |
D | LayerRasterizer.java | 30 public void addLayer(Paint paint, float dx, float dy) { in addLayer() 39 …rivate static native void nativeAddLayer(long native_layer, long native_paint, float dx, float dy); in nativeAddLayer()
|
D | Path.java | 328 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/base/media/mca/filterfw/native/core/ |
D | geometry.cpp | 83 const float dy = height * (current_ratio / ratio - 1.0f); in ExpandToAspectRatio() local 100 const float dy = height * (length / current_length - 1.0f); in ExpandToMinLength() local 125 const float dy = height * (f - 1.0f); in ScaleWithLengthLimit() local
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ResolverDrawerLayout.java | 173 final float dy = y - mInitialTouchY; in onInterceptTouchEvent() local 237 final float dy = y - mInitialTouchY; in onTouchEvent() local 245 final float dy = y - mLastTouchY; in onTouchEvent() local
|
/frameworks/native/libs/ui/ |
D | Region.cpp | 365 Region& Region::orSelf(const Region& rhs, int dx, int dy) { in orSelf() 368 Region& Region::xorSelf(const Region& rhs, int dx, int dy) { in xorSelf() 371 Region& Region::andSelf(const Region& rhs, int dx, int dy) { in andSelf() 374 Region& Region::subtractSelf(const Region& rhs, int dx, int dy) { in subtractSelf() 377 Region& Region::operationSelf(const Region& rhs, int dx, int dy, int op) { in operationSelf() 397 const Region Region::operation(const Region& rhs, int dx, int dy, int op) const { in operation() 561 const Region& rhs, int dx, int dy) in boolean_operation() 671 const Rect& rhs, int dx, int dy) in boolean_operation() 708 void Region::translate(Region& reg, int dx, int dy) in translate() 727 void Region::translate(Region& dst, const Region& reg, int dx, int dy) in translate()
|
/frameworks/support/v4/java/android/support/v4/widget/ |
D | ViewDragHelper.java | 170 public void onViewPositionChanged(View changedView, int left, int top, int dx, int dy) {} in onViewPositionChanged() 318 public int clampViewPositionVertical(View child, int top, int dy) { in clampViewPositionVertical() 587 final int dy = finalTop - startTop; in forceSettleCapturedViewAt() local 603 private int computeSettleDuration(View child, int dx, int dy, int xvel, int yvel) { in computeSettleDuration() 727 final int dy = y - mCapturedView.getTop(); in continueSettling() local 914 protected boolean canScroll(View v, boolean checkV, int dx, int dy, int x, int y) { in canScroll() 1012 final float dy = y - mInitialMotionY[pointerId]; in shouldInterceptTouchEvent() local 1158 final float dy = y - mInitialMotionY[pointerId]; in processTouchEvent() local 1226 private void reportNewEdgeDrags(float dx, float dy, int pointerId) { in reportNewEdgeDrags() 1274 private boolean checkTouchSlop(View child, float dx, float dy) { in checkTouchSlop() [all …]
|
D | ScrollerCompat.java | 45 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/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
D | omxVCM4P10_InterpolateLuma.c | 69 OMX_S32 dy, in omxVCM4P10_InterpolateLuma()
|
D | omxVCM4P10_InterpolateChroma.c | 70 OMX_S32 dy, in omxVCM4P10_InterpolateChroma()
|
D | armVCM4P10_Interpolate_Chroma.c | 53 OMX_U32 dy in armVCM4P10_Interpolate_Chroma()
|
D | armVCM4P10_Interpolate_Luma.c | 97 OMX_U32 dy in armVCM4P10_Interpolate_Luma()
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
D | omxVCM4P10_InterpolateChroma.c | 67 OMX_S32 dy, in omxVCM4P10_InterpolateChroma()
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
D | omxVCM4P10_InterpolateChroma.c | 67 OMX_S32 dy, in omxVCM4P10_InterpolateChroma()
|
/frameworks/base/core/java/android/transition/ |
D | PatternPathMotion.java | 121 float dy = endY - startY; in setPatternPath() local 134 float dy = endY - startY; in getPath() local
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Path_Delegate.java | 228 /*package*/ static void native_rMoveTo(long nPath, float dx, float dy) { in native_rMoveTo() 248 /*package*/ static void native_rLineTo(long nPath, float dx, float dy) { in native_rLineTo() 404 /*package*/ static void native_addPath(long nPath, long src, float dx, float dy) { in native_addPath() 424 /*package*/ static void native_offset(long nPath, float dx, float dy, long dst_path) { in native_offset() 437 /*package*/ static void native_offset(long nPath, float dx, float dy) { in native_offset() 442 /*package*/ static void native_setLastPoint(long nPath, float dx, float dy) { in native_setLastPoint() 596 private void rMoveTo(float dx, float dy) { in rMoveTo() 627 private void rLineTo(float dx, float dy) { in rLineTo() 792 public void offset(float dx, float dy, Path_Delegate dst) { in offset()
|
D | LayerRasterizer_Delegate.java | 64 … /*package*/ static void nativeAddLayer(long native_layer, long native_paint, float dx, float dy) { in nativeAddLayer()
|
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
D | motion_comp.cpp | 128 int dx, dy; in eLumaMotionComp() local 782 int blkwidth, int blkheight, int dy) in eVertInterp1MC() 1149 int blkwidth, int blkheight, int dy) in eVertInterp3MC() 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/libstagefright/codecs/m4v_h263/dec/src/ |
D | pp_semaphore_chroma_inter.cpp | 117 int dy, /* i */ in pp_semaphore_chroma_inter()
|
D | pp_semaphore_luma.cpp | 120 int dy, /* i */ in pp_semaphore_luma()
|
/frameworks/support/v4/gingerbread/android/support/v4/widget/ |
D | ScrollerCompatGingerbread.java | 46 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()
|
/frameworks/base/core/java/android/gesture/ |
D | GestureStroke.java | 140 float dy = Math.abs(y - mY); in makePath() local 189 float dy = Math.abs(y - mY); in toPath() local
|
D | GestureUtils.java | 381 float dy = points[i + 3] - points[i + 1]; in computeTotalLength() local 390 float dy = points[3] - points[1]; in computeStraightness() local 396 float dy = points[3] - points[1]; in computeStraightness() local 576 static float[] translate(float[] points, float dx, float dy) { in translate()
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | TypeThunker.java | 62 int dx, int dy, int dz, boolean dmip, boolean dfaces, int yuv) { in create()
|
/frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/ |
D | RsListRS.java | 105 int dy = mLastY - y; in onActionMove() local
|