/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/ |
D | geometry_utils.h | 33 static AK_FORCE_INLINE float getAngle(const int x1, const int y1, const int x2, const int y2) { in getAngle() 53 const int y2) { in getDistanceInt()
|
D | proximity_info_utils.h | 90 const float y2) { in getSquaredDistanceFloat() 95 const float x1, const float y1, const float x2, const float y2, const bool extend) { in pointToLineSegSquaredDistanceFloat()
|
D | proximity_info_state_utils.cpp | 308 const int y2 = (*sampledInputYs)[index1]; in getDirection() local 530 const int y2 = yCoordinates[start]; in calculateBeelineSpeedRate() local
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
D | Geometry.h | 66 double x2, double y2, in FindTriangleCentroid() 129 inline void FindQuadCentroid(double x0, double y0, double x1, double y1, double x2, double y2, doub… in FindQuadCentroid()
|
D | Blend.cpp | 144 double z, x0, y0, x1, y1, x2, y2, x3, y3; in runBlend() local 1005 int y2 = y1 + 1; in ProcessPyramidForThisFrame() local
|
/packages/apps/DevCamera/src/com/android/devcamera/ |
D | PreviewOverlay.java | 186 float y2 = 0.5f * previewH; in onDraw() local 235 float x1, x2, y1, y2; in onDraw() local
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
D | SplineMath.java | 53 double y2 = next[1]; in calculatetCurve() local 94 double y2 = next[1]; in getValue() local
|
/packages/apps/Camera2/src/com/android/camera/util/ |
D | DebugBoundsRenderer.java | 49 float x2, float y2) { in drawBounds()
|
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/car/displayarea/ |
D | CarCubicBezierInterpolator.java | 61 public CarCubicBezierInterpolator(float x1, float y1, float x2, float y2) { in CarCubicBezierInterpolator()
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
D | CubicBezierInterpolator.java | 31 public CubicBezierInterpolator(final float x1, final float y1, final float x2, final float y2) { in CubicBezierInterpolator()
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | GridOccupancy.java | 46 int y2 = y + spanY - 1; in isRegionVacant() local
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
D | BogusMoveEventDetector.java | 107 private static int getDistance(final int x1, final int y1, final int x2, final int y2) { in getDistance()
|
D | GestureStrokeRecognitionPoints.java | 331 private static int getDistance(final int x1, final int y1, final int x2, final int y2) { in getDistance()
|
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
D | GLCanvas.java | 85 public abstract void drawLine(float x1, float y1, float x2, float y2, GLPaint paint); in drawLine() 89 public abstract void drawRect(float x1, float y1, float x2, float y2, GLPaint paint); in drawRect()
|
D | GLES11Canvas.java | 193 public void drawLine(float x1, float y1, float x2, float y2, GLPaint paint) { in drawLine() 317 private float[] mapPoints(float m[], int x1, int y1, int x2, int y2) { in mapPoints()
|
/packages/modules/Bluetooth/system/stack/smp/ |
D | p_256_ecc_pp.cc | 97 uint32_t* y2; in ECC_Add() local
|
/packages/modules/Bluetooth/system/gd/security/ecc/ |
D | p_256_ecc_pp.cc | 102 const uint32_t* y2; in ECC_Add() local
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
D | Spline.java | 186 double y2 = next.y; in getAppliedCurve() local 280 double y2 = points[i + 1].y; in draw() local
|
D | GradControl.java | 124 private boolean centerIsOutside(float x1, float y1, float x2, float y2) { in centerIsOutside()
|
/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | RoiAlign.cpp | 130 uint32_t x2 = x1 + 1, y2 = y1 + 1; in roiAlignNhwc() local 256 uint32_t x2 = x1 + 1, y2 = y1 + 1; in roiAlignQuantNhwc() local
|
/packages/modules/Bluetooth/system/embdrv/lc3/src/ |
D | mdct.c | 102 struct lc3_complex *y0 = y, *y1 = y0 + n3, *y2 = y1 + n3; in fft_bf3() local 379 float *y0 = y + nd-n4, *y1 = y0, *y2 = d + nd, *y3 = d; in imdct_window() local
|
D | mdct_neon.h | 53 float32x4_t y0, y1, y2, y3, y4; in neon_fft_5() local
|
/packages/modules/Bluetooth/system/embdrv/sbc/decoder/srce/ |
D | synthesis-sbc.c | 529 int32_t y0, y1, y2, y3; in cosineModulateSynth4() local
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_metrics.h | 41 double x2,y2,r,r2,r2s,one_over_r2,fu,r_fu,one_over_r_fu; in db_CauchyDerivative() local
|
/packages/apps/Dialer/java/com/android/incallui/answer/impl/utils/ |
D | FlingAnimationUtils.java | 200 float y2 = calculateLinearOutFasterInY2(velAbs); in getDismissingProperties() local
|