HomeSort by relevance Sort by last modified time
    Searched refs:distanceSquared (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/skia/tests/
PathOpsDPointTest.cpp 45 REPORTER_ASSERT(reporter, pt.distanceSquared(p) == pt.fX * pt.fX + pt.fY * pt.fY);
  /external/chromium_org/third_party/skia/experimental/Intersection/
QuadraticUtilities.cpp 26 double d0 = pt.distanceSquared(quad[0]);
27 double d2 = pt.distanceSquared(quad[2]);
33 double dist = pt.distanceSquared(onQuad);
DataTypes.h 324 double distanceSquared(const _Point& a) const {
QuadraticImplicit.cpp 359 dist[1][1] = t1[1].distanceSquared(t2[1]);
366 dist[i][j] = t1[i].distanceSquared(t2[j]);
  /external/chromium_org/third_party/WebKit/Source/web/
TextFinder.h 127 // The squared distance to the closest match is returned in the distanceSquared parameter.
128 int nearestFindMatch(const FloatPoint&, float& distanceSquared);
TextFinder.cpp 525 int TextFinder::nearestFindMatch(const FloatPoint& point, float& distanceSquared)
530 distanceSquared = FLT_MAX;
537 if (currentDistanceSquared < distanceSquared) {
539 distanceSquared = currentDistanceSquared;
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsQuad.cpp 28 double d0 = pt.distanceSquared(fPts[0]);
29 double d2 = pt.distanceSquared(fPts[2]);
34 double dist = pt.distanceSquared(onQuad);
SkDQuadIntersection.cpp 317 dist[1][1] = t1[1].distanceSquared(t2[1]);
324 dist[i][j] = t1[i].distanceSquared(t2[j]);
SkPathOpsPoint.h 200 double distanceSquared(const SkDPoint& a) const {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 

Completed in 576 milliseconds