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

  /frameworks/base/libs/rs/
rsFont.h 132 CachedGlyphInfo *cacheGlyph(uint32_t glyph);
rsFont.cpp 226 cachedGlyph = cacheGlyph((uint32_t)utfChar);
281 Font::CachedGlyphInfo *Font::cacheGlyph(uint32_t glyph) {
  /frameworks/base/libs/hwui/
FontRenderer.h 139 CachedGlyphInfo* cacheGlyph(SkPaint* paint, glyph_t glyph);
FontRenderer.cpp 145 cachedGlyph = cacheGlyph(paint, textUnit);
273 Font::CachedGlyphInfo* Font::cacheGlyph(SkPaint* paint, glyph_t glyph) {

Completed in 165 milliseconds