HomeSort by relevance Sort by last modified time
    Searched defs:fT (Results 1 - 3 of 3) sorted by null

  /external/skia/src/pathops/
SkIntersections.h 26 sk_bzero(fT, sizeof(fT));
40 TArray operator[](int n) const { return TArray(fT[n]); }
104 return fUsed > 0 && (t == 0 ? fT[0][0] == 0 : fT[0][fUsed - 1] == 1);
187 fT[(int) swap][tIndex] = t;
212 fT[0][index] = fT[0][index] * (1 + BUMP_EPSILON * 2) - BUMP_EPSILON;
213 if (!between(0, fT[0][index], 1)) {
291 double fT[2][10]
    [all...]
SkOpSpan.h 115 double fT;
196 return fPtT.fT == 1;
292 return fPtT.fT;
SkPathOpsWinding.cpp 87 fT = span->t() * (1 - t) + span->next()->t() * t;
89 fSlope = segment->dSlopeAtT(fT);
90 fPt = segment->ptAtT(fT);
98 double fT;
134 if (base.fSpan->segment() == this && approximately_equal(base.fT, t)) {
159 && roughly_equal(base.fT, t)
182 newHit->fT = t;
265 hitBase.fT, hitBase.fPt.fX, hitBase.fPt.fY);
277 SkDebugf(" t=%1.9g pt=(%1.9g,%1.9g) slope=(%1.9g,%1.9g)\n", hit->fT,
290 SkASSERT(!approximately_zero(hit->fT) || !hit->fValid)
    [all...]

Completed in 150 milliseconds