Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/
DStaticLayout.java597 final int bufEnd = b.mEnd; in generate() local
658 precomputed.checkResultUsable(bufStart, bufEnd, textDir, paint, in generate()
684 bufEnd, false /* computeLayout */); in generate()
854 boolean moreChars = (endPos < bufEnd); in generate()
867 measuredPara, bufEnd, includepad, trackpad, addLastLineSpacing, chs, in generate()
890 if (paraEnd == bufEnd) { in generate()
895 if ((bufEnd == bufStart || source.charAt(bufEnd - 1) == CHAR_NEW_LINE) in generate()
898 MeasuredParagraph.buildForBidi(source, bufEnd, bufEnd, textDir, null); in generate()
901 bufEnd, bufEnd, fm.ascent, fm.descent, in generate()
906 needMultiply, measuredPara, bufEnd, in generate()
[all …]
/frameworks/minikin/libs/minikin/
DWordBreaker.cpp118 static bool isValidBreak(const uint16_t* buf, size_t bufEnd, int32_t i) { in isValidBreak() argument
120 if (i == UBRK_DONE || position == bufEnd) { in isValidBreak()
141 U16_NEXT(buf, next_offset, bufEnd, next_codepoint); in isValidBreak()