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

/frameworks/minikin/libs/minikin/
H A DLayout.cpp626 size_t wordend; local
627 for (size_t iter = start; iter < start + count; iter = wordend) {
628 wordend = getNextWordBreakForCache(buf, iter, bufSize);
630 ctx->paint.hyphenEdit = wordend >= start + count ? hyphen : HyphenEdit();
631 size_t wordcount = std::min(start + count, wordend) - iter;
633 wordend - wordstart, isRtl, ctx, iter - dstStart, collection, layout,
635 wordstart = wordend;
641 size_t wordend = end == 0 ? 0 : getNextWordBreakForCache(buf, end - 1, bufSize); local
648 wordend - wordstart, isRtl, ctx, bufStart - dstStart, collection, layout,
650 wordend
[all...]

Completed in 78 milliseconds