Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkDistanceFieldGen.cpp202 float distSq = check->fDistSq - 2.0f*(distVec.fX + distVec.fY - 1.0f); in F1() local
248 float distSq = check->fDistSq + 2.0f*distVec.fX + 1.0f; in F2() local
262 float distSq = check->fDistSq - 2.0f*distVec.fX + 1.0f; in B1() local
276 float distSq = check->fDistSq + 2.0f*distVec.fX + 1.0f; in B2() 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.h371 double distSq = (fPerpPt - cPt).lengthSquared(); in setPerp() local
1467 double distSq = thisRayI.pt(index).distanceSquared(oppRayI.pt(oIndex)); in linesIntersect() local
1486 double distSq = oppIPt.distanceSquared(iPt); in linesIntersect() local
DSkOpSegment.cpp491 double SkOpSegment::distSq(double t, const SkOpAngle* oppAngle) const { in distSq() function in SkOpSegment
1356 SkScalar distSq = ref->fPt.distanceToSqd(check->fPt); in spansNearby() local
DSkPathOpsDebug.cpp1274 double distSq = testStartPt.distanceSquared(nextStartPt); in debugCheckNearCoincidence() local
/external/skia/tests/
DPathOpsLineParametetersTest.cpp54 double distSq = denormalizedDistance[inner]; in DEF_TEST() local
/external/skia/samplecode/
DSampleLitAtlas.cpp243 SkScalar distSq = (x - bigCenter.fX) * (x - bigCenter.fX) + in MakeAtlas() local
277 SkScalar distSq = (x - smCenter.fX) * (x - smCenter.fX) + in MakeAtlas() local
/external/skia/src/utils/
DSkShadowTessellator.cpp771 SkScalar distSq = fCentroid.distanceToLineSegmentBetweenSqd(currPoint, nextPoint); in SkSpotShadowTessellator() local
1098 SkScalar distSq = p0.distanceToSqd(p1); in duplicate_pt() local
/external/skia/src/gpu/ops/
DGrAAConvexTessellator.cpp58 SkScalar distSq = p0.distanceToSqd(p1); in duplicate_pt() local
/external/skia/src/gpu/
DGrDistanceFieldGenFromVector.cpp688 const float distSq = dataPtr[idx].fDistSq; in calculate_distance_field_data() local