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

  /frameworks/base/libs/hwui/font/
Font.h 124 CachedGlyphInfo* cacheGlyph(const SkPaint* paint, glyph_t glyph, bool precaching);
Font.cpp 293 cachedGlyph = cacheGlyph(paint, textUnit, precaching);
476 CachedGlyphInfo* Font::cacheGlyph(const SkPaint* paint, glyph_t glyph, bool precaching) {
  /frameworks/rs/
rsFont.h 130 CachedGlyphInfo *cacheGlyph(uint32_t glyph);
rsFont.cpp 229 cachedGlyph = cacheGlyph((uint32_t)utfChar);
284 Font::CachedGlyphInfo *Font::cacheGlyph(uint32_t glyph) {
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsFont.h 130 CachedGlyphInfo *cacheGlyph(uint32_t glyph);
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsFont.h 130 CachedGlyphInfo *cacheGlyph(uint32_t glyph);
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsFont.h 130 CachedGlyphInfo *cacheGlyph(uint32_t glyph);

Completed in 44 milliseconds