OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:updateGlyphCache
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/font/
Font.cpp
277
updateGlyphCache
(paint, skiaGlyph, autoCache.getCache(), cachedGlyph, precaching);
419
void Font::
updateGlyphCache
(SkPaint* paint, const SkGlyph& skiaGlyph, SkGlyphCache* skiaGlyphCache,
472
updateGlyphCache
(paint, skiaGlyph, autoCache.getCache(), newGlyph, precaching);
/frameworks/rs/
rsFont.cpp
233
updateGlyphCache
(cachedGlyph);
239
void Font::
updateGlyphCache
(CachedGlyphInfo *glyph) {
291
updateGlyphCache
(newGlyph);
Completed in 76 milliseconds