Searched defs:distSq (Results 1 – 10 of 10) sorted by relevance
200 float distSq = check->fDistSq - 2.0f*(distVec.fX + distVec.fY - 1.0f); in F1() local245 float distSq = check->fDistSq; in F2() local261 float distSq = check->fDistSq - 2.0f*distVec.fX + 1.0f; in B1() local275 float distSq = check->fDistSq + 2.0f*distVec.fX + 1.0f; in B2() local
52 double distSq = denormalizedDistance[inner]; in DEF_TEST() local
105 double distSq = distU.fX * distU.fX + distU.fY * distU.fY; in NearPointH() local140 double distSq = distU.fX * distU.fX + distU.fY * distU.fY; in NearPointV() local
349 double distSq = (fPerpPt - cPt).lengthSquared(); in setPerp() local1384 double distSq = thisRayI.pt(index).distanceSquared(oppRayI.pt(oIndex)); in linesIntersect() local1403 double distSq = oppIPt.distanceSquared(iPt); in linesIntersect() local
582 double SkOpSegment::distSq(double t, const SkOpAngle* oppAngle) const { in distSq() function in SkOpSegment
982 double distSq = testStartPt.distanceSquared(nextStartPt); in debugCheckNearCoincidence() local
116 float distSq = x*x + y*y; in disk() local
49 SkScalar distSq = p0.distanceToSqd(p1); in duplicate_pt() local
80 inline double distSq(const double x1, const double y1, in distSq() function
1403 float distSq = arg.maxD*arg.maxD; in evaluateModelSPRT() local