Searched refs:lastEnd (Results 1 – 8 of 8) sorted by relevance
69 long lastEnd = 0; in getSamples() local71 long silentTime = sub.from - lastEnd; in getSamples()87 lastEnd = sub.to; in getSamples()98 long lastEnd = 0; in getDecodingTimeEntries() local100 long silentTime = sub.from - lastEnd; in getDecodingTimeEntries()107 lastEnd = sub.to; in getDecodingTimeEntries()
66 long lastEnd = 0; in getSamples() local68 long silentTime = sub.from - lastEnd; in getSamples()84 lastEnd = sub.to; in getSamples()95 long lastEnd = 0; in getDecodingTimeEntries() local97 long silentTime = sub.from - lastEnd; in getDecodingTimeEntries()104 lastEnd = sub.to; in getDecodingTimeEntries()
102 var lastEnd = 0;105 if (lastEnd < range.start) {106 addChunk(this.defaultTranslator_, lastEnd, range.start);109 lastEnd = range.end;111 if (lastEnd < text.getLength()) {112 addChunk(this.defaultTranslator_, lastEnd, text.getLength());
30 private int lastEnd; field in ListPreloader102 start = Math.max(lastEnd, from); in preload()126 lastEnd = end; in preload()
378 int lastEnd = (asz == 0) ? 0 : annotations.get(asz - 1).getEnd(); in annotate() local381 if (lastEnd <= cursor) { in annotate()384 startAt = lastEnd; in annotate()
304 lastEnd = 0316 if k > lastEnd:319 lastEnd = k + width
750 int lastEnd = SkTMax(fSectorStart, fSectorEnd); in markStops() local756 if (lastEnd + 1 < angleStart) { in markStops()759 lastEnd = SkTMax(angle->fSectorStart, angle->fSectorEnd); in markStops()
753 int lastEnd = SkTMax(fSectorStart, fSectorEnd); in markStops() local759 if (lastEnd + 1 < angleStart) { in markStops()762 lastEnd = SkTMax(angle->fSectorStart, angle->fSectorEnd); in markStops()