Searched refs:fEndT (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/pathops/ |
D | SkPathOpsTSect.h | 95 return fEndT; in endT() 150 return splitAt(work, (work->fStartT + work->fEndT) * 0.5, heap); in split() 185 double fEndT; variable 363 result->fStartT = prior ? prior->fEndT : 0; in addFollowing() 365 result->fEndT = next ? next->fStartT : 1; in addFollowing() 421 result = test->fEndT; in closestBoundedT() 446 if (between(work->fStartT, t, work->fEndT)) { in contains() 525 fEndT = 1; in init() 532 fPart = c.subDivide(fStartT, fEndT); in initBounds() 654 if (between(test->fStartT, t, test->fEndT)) { in oppT() [all …]
|
/external/skia/tests/ |
D | PathOpsTSectDebug.h | 33 if (between(test->fStartT, t, test->fEndT)) { in debugT() 36 double testDist = SkTMin(fabs(test->fStartT - t), fabs(test->fEndT - t)); in debugT() 146 SkDebugf("=(%g,%g) [", fStartT, fEndT); in dump()
|
/external/skia/src/core/ |
D | SkStroke.cpp | 43 SkDebugf(" " #resultType " t=(%g,%g)\n", quadPts->fStartT, quadPts->fEndT), \ 124 SkScalar fEndT; // " member 132 fEndT = end; in init() 134 return fStartT < fMidT && fMidT < fEndT; in init() 148 if (!init(parent->fMidT, parent->fEndT)) { in initWithEnd() 949 if (!this->conicPerpRay(conic, quadPts->fEndT, &conicEndPt, &quadPts->fQuad[2], in conicQuadEnds() 993 if (!this->cubicPerpRay(cubic, quadPts->fEndT, &cubicEndPt, &quadPts->fQuad[2], in cubicQuadEnds() 1224 this->quadPerpRay(quad, quadPts->fEndT, &quadEndPt, &quadPts->fQuad[2], in compareQuadQuad()
|