Home
last modified time | relevance | path

Searched refs:dx2 (Results 1 – 25 of 43) sorted by relevance

12

/external/opencv/cv/src/
Dcvgeometry.cpp115 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()
Dcvlinefit.cpp49 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.h56 double x2, double dx2, double y2, double dy2,
Dcvapprox.cpp209 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/
Dmatrix.h306 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()
Dvgu.c388 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/
Dmatrix.h306 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()
Dvgu.c388 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/
DFastMath.java692 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/
Ds_aatriangle.c213 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/
Ds_aatriangle.c213 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/
Dvgu.h113 VGfloat dx2, VGfloat dy2,
119 VGfloat dx2, VGfloat dy2,
/external/mesa3d/include/VG/
Dvgu.h113 VGfloat dx2, VGfloat dy2,
119 VGfloat dx2, VGfloat dy2,
/external/opencv/cvaux/src/
Dcvface.cpp188 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()
Ddecomppoly.cpp153 int dx1, dy1, dx2, dy2;
196 dx2 = x3 - x2;
198 if( dx1 * dy2 - dx2 * dy1 < 0 ) // convex condition
/external/proguard/src/proguard/gui/splash/
DOverrideGraphics2D.java294 …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/
DSkPathOpsLine.h37 static bool NearRay(double dx1, double dy1, double dx2, double dy2);
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_sf.h68 struct brw_reg dx2; member
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
Dbrw_sf.h68 struct brw_reg dx2; member
/external/skia/src/pathops/
DSkPathOpsLine.h37 static bool NearRay(double dx1, double dy1, double dx2, double dy2);
/external/chromium_org/third_party/skia/src/opts/
DSkBitmapProcState_matrix_repeat_neon.h100 SkFixed dx2 = dx+dx; in SCALE_NOFILTER_NAME() local
101 SkFixed dx4 = dx2+dx2; in SCALE_NOFILTER_NAME()
DSkBitmapProcState_opts_SSE2.cpp508 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/
DSkBitmapProcState_matrix_repeat_neon.h100 SkFixed dx2 = dx+dx; in SCALE_NOFILTER_NAME() local
101 SkFixed dx4 = dx2+dx2; in SCALE_NOFILTER_NAME()
DSkBitmapProcState_opts_SSE2.cpp508 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/
Dtransform_operations_unittest.cc255 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()

12