Home
last modified time | relevance | path

Searched defs:tEnd (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/src/pathops/
DSkPathOpsCurve.cpp63 double tStart, double tEnd, SkPathOpsBounds* bounds) { in setConicBounds()
73 double tStart, double tEnd, SkPathOpsBounds* bounds) { in setCubicBounds()
83 double tStart, double tEnd, SkPathOpsBounds* bounds) { in setQuadBounds()
DSkOpAngle.cpp525 double tEnd = index ? rh->fComputedEnd->t() : this->fComputedEnd->t(); in endsIntersect() local
804 double tEnd = angle->fEnd->t(); in loopContains() local
DSkOpCoincidence.cpp620 double tStart, double tEnd, SkOpSegment* coinSeg, SkOpSegment* oppSeg, bool* added in addIfMissing()
DSkPathOpsTSect.cpp1161 double tEnd = oCoinE.perpT(); in linesIntersect() local
DSkPathOpsDebug.cpp1702 … double tStart, double tEnd, const SkOpSegment* coinSeg, const SkOpSegment* oppSeg, bool* added, in debugAddIfMissing()
/third_party/skia/tests/
DPathOpsTestCommon.cpp147 const double tEnd = i1 < ts.count() ? ts[i1] : 1; in CubicToQuads() local
/third_party/skia/src/core/
DSkStroke.cpp526 SkScalar tEnd) { in init()