Searched defs:currentSegment (Results 1 – 7 of 7) sorted by relevance
74 Segment currentSegment = segments.get(i); in buildSpeedByStartTimeUsMap() local83 Segment currentSegment = segments.get(i); in buildSpeedByStartTimeUsMap() local
81 Segment currentSegment = segments.get(i); in buildSpeedByStartTimeUsMap() local90 Segment currentSegment = segments.get(i); in buildSpeedByStartTimeUsMap() local
366 public int currentSegment(float[] coords) { in currentSegment() method in CachedPathIteratorFactory.CachedPathIterator372 public int currentSegment(double[] coords) { in currentSegment() method in CachedPathIteratorFactory.CachedPathIterator429 public int currentSegment(float[] coords, float length) { in currentSegment() method in CachedPathIteratorFactory.CachedPathIterator
320 public int currentSegment(float[] coords) { in getPathIterator() method337 public int currentSegment(double[] coords) { in getPathIterator() method
166 SkDynamicMemoryWStream currentSegment; in EmitPath() local
2556 @CheckForNull Segment<K, V, E, S> currentSegment; field in MapMakerInternalMap.HashIterator