Searched defs:tEnd (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/src/pathops/ |
H A D | SkPathOpsCurve.cpp | 62 setConicBounds(const SkPoint curve[3], SkScalar curveWeight, double tStart, double tEnd, SkPathOpsBounds* bounds) setConicBounds() argument 72 setCubicBounds(const SkPoint curve[4], SkScalar , double tStart, double tEnd, SkPathOpsBounds* bounds) setCubicBounds() argument 82 setQuadBounds(const SkPoint curve[3], SkScalar , double tStart, double tEnd, SkPathOpsBounds* bounds) setQuadBounds() argument
|
H A D | SkOpAngle.cpp | 525 double tEnd = index ? rh->fComputedEnd->t() : this->fComputedEnd->t(); in endsIntersect() local 804 double tEnd in loopContains() local [all...] |
H A D | SkPathOpsTSect.cpp | 1161 double tEnd = oCoinE.perpT(); in linesIntersect() local
|
H A D | SkOpCoincidence.cpp | 619 addIfMissing(const SkOpPtT* over1s, const SkOpPtT* over2s, double tStart, double tEnd, SkOpSegment* coinSeg, SkOpSegment* oppSeg, bool* added SkDEBUGPARAMS(const SkOpPtT* over1e) SkDEBUGPARAMS(const SkOpPtT* over2e)) addIfMissing() argument
|
H A D | SkPathOpsDebug.cpp | 1701 debugAddIfMissing(SkPathOpsDebug::GlitchLog* log, const SkOpPtT* over1s, const SkOpPtT* over2s, double tStart, double tEnd, const SkOpSegment* coinSeg, const SkOpSegment* oppSeg, bool* added, const SkOpPtT* over1e, const SkOpPtT* over2e) const debugAddIfMissing() argument [all...] |
/third_party/skia/tests/ |
H A D | PathOpsTestCommon.cpp | 147 const double tEnd = i1 < ts.count() ? ts[i1] : 1; in CubicToQuads() local
|
/third_party/skia/src/core/ |
H A D | SkStroke.cpp | 525 init(StrokeType strokeType, SkQuadConstruct* quadPts, SkScalar tStart, SkScalar tEnd) init() argument
|
Completed in 16 milliseconds