/external/opencv/cv/src/ |
D | cvgeometry.cpp | 115 double x2, double dx2, double y2, double dy2, double *t2 ) in icvIntersectLines() argument 117 double d = dx1 * dy2 - dx2 * dy1; in icvIntersectLines() 295 double dx, dy, dx1, dy1, dx2, dy2, dist_num, dist_denom = 1; in cvPointPolygonTest() local 310 dx2 = pt.x - v.x; dy2 = pt.y - v.y; in cvPointPolygonTest() 314 else if( dx2*dx + dy2*dy >= 0 ) in cvPointPolygonTest() 315 dist_num = dx2*dx2 + dy2*dy2; in cvPointPolygonTest()
|
D | cvlinefit.cpp | 49 double dx2, dy2, dxy; in icvFitLine2D_wods() local 87 dx2 = x2 - x * x; in icvFitLine2D_wods() 91 t = (float) atan2( 2 * dxy, dx2 - dy2 ) / 2; in icvFitLine2D_wods() 108 float dx2, dy2, dz2, dxy, dxz, dyz; in icvFitLine3D_wods() local 170 dx2 = x2 - x0 * x0; in icvFitLine3D_wods() 181 det[4] = dx2 + dz2; in icvFitLine3D_wods() 185 det[8] = dy2 + dx2; in icvFitLine3D_wods()
|
D | _cvgeom.h | 56 double x2, double dx2, double y2, double dy2,
|
D | cvapprox.cpp | 209 int dx1, dy1, dx2, dy2; in icvApproximateChainTC89() local 219 dx2 = array[i2].pt.x - pt0.x; in icvApproximateChainTC89() 222 if( (dx1 | dy1) == 0 || (dx2 | dy2) == 0 ) in icvApproximateChainTC89() 225 temp_num = dx1 * dx2 + dy1 * dy2; in icvApproximateChainTC89() 229 ((double)dx2 * dx2 + (double)dy2 * dy2) )); in icvApproximateChainTC89()
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | matrix.h | 306 VGfloat dx2, VGfloat dy2, in matrix_square_to_quad() argument 309 VGfloat ax = dx0 - dx1 + dx2 - dx3; in matrix_square_to_quad() 316 dx2 - dx1, dy2 - dy1, 0, in matrix_square_to_quad() 320 VGfloat ax1 = dx1 - dx2; in matrix_square_to_quad() 321 VGfloat ax2 = dx3 - dx2; in matrix_square_to_quad() 369 VGfloat dx2, VGfloat dy2, in matrix_quad_to_quad() argument 380 dx2, dy2, dx3, dy3, in matrix_quad_to_quad()
|
D | vgu.c | 388 VGfloat dx2, VGfloat dy2, in vguComputeWarpSquareToQuad() argument 399 dx2, dy2, in vguComputeWarpSquareToQuad() 414 VGfloat dx2, VGfloat dy2, in vguComputeWarpQuadToQuad() argument 429 dx2, dy2, in vguComputeWarpQuadToQuad()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
D | matrix.h | 306 VGfloat dx2, VGfloat dy2, in matrix_square_to_quad() argument 309 VGfloat ax = dx0 - dx1 + dx2 - dx3; in matrix_square_to_quad() 316 dx2 - dx1, dy2 - dy1, 0, in matrix_square_to_quad() 320 VGfloat ax1 = dx1 - dx2; in matrix_square_to_quad() 321 VGfloat ax2 = dx3 - dx2; in matrix_square_to_quad() 369 VGfloat dx2, VGfloat dy2, in matrix_quad_to_quad() argument 380 dx2, dy2, dx3, dy3, in matrix_quad_to_quad()
|
D | vgu.c | 388 VGfloat dx2, VGfloat dy2, in vguComputeWarpSquareToQuad() argument 399 dx2, dy2, in vguComputeWarpSquareToQuad() 414 VGfloat dx2, VGfloat dy2, in vguComputeWarpQuadToQuad() argument 429 dx2, dy2, in vguComputeWarpQuadToQuad()
|
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
D | FastMath.java | 692 float dx1, dx2, dy1, dy2; in counterClockwise() local 695 dx2 = p2.x - p0.x; in counterClockwise() 697 if (dx1 * dy2 > dy1 * dx2) { in counterClockwise() 700 if (dx1 * dy2 < dy1 * dx2) { in counterClockwise() 703 if ((dx1 * dx2 < 0) || (dy1 * dy2 < 0)) { in counterClockwise() 706 if ((dx1 * dx1 + dy1 * dy1) < (dx2 * dx2 + dy2 * dy2)) { in counterClockwise()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_aatriangle.c | 213 const GLfloat dx2 = v0[0] - v2[0]; in compute_coveragef() local 247 cross = (dx2 * (sy - v2[1]) - dy2 * (sx - v2[0])); in compute_coveragef() 249 cross = dx2 + dy2; in compute_coveragef()
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
D | s_aatriangle.c | 213 const GLfloat dx2 = v0[0] - v2[0]; in compute_coveragef() local 247 cross = (dx2 * (sy - v2[1]) - dy2 * (sx - v2[0])); in compute_coveragef() 249 cross = dx2 + dy2; in compute_coveragef()
|
/external/chromium_org/third_party/mesa/src/include/VG/ |
D | vgu.h | 113 VGfloat dx2, VGfloat dy2, 119 VGfloat dx2, VGfloat dy2,
|
/external/mesa3d/include/VG/ |
D | vgu.h | 113 VGfloat dx2, VGfloat dy2, 119 VGfloat dx2, VGfloat dy2,
|
/external/opencv/cvaux/src/ |
D | cvface.cpp | 188 long dx2 = RightEyeRect.x + RightEyeRect.width/2 - MouthRect.x - MouthRect.width; in CalculateError() local 194 (double)(dx2*dx2)/((double)MouthRect.width*MouthRect.width); in CalculateError()
|
D | decomppoly.cpp | 153 int dx1, dy1, dx2, dy2; 196 dx2 = x3 - x2; 198 if( dx1 * dy2 - dx2 * dy1 < 0 ) // convex condition
|
/external/proguard/src/proguard/gui/splash/ |
D | OverrideGraphics2D.java | 294 …public boolean drawImage(Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2,… in drawImage() argument 296 return graphics.drawImage(img, dx1, dy1, dx2, dy2, sx1, sy1, sx2, sy2, bgcolor, observer); in drawImage() 299 …public boolean drawImage(Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2,… in drawImage() argument 301 return graphics.drawImage(img, dx1, dy1, dx2, dy2, sx1, sy1, sx2, sy2, observer); in drawImage()
|
/external/chromium_org/third_party/skia/src/pathops/ |
D | SkPathOpsLine.h | 37 static bool NearRay(double dx1, double dy1, double dx2, double dy2);
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_sf.h | 68 struct brw_reg dx2; member
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
D | brw_sf.h | 68 struct brw_reg dx2; member
|
/external/skia/src/pathops/ |
D | SkPathOpsLine.h | 37 static bool NearRay(double dx1, double dy1, double dx2, double dy2);
|
/external/chromium_org/third_party/skia/src/opts/ |
D | SkBitmapProcState_matrix_repeat_neon.h | 100 SkFixed dx2 = dx+dx; in SCALE_NOFILTER_NAME() local 101 SkFixed dx4 = dx2+dx2; in SCALE_NOFILTER_NAME()
|
D | SkBitmapProcState_opts_SSE2.cpp | 508 SkFixed dx2 = dx + dx; in ClampX_ClampY_filter_affine_SSE2() local 512 __m128i wide_d2 = _mm_set_epi32(dx2, dy2, dx2, dy2); in ClampX_ClampY_filter_affine_SSE2() 544 fx += dx2; in ClampX_ClampY_filter_affine_SSE2()
|
/external/skia/src/opts/ |
D | SkBitmapProcState_matrix_repeat_neon.h | 100 SkFixed dx2 = dx+dx; in SCALE_NOFILTER_NAME() local 101 SkFixed dx4 = dx2+dx2; in SCALE_NOFILTER_NAME()
|
D | SkBitmapProcState_opts_SSE2.cpp | 508 SkFixed dx2 = dx + dx; in ClampX_ClampY_filter_affine_SSE2() local 512 __m128i wide_d2 = _mm_set_epi32(dx2, dy2, dx2, dy2); in ClampX_ClampY_filter_affine_SSE2() 544 fx += dx2; in ClampX_ClampY_filter_affine_SSE2()
|
/external/chromium_org/cc/animation/ |
D | transform_operations_unittest.cc | 255 SkMScalar dx2 = 10; in TEST() local 265 operations_to.AppendTranslate(dx2, dy2, dz2); in TEST() 275 translate_to.Translate3d(dx2, dy2, dz2); in TEST() 343 SkMScalar dx2 = 10; in TEST() local 352 operations_to.AppendTranslate(dx2, dy2, dz2); in TEST() 360 to.Translate3d(dx2, dy2, dz2); in TEST()
|