HomeSort by relevance Sort by last modified time
    Searched refs:countGlyphs (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrTextStrike.h 43 int countGlyphs() const { return fCache.getArray().count(); }
  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.cpp 731 size_t countGlyphs = mShaperItem.num_glyphs;
733 ALOGD("Returned script run glyphs -- count = %d", countGlyphs);
735 for (size_t i = 0; i < countGlyphs; i++) {
737 (jchar) mShaperItem.glyphs[(!isRTL) ? i : countGlyphs - 1 - i];
    [all...]

Completed in 257 milliseconds