Searched defs:tEnd (Results 1 - 9 of 9) 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...] |
| /kernel/liteos_m/testsuites/unittest/posix/src/time/ |
| H A D | time_func_test_01.c | 238 time_t tEnd; variable 248 time(&tEnd); variable 305 time_t tEnd; variable 318 time(&tEnd); variable 341 time_t tEnd; variable 352 time(&tEnd); variable [all...] |
| /test/xts/acts/kernel_lite/time_posix/src/ |
| H A D | ClockTimeTest.cpp | 316 time_t tEnd;
in HWTEST_F() local 343 time_t tEnd;
in HWTEST_F() local
|
| /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 24 milliseconds