Searched defs:indexFontRun (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DTextLayoutCache.cpp701 ssize_t indexFontRun = isRTL ? count - 1 : 0; local
705 hb_utf16_script_run_prev(&run, chars, count, &indexFontRun):
706 hb_utf16_script_run_next(&run, chars, count, &indexFontRun)) {

Completed in 54 milliseconds