Home
last modified time | relevance | path

Searched defs:distSq (Results 1 – 10 of 10) sorted by relevance

/external/skia/src/core/
DSkDistanceFieldGen.cpp200 float distSq = check->fDistSq - 2.0f*(distVec.fX + distVec.fY - 1.0f); in F1() local
245 float distSq = check->fDistSq; in F2() local
261 float distSq = check->fDistSq - 2.0f*distVec.fX + 1.0f; in B1() local
275 float distSq = check->fDistSq + 2.0f*distVec.fX + 1.0f; in B2() local
/external/skia/tests/
DPathOpsLineParametetersTest.cpp52 double distSq = denormalizedDistance[inner]; in DEF_TEST() local
/external/skia/src/pathops/
DSkPathOpsLine.cpp105 double distSq = distU.fX * distU.fX + distU.fY * distU.fY; in NearPointH() local
140 double distSq = distU.fX * distU.fX + distU.fY * distU.fY; in NearPointV() local
DSkPathOpsTSect.h349 double distSq = (fPerpPt - cPt).lengthSquared(); in setPerp() local
1384 double distSq = thisRayI.pt(index).distanceSquared(oppRayI.pt(oIndex)); in linesIntersect() local
1403 double distSq = oppIPt.distanceSquared(iPt); in linesIntersect() local
DSkOpSegment.cpp582 double SkOpSegment::distSq(double t, const SkOpAngle* oppAngle) const { in distSq() function in SkOpSegment
DSkPathOpsDebug.cpp982 double distSq = testStartPt.distanceSquared(nextStartPt); in debugCheckNearCoincidence() local
/external/skia/src/effects/
DGrCircleBlurFragmentProcessor.cpp116 float distSq = x*x + y*y; in disk() local
/external/skia/src/gpu/batches/
DGrAAConvexTessellator.cpp49 SkScalar distSq = p0.distanceToSqd(p1); in duplicate_pt() local
/external/opencv3/modules/imgproc/src/
Dlsd.cpp80 inline double distSq(const double x1, const double y1, in distSq() function
/external/opencv3/modules/calib3d/src/
Drho.cpp1403 float distSq = arg.maxD*arg.maxD; in evaluateModelSPRT() local