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

  /frameworks/base/libs/hwui/font/
Font.cpp 285 updateGlyphCache(paint, skiaGlyph, autoCache.getCache(), cachedGlyph, precaching);
426 void Font::updateGlyphCache(const SkPaint* paint, const SkGlyph& skiaGlyph,
480 updateGlyphCache(paint, skiaGlyph, autoCache.getCache(), newGlyph, precaching);
  /frameworks/rs/
rsFont.cpp 232 updateGlyphCache(cachedGlyph);
238 void Font::updateGlyphCache(CachedGlyphInfo *glyph) {
290 updateGlyphCache(newGlyph);

Completed in 77 milliseconds