Home
last modified time | relevance | path

Searched refs:bufEnd (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/text/
DStaticLayout.java158 /* package */ void generate(CharSequence source, int bufStart, int bufEnd, in generate() argument
182 for (int paraStart = bufStart; paraStart <= bufEnd; paraStart = paraEnd) { in generate()
183 paraEnd = TextUtils.indexOf(source, CHAR_NEW_LINE, paraStart, bufEnd); in generate()
185 paraEnd = bufEnd; in generate()
426 needMultiply, chdirs, dir, easy, bufEnd, includepad, trackpad, in generate()
475 needMultiply, chdirs, dir, easy, bufEnd, in generate()
478 ellipsizedWidth, w, paint, paraEnd != bufEnd); in generate()
483 if (paraEnd == bufEnd) in generate()
487 if ((bufEnd == bufStart || source.charAt(bufEnd - 1) == CHAR_NEW_LINE) && in generate()
491 measured.setPara(source, bufStart, bufEnd, textDir); in generate()
[all …]
/frameworks/av/services/audioflinger/
DTracks.cpp1248 int64_t bufEnd; in trimTimedBufferQueue_l() local
1259 bufEnd = mTimedBufferQueue[trimEnd + 1].pts(); in trimTimedBufferQueue_l()
1269 &bufEnd)) { in trimTimedBufferQueue_l()
1278 bufEnd += mTimedBufferQueue[trimEnd].pts(); in trimTimedBufferQueue_l()
1281 if (bufEnd > mediaTimeNow) in trimTimedBufferQueue_l()