Searched defs:dx2 (Results 1 - 25 of 37) sorted by path

12

/external/chromium_org/cc/animation/
H A Dtransform_operations_unittest.cc255 SkMScalar dx2 = 10; local
265 operations_to.AppendTranslate(dx2, dy2, dz2);
275 translate_to.Translate3d(dx2, dy2, dz2);
343 SkMScalar dx2 = 10; local
352 operations_to.AppendTranslate(dx2, dy2, dz2);
360 to.Translate3d(dx2, dy2, dz2);
/external/chromium_org/content/renderer/pepper/
H A Dpepper_graphics_2d_host_unittest.cc113 int dx2; member in struct:content::__anon7796
159 EXPECT_EQ(delta, gfx::Point(tests[i].dx2, tests[i].dy2));
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/freetype/src/smooth/
H A Dftgrays.c1067 TPos dx1, dy1, dx2, dy2; local
1120 dx2 = arc[2].x - arc[0].x;
1122 s = FT_ABS( dy * dx2 - dx * dy2 );
1131 dx2 * ( dx2 - dx ) + dy2 * ( dy2 - dy ) > 0 )
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dmatrix.h306 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,
303 matrix_square_to_quad(VGfloat dx0, VGfloat dy0, VGfloat dx1, VGfloat dy1, VGfloat dx3, VGfloat dy3, VGfloat dx2, VGfloat dy2, struct matrix *mat) argument
367 matrix_quad_to_quad(VGfloat dx0, VGfloat dy0, VGfloat dx1, VGfloat dy1, VGfloat dx2, VGfloat dy2, VGfloat dx3, VGfloat dy3, VGfloat sx0, VGfloat sy0, VGfloat sx1, VGfloat sy1, VGfloat sx2, VGfloat sy2, VGfloat sx3, VGfloat sy3, struct matrix *mat) argument
H A Dvgu.c388 VGfloat dx2, VGfloat dy2,
399 dx2, dy2,
414 VGfloat dx2, VGfloat dy2,
429 dx2, dy2,
386 vguComputeWarpSquareToQuad(VGfloat dx0, VGfloat dy0, VGfloat dx1, VGfloat dy1, VGfloat dx2, VGfloat dy2, VGfloat dx3, VGfloat dy3, VGfloat * matrix) argument
412 vguComputeWarpQuadToQuad(VGfloat dx0, VGfloat dy0, VGfloat dx1, VGfloat dy1, VGfloat dx2, VGfloat dy2, VGfloat dx3, VGfloat dy3, VGfloat sx0, VGfloat sy0, VGfloat sx1, VGfloat sy1, VGfloat sx2, VGfloat sy2, VGfloat sx3, VGfloat sy3, VGfloat * matrix) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_sf.h68 struct brw_reg dx2; member in struct:brw_sf_compile
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_aatriangle.c213 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/skia/experimental/Intersection/
H A DEdgeWalker.cpp332 SkScalar dx2 = add.fX - line[0].fX; local
334 return dx1 * dy2 == dx2 * dy1;
/external/chromium_org/third_party/skia/src/core/
H A DSkPath.cpp760 void SkPath::rConicTo(SkScalar dx1, SkScalar dy1, SkScalar dx2, SkScalar dy2, argument
765 this->conicTo(pt.fX + dx1, pt.fY + dy1, pt.fX + dx2, pt.fY + dy2, w);
/external/chromium_org/third_party/skia/src/opts/
H A DSkBitmapProcState_matrix_neon.h63 SkFractionalInt dx2 = dx+dx; local
64 SkFractionalInt dx4 = dx2+dx2;
H A DSkBitmapProcState_opts_SSE2.cpp507 SkFixed dx2 = dx + dx; local
511 __m128i wide_d2 = _mm_set_epi32(dx2, dy2, dx2, dy2);
543 fx += dx2;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/freetype/src/smooth/
H A Dftgrays.c1089 TPos dx1, dy1, dx2, dy2; local
1142 dx2 = arc[2].x - arc[0].x;
1144 s = FT_ABS( dy * dx2 - dx * dy2 );
1153 dx2 * ( dx2 - dx ) + dy2 * ( dy2 - dy ) > 0 )
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dmatrix.h306 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,
303 matrix_square_to_quad(VGfloat dx0, VGfloat dy0, VGfloat dx1, VGfloat dy1, VGfloat dx3, VGfloat dy3, VGfloat dx2, VGfloat dy2, struct matrix *mat) argument
367 matrix_quad_to_quad(VGfloat dx0, VGfloat dy0, VGfloat dx1, VGfloat dy1, VGfloat dx2, VGfloat dy2, VGfloat dx3, VGfloat dy3, VGfloat sx0, VGfloat sy0, VGfloat sx1, VGfloat sy1, VGfloat sx2, VGfloat sy2, VGfloat sx3, VGfloat sy3, struct matrix *mat) argument
H A Dvgu.c388 VGfloat dx2, VGfloat dy2,
399 dx2, dy2,
414 VGfloat dx2, VGfloat dy2,
429 dx2, dy2,
386 vguComputeWarpSquareToQuad(VGfloat dx0, VGfloat dy0, VGfloat dx1, VGfloat dy1, VGfloat dx2, VGfloat dy2, VGfloat dx3, VGfloat dy3, VGfloat * matrix) argument
412 vguComputeWarpQuadToQuad(VGfloat dx0, VGfloat dy0, VGfloat dx1, VGfloat dy1, VGfloat dx2, VGfloat dy2, VGfloat dx3, VGfloat dy3, VGfloat sx0, VGfloat sy0, VGfloat sx1, VGfloat sy1, VGfloat sx2, VGfloat sy2, VGfloat sx3, VGfloat sy3, VGfloat * matrix) argument
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_sf.h68 struct brw_reg dx2; member in struct:brw_sf_compile
/external/mesa3d/src/mesa/swrast/
H A Ds_aatriangle.c213 const GLfloat dx2 = v0[0] - v2[0]; local
247 cross = (dx2 * (sy - v2[1]) - dy2 * (sx - v2[0]));
249 cross = dx2 + dy2;
/external/opencv/cv/src/
H A Dcvapprox.cpp209 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) ));
H A Dcvcorner.cpp669 double dx2 = dx * dx; local
673 dstdata[j] = (float)(factor*(dx2*d2ydata[j] + dy2*d2xdata[j] - 2*dx*dy*dxydata[j]));
H A Dcvfundam.cpp411 double dx2 = ptr[k].x - ptr[i].x; local
413 if( fabs(dx2*dy1 - dy2*dx1) < FLT_EPSILON*(fabs(dx1) + fabs(dy1) + fabs(dx2) + fabs(dy2)))
H A Dcvgeometry.cpp115 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;
114 icvIntersectLines( double x1, double dx1, double y1, double dy1, double x2, double dx2, double y2, double dy2, double *t2 ) argument
H A Dcvlinefit.cpp49 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;

Completed in 1077 milliseconds

12