Searched refs:otherEnd (Results 1 – 6 of 6) sorted by relevance
/external/perfetto/ui/src/frontend/ |
D | flow_events_panel.ts | 81 const otherEnd = (outgoing ? flow.end : flow.begin); constant 84 onclick: () => flowClickHandler(otherEnd.sliceId, otherEnd.trackId), 86 globals.frontendLocalState.setHighlightedSliceId(otherEnd.sliceId), 92 m('td.flow-link', args, otherEnd.sliceId.toString()), 93 m('td.flow-link', args, otherEnd.sliceName)
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | DayPeriodInfo.java | 453 int otherEnd = other.getAdjustedEnd() % NOON; in collisionIsErrorFormat() local 457 if (otherStart <= flexEnd && otherEnd >= flexStart) { // overlap? in collisionIsErrorFormat() 459 sampleError.value = Math.max(otherStart, otherEnd); in collisionIsErrorFormat() 471 int otherEnd = other.getAdjustedEnd(); in collisionIsErrorSelection() local 480 } else if (otherEnd != flexEnd) { // not same?? in collisionIsErrorSelection() 482 sampleError.value = (otherEnd + flexEnd) / 2; // half-way between in collisionIsErrorSelection()
|
/external/cldr/tools/java/org/unicode/cldr/draft/ |
D | GapString.java | 205 public GapString replace(int start, int end, CharSequence other, int otherStart, int otherEnd) { in replace() argument 207 return insert(start, other, otherStart, otherEnd); in replace()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | CollisionSystem.java | 699 public boolean calculateIntersection(Vector2 otherStart, Vector2 otherEnd, in calculateIntersection() argument 707 final float x4 = otherEnd.x; in calculateIntersection() 711 final float y4 = otherEnd.y; in calculateIntersection()
|
/external/skqp/src/pathops/ |
D | SkOpSegment.cpp | 1079 SkOpSpanBase* otherEnd; in nextChase() local 1088 otherEnd = step > 0 in nextChase() 1108 otherEnd = next->end(); in nextChase() 1110 if (!otherEnd) { in nextChase() 1113 int foundStep = foundSpan->step(otherEnd); in nextChase() 1120 SkOpSpan* foundMin = foundSpan->starter(otherEnd); in nextChase()
|
/external/skia/src/pathops/ |
D | SkOpSegment.cpp | 1079 SkOpSpanBase* otherEnd; in nextChase() local 1088 otherEnd = step > 0 in nextChase() 1108 otherEnd = next->end(); in nextChase() 1110 if (!otherEnd) { in nextChase() 1113 int foundStep = foundSpan->step(otherEnd); in nextChase() 1120 SkOpSpan* foundMin = foundSpan->starter(otherEnd); in nextChase()
|