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

/frameworks/base/core/jni/android/graphics/
H A DTextLayoutCache.cpp707 size_t countGlyphs = mShaperItem.num_glyphs; local
709 ALOGD("Returned script run glyphs -- count = %d", countGlyphs);
711 for (size_t i = 0; i < countGlyphs; i++) {
713 (jchar) mShaperItem.glyphs[(!isRTL) ? i : countGlyphs - 1 - i];
723 size_t countGlyphs = mShaperItem.num_glyphs; local
725 for (size_t i = 0; i < countGlyphs; i++) {
726 size_t index = (!isRTL) ? i : countGlyphs - 1 - i;

Completed in 115 milliseconds