Searched refs:bufStart (Results 1 - 3 of 3) sorted by relevance

/frameworks/minikin/include/minikin/
H A DLayout.h144 bool isRtl, LayoutContext* ctx, size_t bufStart, const FontCollection* collection,
/frameworks/minikin/libs/minikin/
H A DLayout.cpp646 size_t bufStart = std::max(start, wordstart); local
647 advance += doLayoutWord(buf + wordstart, bufStart - wordstart, iter - bufStart,
648 wordend - wordstart, isRtl, ctx, bufStart - dstStart, collection, layout,
649 advances ? advances + (bufStart - start) : advances);
657 bool isRtl, LayoutContext* ctx, size_t bufStart, const FontCollection* collection,
666 layout->appendLayout(&layoutForWord, bufStart);
675 layout->appendLayout(layoutForWord, bufStart);
656 doLayoutWord(const uint16_t* buf, size_t start, size_t count, size_t bufSize, bool isRtl, LayoutContext* ctx, size_t bufStart, const FontCollection* collection, Layout* layout, float* advances) argument
/frameworks/base/core/java/android/text/
H A DStaticLayout.java566 int bufStart = b.mStart;
598 for (int paraStart = bufStart; paraStart <= bufEnd; paraStart = paraEnd) {
849 if ((bufEnd == bufStart || source.charAt(bufEnd - 1) == CHAR_NEW_LINE) &&
865 null, bufStart, ellipsize,

Completed in 82 milliseconds