Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/
DStaticLayout.java756 final int bufEnd = b.mEnd; in generate() local
840 precomputed.checkResultUsable(bufStart, bufEnd, textDir, paint, in generate()
867 bufEnd, false /* computeLayout */, b.mCalculateBounds); in generate()
1040 boolean moreChars = (endPos < bufEnd); in generate()
1065 measuredPara, bufEnd, includepad, trackpad, addLastLineSpacing, chs, in generate()
1088 if (paraEnd == bufEnd) { in generate()
1093 if ((bufEnd == bufStart || source.charAt(bufEnd - 1) == CHAR_NEW_LINE) in generate()
1096 MeasuredParagraph.buildForBidi(source, bufEnd, bufEnd, textDir, null); in generate()
1107 bufEnd, bufEnd, fm.ascent, fm.descent, in generate()
1112 needMultiply, measuredPara, bufEnd, in generate()
[all …]
/frameworks/minikin/libs/minikin/
DWordBreaker.cpp159 static bool isValidBreak(const uint16_t* buf, size_t bufEnd, int32_t i) { in isValidBreak() argument
161 if (i == UBRK_DONE || position == bufEnd) { in isValidBreak()
182 U16_NEXT(buf, next_offset, bufEnd, next_codepoint); in isValidBreak()