HomeSort by relevance Sort by last modified time
    Searched refs:dx2 (Results 1 - 25 of 42) sorted by null

1 2

  /external/opencv/cv/src/
_cvgeom.h 56 double x2, double dx2, double y2, double dy2,
cvgeometry.cpp 115 double x2, double dx2, double y2, double dy2, double *t2 )
117 double d = dx1 * dy2 - dx2 * dy1;
295 double dx, dy, dx1, dy1, dx2, dy2, dist_num, dist_denom = 1; local
310 dx2 = pt.x - v.x; dy2 = pt.y - v.y;
314 else if( dx2*dx + dy2*dy >= 0 )
315 dist_num = dx2*dx2 + dy2*dy2;
cvlinefit.cpp 49 double dx2, dy2, dxy; local
87 dx2 = x2 - x * x;
91 t = (float) atan2( 2 * dxy, dx2 - dy2 ) / 2;
108 float dx2, dy2, dz2, dxy, dxz, dyz; local
170 dx2 = x2 - x0 * x0;
181 det[4] = dx2 + dz2;
185 det[8] = dy2 + dx2;
cvapprox.cpp 209 int dx1, dy1, dx2, dy2; local
219 dx2 = array[i2].pt.x - pt0.x;
222 if( (dx1 | dy1) == 0 || (dx2 | dy2) == 0 )
225 temp_num = dx1 * dx2 + dy1 * dy2;
229 ((double)dx2 * dx2 + (double)dy2 * dy2) ));
  /external/fonttools/Lib/fontTools/misc/
transform.py 192 xx2, xy2, yx2, yy2, dx2, dy2 = self.__affine
198 xx2*dx1 + yx2*dy1 + dx2,
215 xx2, xy2, yx2, yy2, dx2, dy2 = other
221 xx2*dx1 + yx2*dy1 + dx2,
293 xx2, xy2, yx2, yy2, dx2, dy2 = other
295 (xx2, xy2, yx2, yy2, dx2, dy2)
psCharStrings.py 806 """dy1 dx2 dy2 dx3 {dxa dxb dyb dyc dyd dxe dye dxf}* dyf? vhcurveto (30)
816 """dx1 dx2 dy2 dy3 {dya dxb dyb dxc dxd dxe dye dyf}* dxf?
829 dx1, dx2, dy2, dx3, dx4, dx5, dx6 = self.popall()
832 self.rCurveTo((dx1, dy1), (dx2, dy2), (dx3, dy3))
835 dx1, dy1, dx2, dy2, dx3, dy3, dx4, dy4, dx5, dy5, dx6, dy6, fd = self.popall()
836 self.rCurveTo((dx1, dy1), (dx2, dy2), (dx3, dy3))
839 dx1, dy1, dx2, dy2, dx3, dx4, dx5, dy5, dx6 = self.popall()
843 self.rCurveTo((dx1, dy1), (dx2, dy2), (dx3, dy3))
846 dx1, dy1, dx2, dy2, dx3, dy3, dx4, dy4, dx5, dy5, d6 = self.popall()
847 dx = dx1 + dx2 + dx3 + dx4 + dx
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_sf.h 68 struct brw_reg dx2; member in struct:brw_sf_compile
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsLine.h 37 static bool NearRay(double dx1, double dy1, double dx2, double dy2);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_sf.h 68 struct brw_reg dx2; member in struct:brw_sf_compile
  /external/chromium_org/content/renderer/pepper/
pepper_graphics_2d_host_unittest.cc 113 int dx2; member in struct:content::__anon12421
159 EXPECT_EQ(delta, gfx::Point(tests[i].dx2, tests[i].dy2));
  /external/chromium_org/third_party/mesa/src/include/VG/
vgu.h 113 VGfloat dx2, VGfloat dy2,
119 VGfloat dx2, VGfloat dy2,
  /external/mesa3d/include/VG/
vgu.h 113 VGfloat dx2, VGfloat dy2,
119 VGfloat dx2, VGfloat dy2,
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aatriangle.c 213 const GLfloat dx2 = v0[0] - v2[0]; local
247 cross = (dx2 * (sy - v2[1]) - dy2 * (sx - v2[0]));
249 cross = dx2 + dy2;
  /external/mesa3d/src/mesa/swrast/
s_aatriangle.c 213 const GLfloat dx2 = v0[0] - v2[0]; local
247 cross = (dx2 * (sy - v2[1]) - dy2 * (sx - v2[0]));
249 cross = dx2 + dy2;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
matrix.h 306 VGfloat dx2, VGfloat dy2,
309 VGfloat ax = dx0 - dx1 + dx2 - dx3;
316 dx2 - dx1, dy2 - dy1, 0,
320 VGfloat ax1 = dx1 - dx2;
321 VGfloat ax2 = dx3 - dx2;
369 VGfloat dx2, VGfloat dy2,
380 dx2, dy2, dx3, dy3,
vgu.c 388 VGfloat dx2, VGfloat dy2,
399 dx2, dy2,
414 VGfloat dx2, VGfloat dy2,
429 dx2, dy2,
renderer.h 155 int dx2, int dy2,
  /external/mesa3d/src/gallium/state_trackers/vega/
matrix.h 306 VGfloat dx2, VGfloat dy2,
309 VGfloat ax = dx0 - dx1 + dx2 - dx3;
316 dx2 - dx1, dy2 - dy1, 0,
320 VGfloat ax1 = dx1 - dx2;
321 VGfloat ax2 = dx3 - dx2;
369 VGfloat dx2, VGfloat dy2,
380 dx2, dy2, dx3, dy3,
vgu.c 388 VGfloat dx2, VGfloat dy2,
399 dx2, dy2,
414 VGfloat dx2, VGfloat dy2,
429 dx2, dy2,
renderer.h 155 int dx2, int dy2,
  /external/opencv/cvaux/src/
cvface.cpp 188 long dx2 = RightEyeRect.x + RightEyeRect.width/2 - MouthRect.x - MouthRect.width; local
194 (double)(dx2*dx2)/((double)MouthRect.width*MouthRect.width);
decomppoly.cpp 153 int dx1, dy1, dx2, dy2;
196 dx2 = x3 - x2;
198 if( dx1 * dy2 - dx2 * dy1 < 0 ) // convex condition
288 } // if( dx1 * dy2 - dx2 * dy1 < 0 )
315 } // if( dx1 * dy2 - dx2 * dy1 < 0 ) else
  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_matrix_neon.h 63 SkFractionalInt dx2 = dx+dx; local
64 SkFractionalInt dx4 = dx2+dx2;
SkBitmapProcState_opts_SSE2.cpp 507 SkFixed dx2 = dx + dx; local
511 __m128i wide_d2 = _mm_set_epi32(dx2, dy2, dx2, dy2);
543 fx += dx2;
  /external/chromium_org/third_party/skia/include/core/
SkPath.h 392 @param dx2 The amount to add to the x-coordinate of the last point on
397 void rQuadTo(SkScalar dx1, SkScalar dy1, SkScalar dx2, SkScalar dy2);
404 void rConicTo(SkScalar dx1, SkScalar dy1, SkScalar dx2, SkScalar dy2,
441 @param dx2 The amount to add to the x-coordinate of the last point on
    [all...]

Completed in 603 milliseconds

1 2