Home
last modified time | relevance | path

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

1234

/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.java29 public void addLayer(Paint paint, float dx, float dy) { in addLayer()
38 … private static native void nativeAddLayer(int native_layer, int native_paint, float dx, float dy); in nativeAddLayer()
DPath.java233 public void rMoveTo(float dx, float dy) { in rMoveTo()
260 public void rLineTo(float dx, float dy) { in rLineTo()
514 public void addPath(Path src, float dx, float dy) { in addPath()
547 public void offset(float dx, float dy, Path dst) { in offset()
562 public void offset(float dx, float dy) { in offset()
573 public void setLastPoint(float dx, float dy) { in setLastPoint()
629 private static native void native_rMoveTo(int nPath, float dx, float dy); in native_rMoveTo()
631 private static native void native_rLineTo(int nPath, float dx, float dy); in native_rLineTo()
655 private static native void native_addPath(int nPath, int src, float dx, in native_addPath()
659 private static native void native_offset(int nPath, float dx, float dy, in native_offset()
[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/native/libs/ui/
DRegion.cpp348 Region& Region::orSelf(const Region& rhs, int dx, int dy) { in orSelf()
351 Region& Region::xorSelf(const Region& rhs, int dx, int dy) { in xorSelf()
354 Region& Region::andSelf(const Region& rhs, int dx, int dy) { in andSelf()
357 Region& Region::subtractSelf(const Region& rhs, int dx, int dy) { in subtractSelf()
360 Region& Region::operationSelf(const Region& rhs, int dx, int dy, int op) { in operationSelf()
368 const Region Region::merge(const Region& rhs, int dx, int dy) const { in merge()
371 const Region Region::mergeExclusive(const Region& rhs, int dx, int dy) const { in mergeExclusive()
374 const Region Region::intersect(const Region& rhs, int dx, int dy) const { in intersect()
377 const Region Region::subtract(const Region& rhs, int dx, int dy) const { in subtract()
380 const Region Region::operation(const Region& rhs, int dx, int dy, int op) const { in operation()
[all …]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
DomxVCM4P10_InterpolateChroma.c69 OMX_S32 dx, in omxVCM4P10_InterpolateChroma()
DomxVCM4P10_InterpolateLuma.c68 OMX_S32 dx, in omxVCM4P10_InterpolateLuma()
DarmVCM4P10_Interpolate_Chroma.c52 OMX_U32 dx, in armVCM4P10_Interpolate_Chroma()
DarmVCM4P10_Interpolate_Luma.c96 OMX_U32 dx, in armVCM4P10_Interpolate_Luma()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
DomxVCM4P10_InterpolateChroma.c66 OMX_S32 dx, in omxVCM4P10_InterpolateChroma()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
DomxVCM4P10_InterpolateChroma.c66 OMX_S32 dx, in omxVCM4P10_InterpolateChroma()
/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()
579 final int dx = finalLeft - startLeft; in forceSettleCapturedViewAt() local
596 private int computeSettleDuration(View child, int dx, int dy, int xvel, int yvel) { in computeSettleDuration()
719 final int dx = x - mCapturedView.getLeft(); in continueSettling() local
907 protected boolean canScroll(View v, boolean checkV, int dx, int dy, int x, int y) { in canScroll()
1004 final float dx = x - mInitialMotionX[pointerId]; in shouldInterceptTouchEvent() local
1127 final float dx = x - mInitialMotionX[pointerId]; in processTouchEvent() local
1196 private void reportNewEdgeDrags(float dx, float dy, int pointerId) { in reportNewEdgeDrags()
1244 private boolean checkTouchSlop(View child, float dx, float dy) { in checkTouchSlop()
[all …]
DScrollerCompat.java41 void startScroll(Object scroller, int startX, int startY, int dx, int dy); in startScroll()
42 void startScroll(Object scroller, int startX, int startY, int dx, int dy, int duration); in startScroll()
88 public void startScroll(Object scroller, int startX, int startY, int dx, int dy) { in startScroll()
93 public void startScroll(Object scroller, int startX, int startY, int dx, int dy, in startScroll()
175 public void startScroll(Object scroller, int startX, int startY, int dx, int dy) { in startScroll()
180 public void startScroll(Object scroller, int startX, int startY, int dx, int dy, in startScroll()
340 public void startScroll(int startX, int startY, int dx, int dy) { in startScroll()
357 public void startScroll(int startX, int startY, int dx, int dy, int duration) { in startScroll()
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DLayerRasterizer_Delegate.java64 /*package*/ static void nativeAddLayer(int native_layer, int native_paint, float dx, float dy) { in nativeAddLayer()
DPath_Delegate.java221 /*package*/ static void native_rMoveTo(int nPath, float dx, float dy) { in native_rMoveTo()
241 /*package*/ static void native_rLineTo(int nPath, float dx, float dy) { in native_rLineTo()
404 /*package*/ static void native_addPath(int nPath, int src, float dx, float dy) { in native_addPath()
424 /*package*/ static void native_offset(int nPath, float dx, float dy, int dst_path) { in native_offset()
437 /*package*/ static void native_offset(int nPath, float dx, float dy) { in native_offset()
442 /*package*/ static void native_setLastPoint(int nPath, float dx, float dy) { in native_setLastPoint()
585 private void rMoveTo(float dx, float dy) { in rMoveTo()
613 private void rLineTo(float dx, float dy) { in rLineTo()
773 public void offset(float dx, float dy, Path_Delegate dst) { in offset()
/frameworks/base/core/jni/android/graphics/
DLayerRasterizer.cpp10 …ddLayer(JNIEnv* env, jobject, SkLayerRasterizer* layer, const SkPaint* paint, float dx, float dy) { in addLayer()
/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/libstagefright/codecs/m4v_h263/dec/src/
Dpp_semaphore_chroma_inter.cpp116 int dx, /* i */ in pp_semaphore_chroma_inter()
Dpp_semaphore_luma.cpp119 int dx, /* i */ in pp_semaphore_luma()
/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()
/frameworks/base/core/java/android/gesture/
DGestureStroke.java139 float dx = Math.abs(x - mX); in makePath() local
188 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/support/v8/renderscript/java/src/android/support/v8/renderscript/
DTypeThunker.java58 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/
DRsListRS.java104 int dx = mLastX - x; in onActionMove() local
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
DTouchHandler.java86 float dx = mLastX - x; in onActionMove() local

1234