/external/opencv3/modules/imgproc/src/ |
subdivision2d.cpp | 549 static Point2f computeVoronoiPoint(Point2f org0, Point2f dst0, Point2f org1, Point2f dst1) 555 double a1 = dst1.x - org1.x; 556 double b1 = dst1.y - org1.y; 557 double c1 = -0.5*(a1 * (dst1.x + org1.x) + b1 * (dst1.y + org1.y)); 590 Point2f org0, dst0, org1, dst1; local 599 edgeOrg(edge1, &org1); 602 Point2f virt_point = computeVoronoiPoint(org0, dst0, org1, dst1); 619 edgeOrg(edge1, &org1); 622 Point2f virt_point = computeVoronoiPoint(org0, dst0, org1, dst1) [all...] |
/external/icu/icu4c/source/common/ |
ustrcase.cpp | 495 const UChar *org1, *org2; local 534 start1=m1=org1=s1; 840 *matchLen1=m1-org1;
|
/external/freetype/src/truetype/ |
ttinterp.c | 6811 FT_F26Dot6 orus1, orus2, org1, org2, cur1, cur2, delta1, delta2; local [all...] |
/external/pdfium/third_party/freetype/src/truetype/ |
ttinterp.c | 6801 FT_F26Dot6 orus1, orus2, org1, org2, cur1, cur2, delta1, delta2; local [all...] |