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

  /frameworks/base/libs/hwui/
PathCache.cpp 419 void PathCache::precache(const SkPath* path, const SkPaint* paint) { function in class:android::uirenderer::PathCache
436 // attempt to precache the same path several times
FontRenderer.cpp 259 // If the new glyph didn't fit and we are not just trying to precache it,
646 void FontRenderer::precache(const SkPaint* paint, const glyph_t* glyphs, int numGlyphs, function in class:android::uirenderer::FontRenderer
649 font->precache(paint, glyphs, numGlyphs);
  /frameworks/base/libs/hwui/font/
Font.cpp 358 void Font::precache(const SkPaint* paint, const glyph_t* glyphs, int numGlyphs) { function in class:android::uirenderer::Font

Completed in 145 milliseconds