Home
last modified time | relevance | path

Searched refs:tStart (Results 1 – 25 of 43) sorted by relevance

12

/external/perfetto/ui/src/frontend/drag/
Dborder_drag_strategy.ts26 let tStart =
30 if (tStart > tEnd) {
32 [tEnd, tStart] = [tStart, tEnd];
34 super.updateGlobals(tStart, tEnd);
36 [this.timeScale.timeToPx(tStart), this.timeScale.timeToPx(tEnd)];
Ddrag_strategy.ts25 protected updateGlobals(tStart: number, tEnd: number) {
26 const vizTime = new TimeSpan(tStart, tEnd);
Douter_drag_strategy.ts22 const tStart = Math.min(dragBeginTime, dragEndTime); constant
24 super.updateGlobals(tStart, tEnd);
Dinner_drag_strategy.ts26 const tStart = this.timeScale.pxToTime(this.pixelBounds[0] + move); constant
28 super.updateGlobals(tStart, tEnd);
/external/perfetto/ui/src/tracks/chrome_slices/
Dfrontend.ts79 const tStart = data.starts[i]; constant
92 const rect = this.getSliceRect(tStart, tEnd, depth);
204 const tStart = data.starts[i]; constant
206 if (Math.abs(tStart - t) < instantWidthTime) {
214 if (tStart <= t && t <= tEnd) {
258 getSliceRect(tStart: number, tEnd: number, depth: number): SliceRect
262 const left = Math.max(timeScale.timeToPx(tStart), -TRACE_MARGIN_TIME_S);
270 !(tEnd <= visibleWindowTime.start || tStart >= visibleWindowTime.end)
/external/skia/src/pathops/
DSkPathOpsCurve.cpp63 double tStart, double tEnd, SkPathOpsBounds* bounds) { in setConicBounds() argument
67 dRect.setBounds(dCurve, fConic, tStart, tEnd); in setConicBounds()
73 double tStart, double tEnd, SkPathOpsBounds* bounds) { in setCubicBounds() argument
77 dRect.setBounds(dCurve, fCubic, tStart, tEnd); in setCubicBounds()
83 double tStart, double tEnd, SkPathOpsBounds* bounds) { in setQuadBounds() argument
87 dRect.setBounds(dCurve, fQuad, tStart, tEnd); in setQuadBounds()
DSkPathOpsRect.h56 void setBounds(const SkDConic& curve, const SkDConic& sub, double tStart, double tEnd);
62 void setBounds(const SkDCubic& curve, const SkDCubic& sub, double tStart, double tEnd);
68 void setBounds(const SkDQuad& curve, const SkDQuad& sub, double tStart, double tEnd);
DSkOpAngle.cpp524 double tStart = index ? rh->fStart->t() : this->fStart->t(); in endsIntersect() local
526 bool testAscends = tStart < (index ? rh->fComputedEnd->t() : this->fComputedEnd->t()); in endsIntersect()
530 if (!approximately_between_orderable(tStart, testT, tEnd)) { in endsIntersect()
533 if (approximately_equal_orderable(tStart, testT)) { in endsIntersect()
625 double tStart = sIndex ? rh->fStart->t() : fStart->t(); in endsIntersect() local
626 SkDVector mid = segment.dPtAtT(tStart + (sCeptT - tStart) / 2) - curve[0]; in endsIntersect()
803 double tStart = angle->fStart->t(); in loopContains() local
815 if (lEnd == tStart) { in loopContains()
DSkPathOpsTSect.cpp548 bool SkTSect::binarySearchCoin(SkTSect* sect2, double tStart, in binarySearchCoin() argument
551 double result = work.fStartT = work.fEndT = tStart; in binarySearchCoin()
553 SkDPoint last = fCurve.ptAtT(tStart); in binarySearchCoin()
1160 double tStart = oCoinS.perpT(); in linesIntersect() local
1162 bool swap = tStart > tEnd; in linesIntersect()
1165 swap(tStart, tEnd); in linesIntersect()
1167 tStart = std::max(tStart, span->fStartT); in linesIntersect()
1169 if (tStart > tEnd) { in linesIntersect()
1173 if (tStart == span->fStartT) { in linesIntersect()
1195 double workT = tStart; in linesIntersect()
[all …]
DSkOpCoincidence.h252 double tStart, double tEnd, SkOpSegment* coinSeg, SkOpSegment* oppSeg,
273 double tStart, double tEnd,
/external/skqp/src/pathops/
DSkPathOpsCurve.cpp63 double tStart, double tEnd, SkPathOpsBounds* bounds) { in setConicBounds() argument
67 dRect.setBounds(dCurve, fConic, tStart, tEnd); in setConicBounds()
73 double tStart, double tEnd, SkPathOpsBounds* bounds) { in setCubicBounds() argument
77 dRect.setBounds(dCurve, fCubic, tStart, tEnd); in setCubicBounds()
83 double tStart, double tEnd, SkPathOpsBounds* bounds) { in setQuadBounds() argument
87 dRect.setBounds(dCurve, fQuad, tStart, tEnd); in setQuadBounds()
DSkPathOpsRect.h56 void setBounds(const SkDConic& curve, const SkDConic& sub, double tStart, double tEnd);
62 void setBounds(const SkDCubic& curve, const SkDCubic& sub, double tStart, double tEnd);
68 void setBounds(const SkDQuad& curve, const SkDQuad& sub, double tStart, double tEnd);
DSkOpAngle.cpp524 double tStart = index ? rh->fStart->t() : this->fStart->t(); in endsIntersect() local
526 bool testAscends = tStart < (index ? rh->fComputedEnd->t() : this->fComputedEnd->t()); in endsIntersect()
530 if (!approximately_between_orderable(tStart, testT, tEnd)) { in endsIntersect()
533 if (approximately_equal_orderable(tStart, testT)) { in endsIntersect()
625 double tStart = sIndex ? rh->fStart->t() : fStart->t(); in endsIntersect() local
626 SkDVector mid = segment.dPtAtT(tStart + (sCeptT - tStart) / 2) - curve[0]; in endsIntersect()
803 double tStart = angle->fStart->t(); in loopContains() local
815 if (lEnd == tStart) { in loopContains()
DSkPathOpsTSect.cpp547 bool SkTSect::binarySearchCoin(SkTSect* sect2, double tStart, in binarySearchCoin() argument
550 double result = work.fStartT = work.fEndT = tStart; in binarySearchCoin()
552 SkDPoint last = fCurve.ptAtT(tStart); in binarySearchCoin()
1159 double tStart = oCoinS.perpT(); in linesIntersect() local
1161 bool swap = tStart > tEnd; in linesIntersect()
1164 swap(tStart, tEnd); in linesIntersect()
1166 tStart = SkTMax(tStart, span->fStartT); in linesIntersect()
1168 if (tStart > tEnd) { in linesIntersect()
1172 if (tStart == span->fStartT) { in linesIntersect()
1194 double workT = tStart; in linesIntersect()
[all …]
DSkOpCoincidence.h252 double tStart, double tEnd, SkOpSegment* coinSeg, SkOpSegment* oppSeg,
273 double tStart, double tEnd,
/external/perfetto/ui/src/tracks/cpu_slices/
Dfrontend.ts91 const tStart = data.starts[i]; constant
95 const rectStart = timeScale.timeToPx(tStart);
156 const tStart = data.starts[startIndex]; constant
160 const rectStart = timeScale.timeToPx(tStart);
181 const displayText = timeToString(tStart - details.wakeupTs);
240 const tStart = data.starts[i]; constant
243 if (tStart <= t && t <= tEnd) {
/external/perfetto/ui/src/frontend/
Dtickmark_panel.ts41 const tStart = data.tsStarts[i]; constant
43 if (tEnd <= visibleWindowTime.start || tStart >= visibleWindowTime.end) {
47 Math.max(timeScale.timeToPx(tStart), 0) + TRACK_SHELL_WIDTH;
Dviewer_page.ts106 let tStart = vizTime.start + tDelta; variable
108 if (tStart < traceTime.startSec) {
109 tStart = traceTime.startSec;
110 tEnd = tStart + origDelta;
113 tStart = tEnd - origDelta;
115 frontendLocalState.updateVisibleTime(new TimeSpan(tStart, tEnd));
Dtrack_panel.ts389 getSliceRect(tStart: number, tDur: number, depth: number): SliceRect
391 return this.track.getSliceRect(tStart, tDur, depth);
/external/perfetto/ui/src/tracks/thread_state/
Dfrontend.ts73 const tStart = data.starts[i]; constant
76 if (tEnd <= visibleWindowTime.start || tStart >= visibleWindowTime.end) {
82 const rectStart = timeScale.timeToPx(tStart);
111 Math.max(0 - EXCESS_WIDTH, timeScale.timeToPx(tStart));
/external/mesa3d/src/mesa/swrast/
Ds_aalinetemp.h109 GLfloat tStart, tEnd; /* segment start, end along line length */ in NAME() local
193 tStart = tEnd = 0.0; in NAME()
206 tStart = t; in NAME()
215 if (inSegment && (tEnd > tStart)) { in NAME()
217 segment(ctx, &line, NAME(plot), tStart, tEnd); in NAME()
229 segment(ctx, &line, NAME(plot), tStart, 1.0F); in NAME()
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/events/
DEventState.java176 final double tStart = interpolator.getPreviousTime(); in reinitializeBegin() local
177 interpolator.setInterpolatedTime(tStart); in reinitializeBegin()
178 g0Positive = handler.g(tStart, interpolator.getInterpolatedState()) <= 0; in reinitializeBegin()
/external/perfetto/ui/src/tracks/process_scheduling/
Dfrontend.ts81 const tStart = data.starts[i]; constant
86 const rectStart = timeScale.timeToPx(tStart);
/external/skqp/tests/
DPathOpsTestCommon.cpp144 double tStart = 0; in CubicToQuads() local
149 SkDCubic part = cubic.subDivide(tStart, tEnd); in CubicToQuads()
162 tStart = tEnd; in CubicToQuads()
/external/skia/tests/
DPathOpsTestCommon.cpp145 double tStart = 0; in CubicToQuads() local
150 SkDCubic part = cubic.subDivide(tStart, tEnd); in CubicToQuads()
163 tStart = tEnd; in CubicToQuads()

12