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

1 2 3

  /external/pdfium/third_party/agg23/
agg_math_stroke.h 48 float dx1, float dy1,
54 float a1 = atan2(dy1, dx1);
62 out_vertices.add(coord_type(x + dx1, y + dy1));
95 float dx1, float dy1,
106 if(calc_intersection(v0.x + dx1, v0.y - dy1,
107 v1.x + dx1, v1.y - dy1,
118 float x2 = v1.x + dx1;
120 if ((((x2 - v0.x) * dy1) - ((v0.y - y2) * dx1) < 0) !=
121 (((x2 - v2.x) * dy1) - ((v2.y - y2) * dx1) < 0)) {
122 out_vertices.add(coord_type(v1.x + dx1, v1.y - dy1))
    [all...]
  /external/eigen/blas/f2c/
drotmg.c 16 dx1, doublereal *dy1, doublereal *dparam)
53 /* THE SECOND COMPONENT OF THE 2-VECTOR (DSQRT(DD1)*DX1,DSQRT(DD2)* */
78 /* DX1 (input/output) DOUBLE PRECISION */
105 /* GO ZERO-H-D-AND-DX1.. */
117 dp1 = *dd1 * *dx1;
119 dq1 = dp1 * *dx1;
124 dh21 = -(*dy1) / *dx1;
132 /* GO ZERO-H-D-AND-DX1.. */
138 *dx1 *= du;
145 /* GO ZERO-H-D-AND-DX1.. *
    [all...]
  /external/fonttools/Lib/fontTools/misc/
transform.py 191 xx1, xy1, yx1, yy1, dx1, dy1 = other
198 xx2*dx1 + yx2*dy1 + dx2,
199 xy2*dx1 + yy2*dy1 + dy2)
214 xx1, xy1, yx1, yy1, dx1, dy1 = self.__affine
221 xx2*dx1 + yx2*dy1 + dx2,
222 xy2*dx1 + yy2*dy1 + dy2)
292 xx1, xy1, yx1, yy1, dx1, dy1 = self.__affine
294 return (xx1, xy1, yx1, yy1, dx1, dy1) == \
psCharStrings.py 780 "dx1? {dya dxb dyb dyc}+ vvcurveto"
783 dx1 = args[0]
786 dx1 = 0
789 self.rCurveTo((dx1, dya), (dxb, dyb), (0, dyc))
790 dx1 = 0
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)
    [all...]
  /external/opencv/cv/src/
_cvgeom.h 55 int icvIntersectLines( double x1, double dx1, double y1, double dy1,
cvgeometry.cpp 114 icvIntersectLines( double x1, double dx1, double y1, double dy1,
117 double d = dx1 * dy2 - dx2 * dy1;
122 *t2 = ((x2 - x1) * dy1 - (y2 - y1) * dx1) / d;
295 double dx, dy, dx1, dy1, dx2, dy2, dist_num, dist_denom = 1; local
309 dx1 = pt.x - v0.x; dy1 = pt.y - v0.y;
312 if( dx1*dx + dy1*dy <= 0 )
313 dist_num = dx1*dx1 + dy1*dy1;
318 dist_num = (dy1*dx - dx1*dy);
336 dist_num = dy1*dx - dx1*dy
    [all...]
cvapprox.cpp 209 int dx1, dy1, dx2, dy2; local
217 dx1 = array[i1].pt.x - pt0.x;
222 if( (dx1 | dy1) == 0 || (dx2 | dy2) == 0 )
225 temp_num = dx1 * dx2 + dy1 * dy2;
228 sqrt( ((double)dx1 * dx1 + (double)dy1 * dy1) *
  /external/mesa3d/src/mesa/swrast/
s_aatriangle.c 196 const GLfloat dx1 = v2[0] - v1[0]; local
203 assert(dx0 * dy1 - dx1 * dy0 >= 0.0); /* area >= 0.0 */
222 cross = (dx1 * (sy - v1[1]) - dy1 * (sx - v1[0]));
224 cross = dx1 + dy1;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtUtils.java 274 int dx1 = bounds.x - boundingBox.x; local
276 int dx2 = dx1 + bounds.width;
279 dx1 *= scale;
291 for (int dx = dx1, sx = sx1; dx < dx2; dx++, sx++) {
299 int dxDelta = dx2 - dx1;
304 for (int dx = dx1, sx = sx1; dx < dx2; dx++, sx = (dx - dx1) * sxDelta
  /frameworks/layoutlib/bridge/src/android/graphics/
Path_Delegate.java 275 /*package*/ static void nRQuadTo(long nPath, float dx1, float dy1, float dx2, float dy2) {
281 pathDelegate.rQuadTo(dx1, dy1, dx2, dy2);
724 * @param dx1 The amount to add to the x-coordinate of the last point on
733 public void rQuadTo(float dx1, float dy1, float dx2, float dy2) {
737 dx1 += mLastX;
741 mPath.quadTo(dx1, dy1, mLastX = dx2, mLastY = dy2);
769 public void rCubicTo(float dx1, float dy1, float dx2, float dy2,
774 dx1 += mLastX;
780 mPath.curveTo(dx1, dy1, dx2, dy2, mLastX = dx3, mLastY = dy3);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/
insns16-d-unit.s 73 dx1: label
  /external/opencv/cvaux/src/
cvface.cpp 187 long dx1 = LeftEyeRect.x + LeftEyeRect.width/2 - MouthRect.x; local
193 (double)(dx1*dx1)/((double)MouthRect.width*MouthRect.width) +
decomppoly.cpp 153 int dx1, dy1, dx2, dy2;
194 dx1 = x2 - x1;
198 if( dx1 * dy2 - dx2 * dy1 < 0 ) // convex condition
288 } // if( dx1 * dy2 - dx2 * dy1 < 0 )
315 } // if( dx1 * dy2 - dx2 * dy1 < 0 ) else
  /frameworks/base/graphics/java/android/graphics/
Path.java 408 * @param dx1 The amount to add to the x-coordinate of the last point on
417 public void rQuadTo(float dx1, float dy1, float dx2, float dy2) {
419 nRQuadTo(mNativePath, dx1, dy1, dx2, dy2);
831 private static native void nRQuadTo(long nPath, float dx1, float dy1, float dx2, float dy2);
  /external/proguard/src/proguard/gui/splash/
OverrideGraphics2D.java 294 public boolean drawImage(Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, Color bgcolor, ImageObserver observer)
296 return graphics.drawImage(img, dx1, dy1, dx2, dy2, sx1, sy1, sx2, sy2, bgcolor, observer);
299 public boolean drawImage(Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, ImageObserver observer)
301 return graphics.drawImage(img, dx1, dy1, dx2, dy2, sx1, sy1, sx2, sy2, observer);
  /external/tensorflow/tensorflow/core/kernels/
crop_and_resize_op_gpu.cu.cc 301 float dx1, dx2; local
303 dx1 = image_grad_x * (image_width - 1 - x * width_ratio);
306 dx1 = image_grad_x * 0.5 * (image_width - 1);
311 CudaAtomicAdd(grads_boxes_ptr + b * 4 + 1, dx1);
  /frameworks/base/packages/EasterEgg/src/com/android/egg/octo/
OctopusDrawable.java 348 public Arm(float x, float y, float dx1, float dy1, float dx2, float dy2, float dx3, float dy3,
350 link1 = new Link(0, x, y, dx1, dy1);
351 link2 = new Link(1, x+dx1, y+dy1, dx2, dy2);
352 link3 = new Link(2, x+dx1+dx2, y+dy1+dy2, dx3, dy3);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageUtilsTest.java 252 int dx1 = bounds.x - boundingBox.x; local
254 int dx2 = dx1 + bounds.width;
257 dx1 *= scale;
267 g.drawImage(image, dx1, dy1, dx2, dy2, sx1, sy1, sx2, sy2, null);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
Rotation.java 356 double dx1 = v1x - u1.getX(); local
363 dz1 * dx2 - dx1 * dz2,
364 dx1 * dy2 - dy1 * dx2);
385 dz1 * dx3 - dx1 * dz3,
386 dx1 * dy3 - dy1 * dx3);
    [all...]
  /external/pdfium/core/fxge/
cfx_pathdata.cpp 52 float dx1 = hw * diff.y / ll; local
54 rect->UpdateRect(CFX_PointF(mx - dx1, my + dy1));
55 rect->UpdateRect(CFX_PointF(mx + dx1, my - dy1));
  /external/skia/include/core/
SkPath.h 632 /** Adds quad from last point towards vector (dx1, dy1), to vector (dx2, dy2).
639 Quad control is last point plus vector (dx1, dy1).
643 @param dx1 offset from last point x to quad control x
648 void rQuadTo(SkScalar dx1, SkScalar dy1, SkScalar dx2, SkScalar dy2);
697 /** Adds conic from last point towards vector (dx1, dy1), to vector (dx2, dy2),
710 control is last point plus vector (dx1, dy1).
715 @param dx1 offset from last point x to conic control x
721 void rConicTo(SkScalar dx1, SkScalar dy1, SkScalar dx2, SkScalar dy2,
758 /** Adds cubic from last point towards vector (dx1, dy1), then towards
766 Cubic control is last point plus vector (dx1, dy1)
    [all...]
  /external/skia/src/gpu/vk/
GrVkCopyManager.cpp 201 float dx1 = 2.f * (dstPoint.fX + w) / dw - 1.f; local
226 float uniData[] = { dx1 - dx0, dy1 - dy0, dx0, dy0, // posXform
  /external/skqp/src/gpu/vk/
GrVkCopyManager.cpp 198 float dx1 = 2.f * (dstPoint.fX + w) / dw - 1.f; local
223 float uniData[] = { dx1 - dx0, dy1 - dy0, dx0, dy0, // posXform
  /frameworks/base/media/java/android/media/
ThumbnailUtils.java 438 int dx1 = Math.max(0, b1.getWidth() - targetWidth); local
443 dx1 / 2,
  /packages/apps/Gallery/src/com/android/camera/
Util.java 224 int dx1 = Math.max(0, b1.getWidth() - targetWidth); local
229 dx1 / 2,

Completed in 568 milliseconds

1 2 3