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

  /frameworks/rs/
rsFont.cpp 189 int32_t utfChar = utf32_from_utf8_at(text, len, index, &nextIndex);
192 if (utfChar < 0) {
199 CachedGlyphInfo *cachedGlyph = getCachedUTFChar(utfChar);
225 Font::CachedGlyphInfo* Font::getCachedUTFChar(int32_t utfChar) {
227 CachedGlyphInfo *cachedGlyph = mCachedGlyphs.valueFor((uint32_t)utfChar);
229 cachedGlyph = cacheGlyph((uint32_t)utfChar);
rsFont.h 128 CachedGlyphInfo* getCachedUTFChar(int32_t utfChar);
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsFont.h 128 CachedGlyphInfo* getCachedUTFChar(int32_t utfChar);
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsFont.h 128 CachedGlyphInfo* getCachedUTFChar(int32_t utfChar);
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsFont.h 128 CachedGlyphInfo* getCachedUTFChar(int32_t utfChar);

Completed in 456 milliseconds