Searched defs:point2 (Results 1 - 11 of 11) sorted by relevance

/external/skia/tests/
H A DCTest.cpp24 sk_point_t point2 = {30.0f, 40.0f}; local
45 &point, 10.0f, &point2, 50.0f, colors, nullptr, 2, tilemode, nullptr);
/external/skqp/tests/
H A DCTest.cpp24 sk_point_t point2 = {30.0f, 40.0f}; local
45 &point, 10.0f, &point2, 50.0f, colors, nullptr, 2, tilemode, nullptr);
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_contentparser.cpp193 CFX_PointF point2 = ClipPath.GetPoint(2); local
194 CFX_FloatRect old_rect(point0.x, point0.y, point2.x, point2.y);
H A Dcpdf_clippath.cpp84 CFX_PointF point2 = old_path.GetPoint(2); local
85 CFX_FloatRect old_rect(point0.x, point0.y, point2.x, point2.y);
/external/clang/test/CodeGen/
H A Dstruct.c18 } point2; variable in typeref:struct:__anon2616
21 point2.p1.a = 42;
/external/opencv/cvaux/src/
H A Dcvmorphcontours.cpp554 CvPoint* point2; // array of second contour point local
571 point2 = (CvPoint* )malloc( Nj*sizeof(CvPoint) );
575 cvCvtSeqToArray( contour2, point2, CV_WHOLE_SEQ );
579 point2[Nj-1] = point2[0];
596 point_output.x = cvRound(point1[i].x + param*( point2[corr_point].x - point1[i].x ));
597 point_output.y = cvRound(point1[i].y + param*( point2[corr_point].y - point1[i].y ));
634 CvPoint* point2; // array of second contour point local
659 point2 = (CvPoint* )malloc( Nj*sizeof(CvPoint) );
665 cvCvtSeqToArray( contour2, point2, CV_WHOLE_SE
[all...]
H A Dcvepilines.cpp77 CvPoint3D64d point2,
87 icvGetPieceLength3D(pointCorner,point2,&len2);
211 CvPoint2D64d point2; local
225 point2.x = (1.0 - alpha) * quad1[1][0] + alpha * quad1[2][0];
226 point2.y = (1.0 - alpha) * quad1[1][1] + alpha * quad1[2][1];
236 point2,
340 CvPoint2D64d point2,
369 icvGetDirectionForPoint( point2,
667 int icvGetAngleLine( CvPoint2D64d startPoint, CvSize imageSize,CvPoint2D64d *point1,CvPoint2D64d *point2) argument
695 *point2
75 icvGetSymPoint3D( CvPoint3D64d pointCorner, CvPoint3D64d point1, CvPoint3D64d point2, CvPoint3D64d *pointSym2) argument
339 icvComCoeffForLine( CvPoint2D64d point1, CvPoint2D64d point2, CvPoint2D64d point3, CvPoint2D64d point4, CvMatr64d camMatr1, CvMatr64d rotMatr1, CvMatr64d transVect1, CvMatr64d camMatr2, CvMatr64d rotMatr2, CvMatr64d transVect2, CvStereoLineCoeff* coeffs, int* needSwapCamera) argument
1151 icvGetPieceLength(CvPoint2D64d point1,CvPoint2D64d point2,double* dist) argument
1161 icvGetPieceLength3D(CvPoint3D64d point1,CvPoint3D64d point2,double* dist) argument
2001 icvGetMiddleAnglePoint( CvPoint2D64d basePoint, CvPoint2D64d point1,CvPoint2D64d point2, CvPoint2D64d* midPoint) argument
2037 icvGetVect(CvPoint2D64d basePoint,CvPoint2D64d point1,CvPoint2D64d point2) argument
2051 CvPoint2D64d point1,point2; local
2274 GetAngleLinee( CvPoint2D32f epipole, CvSize imageSize,CvPoint2D32f point1,CvPoint2D32f point2) argument
[all...]
/external/pdfium/core/fxge/win32/
H A Dcfx_psrenderer.cpp627 CFX_PointF point2 = TransformedPath.GetPoint(p + 2); local
629 << " " << point2.x << " " << point2.y << " c\n";
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
H A Dobject_tracker.cc247 const Point2f& point2 = change.frame2_keypoints_[i].pos_; local
248 *curr_data++ = RealToFixed115(point2.x * scale);
249 *curr_data++ = RealToFixed115(point2.y * scale);
/external/pdfium/core/fxcrt/
H A Dfx_coordinates.h147 const CFX_PTemplate<BaseType>& point2)
148 : CFX_PTemplate<BaseType>(point2.x - point1.x, point2.y - point1.y) {}
146 CFX_VTemplate(const CFX_PTemplate<BaseType>& point1, const CFX_PTemplate<BaseType>& point2) argument
/external/pdfium/core/fxge/skia/
H A Dfx_skia_device.cpp295 CFX_PointF point2 = pPoints[i + 1].m_Point; local
297 skPath.cubicTo(point.x, point.y, point2.x, point2.y, point3.x, point3.y);

Completed in 526 milliseconds