Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkDistanceFieldGen.cpp212 float distSq = check->fDistSq - 2.0f*(distVec.fX + distVec.fY - 1.0f); in F1() local
258 float distSq = check->fDistSq + 2.0f*distVec.fX + 1.0f; in F2() local
272 float distSq = check->fDistSq - 2.0f*distVec.fX + 1.0f; in B1() local
286 float distSq = check->fDistSq + 2.0f*distVec.fX + 1.0f; in B2() local
/external/skia/src/pathops/
DSkPathOpsLine.cpp110 double distSq = distU.fX * distU.fX + distU.fY * distU.fY; in NearPointH() local
145 double distSq = distU.fX * distU.fX + distU.fY * distU.fY; in NearPointV() local
DSkPathOpsTSect.cpp41 double distSq = (fPerpPt - cPt).lengthSquared(); in setPerp() local
1131 double distSq = thisRayI.pt(index).distanceSquared(oppRayI.pt(oIndex)); in linesIntersect() local
1150 double distSq = oppIPt.distanceSquared(iPt); in linesIntersect() local
DSkOpSegment.cpp514 double SkOpSegment::distSq(double t, const SkOpAngle* oppAngle) const { in distSq() function in SkOpSegment
1419 SkScalar distSq = SkPointPriv::DistanceToSqd(ref->fPt, check->fPt); in spansNearby() local
DSkPathOpsDebug.cpp1254 double distSq = testStartPt.distanceSquared(nextStartPt); in debugCheckNearCoincidence() local
/external/skia/tests/
DPathOpsLineParametetersTest.cpp63 double distSq = denormalizedDistance[inner]; in DEF_TEST() local
/external/skia/src/utils/
DSkShadowTessellator.cpp163 SkScalar distSq = SkPointPriv::DistanceToSqd(p0, p1); in duplicate_pt() local
282 SkScalar distSq = SkPointPriv::DistanceToLineSegmentBetweenSqd(fCentroid, currPoint, in computeConvexShadow() local
/external/skia/src/gpu/ganesh/geometry/
DGrAAConvexTessellator.cpp66 SkScalar distSq = SkPointPriv::DistanceToSqd(p0, p1); in duplicate_pt() local
/external/skia/src/gpu/ganesh/
DGrDistanceFieldGenFromVector.cpp671 const float distSq = dataPtr[idx].fDistSq; in calculate_distance_field_data() local