OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:updateGlyphCache
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/libs/hwui/font/
Font.h
121
void
updateGlyphCache
(SkPaint* paint, const SkGlyph& skiaGlyph, SkGlyphCache* skiaGlyphCache,
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.h
131
void
updateGlyphCache
(CachedGlyphInfo *glyph);
rsFont.cpp
233
updateGlyphCache
(cachedGlyph);
239
void Font::
updateGlyphCache
(CachedGlyphInfo *glyph) {
291
updateGlyphCache
(newGlyph);
Completed in 405 milliseconds