Home
last modified time | relevance | path

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

/external/skia/tests/
DPathOpsLineParametetersTest.cpp54 double distSq = denormalizedDistance[inner]; in DEF_TEST() local
/external/skqp/tests/
DPathOpsLineParametetersTest.cpp54 double distSq = denormalizedDistance[inner]; in DEF_TEST() local
/external/skqp/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.cpp27 double distSq = (fPerpPt - cPt).lengthSquared(); in setPerp() local
1118 double distSq = thisRayI.pt(index).distanceSquared(oppRayI.pt(oIndex)); in linesIntersect() local
1137 double distSq = oppIPt.distanceSquared(iPt); in linesIntersect() local
DSkOpSegment.cpp508 double SkOpSegment::distSq(double t, const SkOpAngle* oppAngle) const { in distSq() function in SkOpSegment
1413 SkScalar distSq = SkPointPriv::DistanceToSqd(ref->fPt, check->fPt); in spansNearby() local
DSkPathOpsDebug.cpp1276 double distSq = testStartPt.distanceSquared(nextStartPt); in debugCheckNearCoincidence() 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.cpp27 double distSq = (fPerpPt - cPt).lengthSquared(); in setPerp() local
1118 double distSq = thisRayI.pt(index).distanceSquared(oppRayI.pt(oIndex)); in linesIntersect() local
1137 double distSq = oppIPt.distanceSquared(iPt); in linesIntersect() local
DSkOpSegment.cpp508 double SkOpSegment::distSq(double t, const SkOpAngle* oppAngle) const { in distSq() function in SkOpSegment
1413 SkScalar distSq = SkPointPriv::DistanceToSqd(ref->fPt, check->fPt); in spansNearby() local
DSkPathOpsDebug.cpp1276 double distSq = testStartPt.distanceSquared(nextStartPt); in debugCheckNearCoincidence() local
/external/skia/src/core/
DSkDistanceFieldGen.cpp207 float distSq = check->fDistSq - 2.0f*(distVec.fX + distVec.fY - 1.0f); in F1() local
253 float distSq = check->fDistSq + 2.0f*distVec.fX + 1.0f; in F2() local
267 float distSq = check->fDistSq - 2.0f*distVec.fX + 1.0f; in B1() local
281 float distSq = check->fDistSq + 2.0f*distVec.fX + 1.0f; in B2() local
/external/skqp/src/core/
DSkDistanceFieldGen.cpp207 float distSq = check->fDistSq - 2.0f*(distVec.fX + distVec.fY - 1.0f); in F1() local
253 float distSq = check->fDistSq + 2.0f*distVec.fX + 1.0f; in F2() local
267 float distSq = check->fDistSq - 2.0f*distVec.fX + 1.0f; in B1() local
281 float distSq = check->fDistSq + 2.0f*distVec.fX + 1.0f; in B2() local
/external/skia/samplecode/
DSampleLitAtlas.cpp244 SkScalar distSq = (x - bigCenter.fX) * (x - bigCenter.fX) + in MakeAtlas() local
278 SkScalar distSq = (x - smCenter.fX) * (x - smCenter.fX) + in MakeAtlas() local
/external/skqp/samplecode/
DSampleLitAtlas.cpp244 SkScalar distSq = (x - bigCenter.fX) * (x - bigCenter.fX) + in MakeAtlas() local
278 SkScalar distSq = (x - smCenter.fX) * (x - smCenter.fX) + in MakeAtlas() local
/external/skia/src/utils/
DSkShadowTessellator.cpp148 SkScalar distSq = SkPointPriv::DistanceToSqd(p0, p1); in duplicate_pt() local
265 SkScalar distSq = SkPointPriv::DistanceToLineSegmentBetweenSqd(fCentroid, currPoint, in computeConvexShadow() local
/external/skqp/src/utils/
DSkShadowTessellator.cpp148 SkScalar distSq = SkPointPriv::DistanceToSqd(p0, p1); in duplicate_pt() local
265 SkScalar distSq = SkPointPriv::DistanceToLineSegmentBetweenSqd(fCentroid, currPoint, in computeConvexShadow() local
/external/skia/src/gpu/
DGrDistanceFieldGenFromVector.cpp689 const float distSq = dataPtr[idx].fDistSq; in calculate_distance_field_data() local
/external/skqp/src/gpu/
DGrDistanceFieldGenFromVector.cpp689 const float distSq = dataPtr[idx].fDistSq; in calculate_distance_field_data() local
/external/skia/src/gpu/ops/
DGrAAConvexTessellator.cpp58 SkScalar distSq = SkPointPriv::DistanceToSqd(p0, p1); in duplicate_pt() local
/external/skqp/src/gpu/ops/
DGrAAConvexTessellator.cpp58 SkScalar distSq = SkPointPriv::DistanceToSqd(p0, p1); in duplicate_pt() local