Searched defs:tEnd (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/src/pathops/ |
D | SkPathOpsCurve.cpp | 63 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()
|
D | SkOpAngle.cpp | 525 double tEnd = index ? rh->fComputedEnd->t() : this->fComputedEnd->t(); in endsIntersect() local 804 double tEnd = angle->fEnd->t(); in loopContains() local
|
D | SkOpCoincidence.cpp | 620 double tStart, double tEnd, SkOpSegment* coinSeg, SkOpSegment* oppSeg, bool* added in addIfMissing()
|
D | SkPathOpsTSect.cpp | 1161 double tEnd = oCoinE.perpT(); in linesIntersect() local
|
D | SkPathOpsDebug.cpp | 1702 … double tStart, double tEnd, const SkOpSegment* coinSeg, const SkOpSegment* oppSeg, bool* added, in debugAddIfMissing()
|
/third_party/skia/tests/ |
D | PathOpsTestCommon.cpp | 147 const double tEnd = i1 < ts.count() ? ts[i1] : 1; in CubicToQuads() local
|
/third_party/skia/src/core/ |
D | SkStroke.cpp | 526 SkScalar tEnd) { in init()
|