Searched defs:angle (Results 76 - 100 of 164) sorted by relevance

1234567

/external/opencv/cvaux/src/
H A Dcvmorphcontours.cpp106 double angle( CvPoint2D32f A, CvPoint2D32f B );
323 // Calculate angle
325 d_angle = angle(Q0,Q2);
340 d_nm_angle = angle(Q0,Q1_nm);
349 d_nm_angle = angle(Q0,Q2_nm);
358 d_nm_angle = angle(Q0,Q1_nm);
362 d_nm_angle = d_nm_angle + angle(Q0, Q2_nm);
366 d_nm_angle = d_nm_angle + angle(Q2,Q2_nm);
525 double angle(CvPoint2D32f A, CvPoint2D32f B) function
H A Dcvscanlines.cpp1740 float angle; local
1775 angle = l_angle[0] + i * delta;
1777 l_point[0] = l_epipole[0] + l_radius * (float) cos( angle );
1778 l_point[1] = l_epipole[1] + l_radius * (float) sin( angle );
1828 float angle; local
1862 angle = r_angle[0] + i * delta;
1864 r_point[0] = r_epipole[0] + r_radius * (float) cos( angle );
1865 r_point[1] = r_epipole[1] + r_radius * (float) sin( angle );
/external/skia/src/pathops/
H A DSkOpSpan.h325 void setFromAngle(SkOpAngle* angle) { argument
326 fFromAngle = angle;
403 SkOpAngle* fFromAngle; // points to next angle from span start to end
525 void setToAngle(SkOpAngle* angle) { argument
527 fToAngle = angle;
559 SkOpAngle* fToAngle; // points to next angle from span start to end
/external/skia/tests/
H A DPathOpsAngleTest.cpp118 double angle = fabs(a1 - a2); local
119 if (maxAngle < angle) {
121 " pt={%1.7g, %1.7g} angle=%1.7g\n",
122 line[1].fX, line[1].fY, t, t2, t3, moveT, last.fX, last.fY, angle);
123 maxAngle = angle;
157 // from http://stackoverflow.com/questions/1427422/cheap-algorithm-to-find-measure-of-angle-between-vectors
185 double angle = diamond_angle(y, x);
187 double diff = fabs(angle - rAngle);
189 angle, rAngle, diff, (int) (diff / FLT_EPSILON));
486 SkOpAngle* angle local
[all...]
H A DPathOpsAngleIdeas.cpp108 double angle = (atan2(pt.fY, pt.fX) + SK_ScalarPI) * 8 / (SK_ScalarPI * 2); local
109 REPORTER_ASSERT(reporter, angle >= 0 && angle <= 8);
110 return angle;
137 // straight angle when : v2.x * (dq1.y - q1[0].y) == v2.y * (dq1.x - q1[0].x)
402 double angle = fabs(lowerRange.a2 - lowerRange.a1); local
403 REPORTER_ASSERT(reporter, angle > 3.998 || ccw == upperRange.ccw);
760 // how close is the angle from inflecting in the opposite direction?
768 // straight angle when : v2.x * (dq1.y - q1[0].y) == v2.y * (dq1.x - q1[0].x)
H A DPathOpsDebug.cpp211 const SkOpAngle* SkPathOpsDebug::DebugAngleAngle(const SkOpAngle* angle, int id) { argument
212 return angle->debugAngle(id);
215 SkOpContour* SkPathOpsDebug::DebugAngleContour(SkOpAngle* angle, int id) { argument
216 return angle->debugContour(id);
219 const SkOpPtT* SkPathOpsDebug::DebugAnglePtT(const SkOpAngle* angle, int id) { argument
220 return angle->debugPtT(id);
223 const SkOpSegment* SkPathOpsDebug::DebugAngleSegment(const SkOpAngle* angle, int id) { argument
224 return angle->debugSegment(id);
227 const SkOpSpanBase* SkPathOpsDebug::DebugAngleSpan(const SkOpAngle* angle, int id) { argument
228 return angle
1390 SkOpAngle* angle = span->fromAngle(); local
1400 SkOpAngle* angle = tail->fromAngle(); local
[all...]
/external/skqp/src/pathops/
H A DSkOpSpan.h325 void setFromAngle(SkOpAngle* angle) { argument
326 fFromAngle = angle;
403 SkOpAngle* fFromAngle; // points to next angle from span start to end
525 void setToAngle(SkOpAngle* angle) { argument
527 fToAngle = angle;
559 SkOpAngle* fToAngle; // points to next angle from span start to end
/external/skqp/tests/
H A DPathOpsAngleTest.cpp118 double angle = fabs(a1 - a2); local
119 if (maxAngle < angle) {
121 " pt={%1.7g, %1.7g} angle=%1.7g\n",
122 line[1].fX, line[1].fY, t, t2, t3, moveT, last.fX, last.fY, angle);
123 maxAngle = angle;
157 // from http://stackoverflow.com/questions/1427422/cheap-algorithm-to-find-measure-of-angle-between-vectors
185 double angle = diamond_angle(y, x);
187 double diff = fabs(angle - rAngle);
189 angle, rAngle, diff, (int) (diff / FLT_EPSILON));
486 SkOpAngle* angle local
[all...]
H A DPathOpsAngleIdeas.cpp108 double angle = (atan2(pt.fY, pt.fX) + SK_ScalarPI) * 8 / (SK_ScalarPI * 2); local
109 REPORTER_ASSERT(reporter, angle >= 0 && angle <= 8);
110 return angle;
137 // straight angle when : v2.x * (dq1.y - q1[0].y) == v2.y * (dq1.x - q1[0].x)
402 double angle = fabs(lowerRange.a2 - lowerRange.a1); local
403 REPORTER_ASSERT(reporter, angle > 3.998 || ccw == upperRange.ccw);
760 // how close is the angle from inflecting in the opposite direction?
768 // straight angle when : v2.x * (dq1.y - q1[0].y) == v2.y * (dq1.x - q1[0].x)
/external/ImageMagick/MagickCore/
H A Ddistort.c660 a angle of rotation (argument required)
1102 arc_width The angle over which to arc the image side-to-side
1117 c0: angle for center of source image
1118 c1: angle scale for mapping to source image
1123 Note the coefficients use a center angle, so asymptotic join is
1178 Coefficient 6 is the angle to coord ratio and visa-versa
1216 coeff[5] += Magick2PI; /* same angle is a full circle */
1283 Coeff 0 is the FOV angle of view of image width in radians
1297 /* image is curved around cylinder, so FOV angle (in radians)
2512 /* what is the angle an
2804 angle; local
[all...]
H A Ddraw.h175 angle; member in struct:_GradientInfo
H A Dmorphology.c245 kernel->minimum = kernel->maximum = kernel->angle = 0.0;
615 % Blur:{radius},{sigma}[,{angle}]
616 % Generates a 1 dimensional or linear gaussian blur, at the angle given
619 % by a 90 degree angle.
628 % Comet:{width},{sigma},{angle}
670 % Sobel:{angle}
676 % Roberts:{angle}
682 % Prewitt:{angle}
688 % Compass:{angle}
694 % Kirsch:{angle}
2414 ExpandRotateKernelInfo(KernelInfo *kernel, const double angle) argument
4230 RotateKernelInfo(KernelInfo *kernel, double angle) argument
[all...]
/external/ImageMagick/MagickWand/
H A Doperation.c2928 angle;
2935 angle=22.5*(GetPseudoRandomValue(random_info)-0.5);
2942 angle=geometry_info.rho;
2945 new_image=PolaroidImage(_image,_draw_info,caption,angle,
2922 angle; local
/external/ImageMagick/coders/
H A Dpdf.c408 angle;
527 angle=0.0;
543 count=(ssize_t) sscanf(command,"Rotate %lf",&angle);
672 if ((fabs(angle) == 90.0) || (fabs(angle) == 270.0))
402 angle; local
/external/deqp/modules/gles2/accuracy/
H A Des2aTextureMipmapTests.cpp227 float angle = 2.0f*DE_PI * ((float)cellNdx / 16.0f); local
228 tcu::Mat2 rotMatrix = tcu::rotationMatrix(angle);
/external/deqp/modules/gles2/functional/
H A Des2fTextureMipmapTests.cpp230 float angle = 2.0f*DE_PI * ((float)cellNdx / 16.0f); local
231 tcu::Mat2 rotMatrix = tcu::rotationMatrix(angle);
/external/deqp/modules/gles3/accuracy/
H A Des3aTextureMipmapTests.cpp218 float angle = 2.0f*DE_PI * ((float)cellNdx / 16.0f); local
219 tcu::Mat2 rotMatrix = tcu::rotationMatrix(angle);
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DCalendarAstronomer.java482 double H = getLocalSidereal()*PI/12 - equatorial.ascension; // Hour-angle
867 // // where 15 degrees corresponds to one hour. Since LST really is an angle,
1088 * This is really the angle between the
1224 // Find out how far we are from the desired angle
1228 // which the desired angle occurs.
1241 double angle = func.eval();
1244 double factor = Math.abs(deltaT / normPI(angle-lastAngle));
1246 // Correct the time estimate based on how far off the angle is
1247 deltaT = normPI(desired - angle) * factor;
1277 lastAngle = angle;
1345 norm2PI(double angle) argument
1352 normPI(double angle) argument
1661 radToHms(double angle) argument
1669 radToDms(double angle) argument
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DCalendarAstronomer.java480 double H = getLocalSidereal()*PI/12 - equatorial.ascension; // Hour-angle
865 // // where 15 degrees corresponds to one hour. Since LST really is an angle,
1086 * This is really the angle between the
1222 // Find out how far we are from the desired angle
1226 // which the desired angle occurs.
1239 double angle = func.eval();
1242 double factor = Math.abs(deltaT / normPI(angle-lastAngle));
1244 // Correct the time estimate based on how far off the angle is
1245 deltaT = normPI(desired - angle) * factor;
1275 lastAngle = angle;
1343 norm2PI(double angle) argument
1350 normPI(double angle) argument
1659 radToHms(double angle) argument
1667 radToDms(double angle) argument
[all...]
/external/libopus/src/
H A Danalysis.c322 float * OPUS_RESTRICT A = tonal->angle;
427 float angle, d_angle, d2_angle; local
435 angle = (float)(.5f/M_PI)*fast_atan2f(X1i, X1r);
436 d_angle = angle - A[i];
440 d_angle2 = angle2 - angle;
/external/mesa3d/src/mesa/math/
H A Dm_matrix.c68 /** angle preserving matrix flags mask */
548 * If the matrix is not an angle preserving matrix then calls
796 GLfloat angle, GLfloat x, GLfloat y, GLfloat z )
802 s = sinf( angle * M_PI / 180.0 );
803 c = cosf( angle * M_PI / 180.0 );
895 * X-axis to the same orientation, with theta being the angle about
896 * Z and phi the angle about Y (in the order described above)
795 _math_matrix_rotate( GLmatrix *mat, GLfloat angle, GLfloat x, GLfloat y, GLfloat z ) argument
/external/opencv/cv/src/
H A Dcvsurf.cpp347 float X[81], Y[81], angle[81]; local
352 CvMat _angle = cvMat(1, 81, CV_32F, angle);
392 int d = abs(cvRound(angle[j]) - i);
/external/python/cpython2/Mac/Modules/cg/
H A D_CGmodule.c190 float angle; local
192 &angle))
195 angle);
1071 PyDoc_STR("(float angle) -> None")},
/external/skia/samplecode/
H A DSamplePathFuzz.cpp197 SkScalar angle; local
198 angle = fRand.nextF();
199 return angle;
/external/skqp/samplecode/
H A DSamplePathFuzz.cpp197 SkScalar angle; local
198 angle = fRand.nextF();
199 return angle;

Completed in 3598 milliseconds

1234567